From 84ff286e0b13e2dd6a38d7eba9938212642fcb34 Mon Sep 17 00:00:00 2001 From: Anders Sandstrom Date: Thu, 20 Jan 2022 13:33:21 +0100 Subject: [PATCH] Rename limits.h to avoid conflict --- ecmc_plugin_grbl/ecmcGrbl.cpp | 4 +- grbl/grbl.h | 2 +- grbl/{limits.c => grbl_limits.c} | 3 +- grbl/{limits.h => grbl_limits.h} | 5 +- iocsh/log.log | 27108 ++++++++++++++++++++++++++++- 5 files changed, 27100 insertions(+), 22 deletions(-) rename grbl/{limits.c => grbl_limits.c} (99%) rename grbl/{limits.h => grbl_limits.h} (96%) diff --git a/ecmc_plugin_grbl/ecmcGrbl.cpp b/ecmc_plugin_grbl/ecmcGrbl.cpp index 74e702f..3659c2b 100644 --- a/ecmc_plugin_grbl/ecmcGrbl.cpp +++ b/ecmc_plugin_grbl/ecmcGrbl.cpp @@ -248,8 +248,8 @@ void ecmcGrbl::doMainWorker() { serial_reset_read_buffer(); // Clear serial read buffer gc_init(); // Set g-code parser to default state spindle_init(); - coolant_init(); - //limits_init(); + coolant_init(); + limits_init(); //Why is this function not working... probe_init(); plan_reset(); // Clear block buffer and planner variables st_reset(); // Clear stepper subsystem variables. diff --git a/grbl/grbl.h b/grbl/grbl.h index 9b4a325..2e07c23 100644 --- a/grbl/grbl.h +++ b/grbl/grbl.h @@ -50,7 +50,7 @@ #include "coolant_control.h" #include "eeprom.h" #include "gcode.h" -#include "limits.h" +#include "grbl_limits.h" #include "motion_control.h" #include "planner.h" #include "print.h" diff --git a/grbl/limits.c b/grbl/grbl_limits.c similarity index 99% rename from grbl/limits.c rename to grbl/grbl_limits.c index e6996a9..8ad76e6 100644 --- a/grbl/limits.c +++ b/grbl/grbl_limits.c @@ -20,7 +20,6 @@ */ #include "grbl.h" -//#include "ecmcMotion.h" // Homing axis search distance multiplier. Computed by this value times the cycle travel. #ifndef HOMING_AXIS_SEARCH_SCALAR @@ -38,6 +37,8 @@ #define DUAL_AXIS_CHECK_TRIGGER_2 bit(2) #endif + + void limits_init() { printf("%s:%s:%d Not supported yet..\n",__FILE__,__FUNCTION__,__LINE__); diff --git a/grbl/limits.h b/grbl/grbl_limits.h similarity index 96% rename from grbl/limits.h rename to grbl/grbl_limits.h index 33fe095..cc34557 100644 --- a/grbl/limits.h +++ b/grbl/grbl_limits.h @@ -19,9 +19,8 @@ along with Grbl. If not, see . */ -#ifndef limits_h -#define limits_h - +#ifndef grbl_limits_h +#define grbl_limits_h // Initialize the limits module void limits_init(); diff --git a/iocsh/log.log b/iocsh/log.log index a2493f8..07ac7a9 100644 --- a/iocsh/log.log +++ b/iocsh/log.log @@ -1,9 +1,9 @@ registerChannelProviderLocal firstTime true # -# Start at "2022-W03-Jan20-1248-40-CET" +# Start at "2022-W03-Jan20-1332-41-CET" # # Version information: -# European Spallation Source ERIC : iocsh.bash (3.4.0-PID-1365) +# European Spallation Source ERIC : iocsh.bash (3.4.0-PID-18193) # # --->--> snip -->--> # Please Use Version and other environment variables @@ -31,10 +31,10 @@ registerChannelProviderLocal firstTime true # --->--> snip -->--> # # Set REQUIRE_IOC for its internal PVs -epicsEnvSet REQUIRE_IOC "REQMOD:raspberrypi-1365" +epicsEnvSet REQUIRE_IOC "REQMOD:raspberrypi-18193" # # Enable an exit subroutine for sotfioc -dbLoadRecords "/home/pi/epics/base-7.0.5/db/softIocExit.db" "IOC=REQMOD:raspberrypi-1365" +dbLoadRecords "/home/pi/epics/base-7.0.5/db/softIocExit.db" "IOC=REQMOD:raspberrypi-18193" # # Set E3_IOCSH_TOP for the absolute path where iocsh.bash is executed. epicsEnvSet E3_IOCSH_TOP "/home/pi/sources/e3-ecmc_plugin_grbl/ecmc_plugin_grbl-dev/iocsh" @@ -206,19 +206,17 @@ epicsEnvSet("ECMC_MOTOR_PORT" "MCU1") epicsEnvSet("ECMC_ASYN_PORT" "MC_CPU1") epicsEnvSet("ECMC_PREFIX" "IOC_TEST:") ecmcAsynPortDriverConfigure(MC_CPU1,1000,0,0,100) -ecmcAsynPortDriverConfigure: portName = MC_CPU1, paramTableSize 2022/01/20 12:48:40.453 +ecmcAsynPortDriverConfigure: portName = MC_CPU1, paramTableSi2022/01/20 13:32:41.426 ECMC Initializes............. -2022/01/20 12:48:40.453 ESS Open Source EtherCAT Motion Control Epics Module2022/01/20 12:48:40.453 +2022/01/20 13:32:41.427 ESS Open Source EtherCAT Motion Control Epics Module2022/01/20 13:32:41.427 Mode: Configuration -2022/01/20 12:48:40.453 OK -2022/01/20 12:48:40.453 OK -2022/01/20 12:48:40.454 OK -2022/01/20 12:48:40.478 OK -2022/01/20 12:48:40.478 OK -2022/01/20 12:48:40.478 OK -Loading /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so library failed: /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so: undefined symbol: _Z11limits_initv -Aborting startup script -= 1000, disableAutoConnect = 0, priority = 0, defaultSampleRateMS = 100.000000 +2022/01/20 13:32:41.427 OK +2022/01/20 13:32:41.427 OK +2022/01/20 13:32:41.428 OK +2022/01/20 13:32:41.464 OK +2022/01/20 13:32:41.464 OK +2022/01/20 13:32:41.464 OK +ze = 1000, disableAutoConnect = 0, priority = 0, defaultSampleRateMS = 100.000000 asynOctetSetOutputEos(MC_CPU1, -1, ";\n") asynOctetSetInputEos(MC_CPU1, -1, ";\n") asynSetTraceMask(MC_CPU1, -1, 0x41) @@ -273,3 +271,27083 @@ Module asyn version 4.41.0 already loaded Module ecmc_plugin_grbl depends on ecmc 7.0.1 Module ecmc version 7.0.1 already loaded Loading library /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so +Loaded ecmc_plugin_grbl version develop +ecmc_plugin_grbl has no dbd file +Loading module info records for ecmc_plugin_grbl +epicsEnvSet(ECMC_PLUGIN_FILNAME,"/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so") +epicsEnvSet(ECMC_PLUGIN_CONFIG,"DBG_PRINT=1;X_AXIS=1;") # Only one option implemented in this plugin +iocshLoad /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/loadPlugin.cmd, "PLUGIN_ID=0,FILE=/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so,CONFIG='DBG_PRINT=1;X_AXIS=1;', REPORT=1" +#============================================================================== +# loadPlugin.cmd +ecmcConfigOrDie "Cfg.LoadPlugin(0,/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so,DBG_PRINT=1;X_AXIS=1;)" +../ecmc_plugin_grbl/ecmcGrbl.cpp:doReadWorker:187 +Waiting for grbl init..../ecmc_plugin_grbl/ecmcGrbl.cpp:doMainWorker:198 +../grbl/serial.c:serial_init:70: +../grbl/eeprom.c:ecmc_init_file:53 +......../grbl/settings.c:settings_restore:132 settings_restore complete!!!.. +../grbl/eeprom.c:memcpy_from_eeprom_with_checksum:215 EEPROM simulated by file.. +../grbl/stepper.c:stepper_init:624 +../grbl/system.c:system_init:26: +../grbl/gcode.c:gc_init:44: +../grbl/eeprom.c:memcpy_from_eeprom_with_checksum:215 EEPROM simulated by file.. +../grbl/spindle_control.c:spindle_init:31 Not supported yet.. +../grbl/coolant_control.c:coolant_init:25 Not supported yet.. +../grbl/grbl_limits.c:limits_init:44 Not supported yet.. +../grbl/probe.c:probe_init:31 Not supported yet.. +../grbl/stepper.c:st_reset:591 +../grbl/stepper.c:st_go_idle:295 +../grbl/stepper.c:st_generate_step_dir_invert_masks:569 +../grbl/gcode.c:gc_sync_position:59: +../grbl/protocol.c:protocol_main_loop:40 +../grbl/system.c:system_check_safety_door_ajar:93: +../grbl/system.c:system_execute_startup:107: +../grbl/eeprom.c:memcpy_from_eeprom_with_checksum:215 EEPROM simulated by file.. + +Grbl 1.1h ['$' for help] +../grbl/eeprom.c:memcpy_from_eeprom_with_checksum:215 EEPROM simulated by file.. +. + + grbl ready for commands! +Test command:$ +Adding $ to buffer +Adding + to buffer $ + +../grbl/system.c:system_execute_line:134:################### +../grbl/system.c:system_execute_line:135:$ +system_execute_line switch line[1]= +[HLP:$$ $# $G $I $N $x=val $Nx=line $J=line $SLP $C $X $H ~ ! ? ctrl-x] +ok +Test command:G0X10Y100 +Adding G to buffer $ + +Adding 0 to buffer $ +G +Adding X to buffer $ +G0 +Adding 1 to buffer $ +G0X +Adding 0 to buffer $ +G0X1 +Adding Y to buffer $ +G0X10 +Adding 1 to buffer $ +G0X10Y +Adding 0 to buffer $ +G0X10Y1 +Adding 0 to buffer $ +G0X10Y10 +Adding + to buffer $ +G0X10Y100 +../grbl/gcode.c:gc_execute_line:72:G0X10Y100 +1 +letter=G +value=0.000000 +int_value=0 +mantissa=0 +axis_command=2 +here!! +here 2!! +here 3!! +../grbl/gcode.c:gc_execute_line:349: +1 +letter=X +value=10.000000 +int_value=10 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +1 +letter=Y +value=100.000000 +int_value=100 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +../grbl/gcode.c:gc_execute_line:384:axis_words=3 +../grbl/gcode.c:gc_execute_line:385:axis_command=2 +../grbl/gcode.c:gc_execute_line:390:axis_command=2 +../grbl/gcode.c:gc_execute_line:396 +../grbl/gcode.c:gc_execute_line:411:gc_parser_flags=0 +../grbl/gcode.c:gc_execute_line:417:gc_block.modal.feed_rate=0 +../grbl/gcode.c:gc_execute_line:444:gc_state.feed_rate=0.000000 +../grbl/motion_control.c:mc_line:33 +../grbl/stepper.c:st_next_block_index:671 +../grbl/stepper.c:st_wake_up:264 +../grbl/stepper.c:ecmc_start_dummy_thread:245 + + Thread created successfully +../grbl/stepper.c:ecmc_dummy_thread:228 +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=0,4,0.. +ok +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1,7,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1,11,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1,15,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2,19,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2,22,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3,26,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3,30,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3,34,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4,37,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4,41,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4,45,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=5,49,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=5,52,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=6,56,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=6,60,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=6,64,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=7,67,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=7,71,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=7,75,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=8,79,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=8,82,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=9,86,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=9,90,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=9,94,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=10,97,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=10,101,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=10,105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=11,109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=11,112,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=12,116,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=12,120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=12,124,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=13,127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=13,131,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=13,135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=14,139,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=14,142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=15,146,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=15,150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=15,154,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=16,157,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=16,161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=16,165,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=17,169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=17,172,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=18,176,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=18,180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=18,184,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=19,187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=19,191,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=19,195,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=20,199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=20,202,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=21,206,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=21,210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=21,214,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=22,217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=22,221,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=22,225,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=23,229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=23,232,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=24,236,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=24,240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=24,244,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=25,247,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=25,251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=25,255,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=26,259,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=26,262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=27,266,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=27,270,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=27,274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=28,277,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=28,281,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=28,285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=29,289,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=29,292,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=30,296,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=30,300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=30,304,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=31,307,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=31,311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=31,315,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=32,319,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=32,322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=33,326,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=33,330,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=33,334,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=34,337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=34,341,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=34,345,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=35,349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=35,352,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=36,356,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=36,360,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=36,364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=37,367,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=37,371,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=37,375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=38,379,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=38,382,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=39,386,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=39,390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=39,394,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=40,397,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=40,401,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=40,405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=41,409,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=41,412,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=42,416,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=42,420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=42,424,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=43,427,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=43,431,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=43,435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=44,439,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=44,442,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=45,446,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=45,450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=45,454,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=46,457,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=46,461,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=46,465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=47,469,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=47,472,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=48,476,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=48,480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=48,484,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=49,487,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=49,491,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=49,495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=50,499,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=50,502,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=51,506,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=51,510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=51,514,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=52,517,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=52,521,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=52,525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=53,529,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=53,532,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=54,536,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=54,540,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=54,544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=55,547,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=55,551,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=55,555,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=56,559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=56,562,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=57,566,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=57,570,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=57,574,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=58,577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=58,581,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=58,585,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=59,589,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=59,592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=60,596,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=60,600,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=60,604,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=61,607,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=61,611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=61,615,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=62,619,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=62,622,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=63,626,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=63,630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=63,634,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=64,637,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=64,641,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=64,645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=65,649,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=65,652,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=66,656,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=66,660,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=66,664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=67,667,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=67,671,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=67,675,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=68,679,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=68,682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=69,686,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=69,690,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=69,694,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=70,697,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=70,701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=70,705,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=71,709,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=71,712,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=72,716,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=72,720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=72,724,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=73,727,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=73,731,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=73,735,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=74,739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=74,742,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=75,746,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=75,750,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=75,754,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=76,757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=76,761,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=76,765,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=77,769,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=77,772,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=78,776,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=78,780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=78,784,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=79,787,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=79,791,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=79,795,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=80,799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=80,805,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=81,812,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=82,820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=83,827,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=83,835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=84,842,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=85,850,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=86,857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=86,865,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=87,872,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=88,880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=89,887,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=89,895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=90,902,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=91,910,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=92,917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=92,925,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=93,932,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=94,940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=95,947,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=95,955,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=96,962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=97,970,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=98,977,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=98,985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=99,992,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=100,1000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=101,1007,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=101,1015,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=102,1022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=103,1030,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=104,1037,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=104,1045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=105,1052,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=106,1060,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=107,1067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=107,1075,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=108,1082,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=109,1090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=110,1097,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=110,1105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=111,1112,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=112,1120,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=113,1127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=113,1135,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=114,1142,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=115,1150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=116,1157,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=116,1165,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=117,1172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=118,1180,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=119,1187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=119,1195,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=120,1202,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=121,1210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=122,1217,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=122,1225,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=123,1232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=124,1240,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=125,1247,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=125,1255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=126,1262,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=127,1270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=128,1277,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=128,1285,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=129,1292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=130,1300,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=131,1307,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=131,1315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=132,1322,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=133,1330,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=134,1337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=134,1345,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=135,1352,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=136,1360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=137,1367,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=137,1375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=138,1382,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=139,1390,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=140,1397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=140,1405,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=141,1412,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=142,1420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=143,1427,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=143,1435,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=144,1442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=145,1450,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=146,1457,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=146,1465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=147,1472,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=148,1480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=149,1487,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=149,1495,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=150,1502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=151,1510,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=152,1517,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=152,1525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=153,1532,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=154,1540,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=155,1547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=155,1555,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=156,1562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=157,1570,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=158,1577,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=158,1585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=159,1592,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=160,1600,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=161,1607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=161,1615,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=162,1622,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=163,1630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=164,1637,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=164,1645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=165,1652,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=166,1660,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=167,1667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=167,1675,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=168,1682,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=169,1690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=170,1697,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=170,1705,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=171,1712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=172,1720,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=173,1727,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=173,1735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=174,1742,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=175,1750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=176,1757,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=176,1765,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=177,1772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=178,1780,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=179,1787,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=179,1795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=180,1802,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=181,1810,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=182,1817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=182,1825,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=183,1832,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=184,1840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=185,1847,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=185,1855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=186,1862,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=187,1870,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=188,1877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=188,1885,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=189,1892,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=190,1900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=191,1907,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=191,1915,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=192,1922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=193,1930,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=194,1937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=194,1945,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=195,1952,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=196,1960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=197,1967,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=197,1975,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=198,1982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=199,1990,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=200,1997,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=200,2005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=201,2012,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=202,2020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=203,2027,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=203,2035,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=204,2042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=205,2050,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=206,2057,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=206,2065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=207,2072,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=208,2080,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=209,2087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=209,2095,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=210,2102,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=211,2110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=212,2117,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=212,2125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=213,2132,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=214,2140,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=215,2147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=215,2155,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=216,2162,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=217,2170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=218,2177,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=218,2185,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=219,2192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=220,2200,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=221,2207,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=221,2215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=222,2222,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=223,2230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=224,2237,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=224,2245,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=225,2252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=226,2260,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=227,2267,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=227,2275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=228,2282,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=229,2290,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=230,2297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=230,2305,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=231,2312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=232,2320,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=233,2327,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=233,2335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=234,2342,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=235,2350,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=236,2357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=236,2365,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=237,2372,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=238,2380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=239,2387,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=239,2395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=240,2402,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=241,2410,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=242,2417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=242,2425,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=243,2432,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=244,2440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=245,2447,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=245,2455,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=246,2462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=247,2470,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=248,2477,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=248,2485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=249,2492,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=250,2500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=251,2507,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=251,2515,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=252,2522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=253,2530,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=254,2537,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=254,2545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=255,2552,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=256,2560,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=257,2567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=257,2575,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=258,2582,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=259,2590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=260,2597,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=260,2605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=261,2612,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=262,2620,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=263,2627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=263,2635,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=264,2642,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=265,2650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=266,2657,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=266,2665,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=267,2672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=268,2680,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=269,2687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=269,2695,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=270,2702,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=271,2710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=272,2717,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=272,2725,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=273,2732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=274,2740,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=275,2747,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=275,2755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=276,2762,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=277,2770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=278,2777,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=278,2785,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=279,2792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=280,2800,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=281,2807,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=281,2815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=282,2822,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=283,2830,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=284,2837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=284,2845,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=285,2852,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=286,2860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=287,2867,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=287,2875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=288,2882,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=289,2890,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=290,2897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=290,2905,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=291,2912,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=292,2920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=293,2927,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=293,2935,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=294,2942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=295,2950,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=296,2957,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=296,2965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=297,2972,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=298,2980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=299,2987,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=299,2995,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=300,3002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=301,3010,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=302,3017,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=302,3025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=303,3032,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=304,3040,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=305,3047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=305,3055,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=306,3062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=307,3070,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=308,3077,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=308,3085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=309,3092,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=310,3100,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=311,3107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=311,3115,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=312,3122,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=313,3130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=314,3137,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=314,3145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=315,3152,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=316,3160,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=317,3167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=317,3175,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=318,3182,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=319,3190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=320,3197,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=320,3205,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=321,3212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=322,3220,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=323,3227,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=323,3235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=324,3242,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=325,3250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=326,3257,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=326,3265,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=327,3272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=328,3280,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=329,3287,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=329,3295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=330,3302,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=331,3310,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=332,3317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=332,3325,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=333,3332,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=334,3340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=335,3347,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=335,3355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=336,3362,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=337,3370,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=338,3377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=338,3385,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=339,3392,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=340,3400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=341,3407,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=341,3415,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=342,3422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=343,3430,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=344,3437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=344,3445,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=345,3452,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=346,3460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=347,3467,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=347,3475,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=348,3482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=349,3490,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=350,3497,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=350,3505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=351,3512,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=352,3520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=353,3527,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=353,3535,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=354,3542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=355,3550,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=356,3557,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=356,3565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=357,3572,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=358,3580,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=359,3587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=359,3595,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=360,3602,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=361,3610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=362,3617,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=362,3625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=363,3632,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=364,3640,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=365,3647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=365,3655,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=366,3662,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=367,3670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=368,3677,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=368,3685,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=369,3692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=370,3700,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=371,3707,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=371,3715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=372,3722,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=373,3730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=374,3737,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=374,3745,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=375,3752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=376,3760,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=377,3767,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=377,3775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=378,3782,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=379,3790,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=380,3797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=380,3805,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=381,3812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=382,3820,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=383,3827,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=383,3835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=384,3842,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=385,3850,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=386,3857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=386,3865,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=387,3872,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=388,3880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=389,3887,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=389,3895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=390,3902,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=391,3910,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=392,3917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=392,3925,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=393,3932,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=394,3940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=395,3947,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=395,3955,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=396,3962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=397,3970,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=398,3977,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=398,3985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=399,3992,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=400,4000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=401,4007,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=401,4015,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=402,4022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=403,4030,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=404,4037,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=404,4045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=405,4052,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=406,4060,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=407,4067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=407,4075,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=408,4082,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=409,4090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=410,4097,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=410,4105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=411,4112,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=412,4120,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=413,4127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=413,4135,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=414,4142,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=415,4150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=416,4157,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=416,4165,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=417,4172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=418,4180,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=419,4187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=419,4195,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=420,4202,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=421,4210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=422,4217,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=422,4225,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=423,4232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=424,4240,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=425,4247,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=425,4255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=426,4262,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=427,4270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=428,4277,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=428,4285,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=429,4292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=430,4300,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=431,4307,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=431,4315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=432,4322,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=433,4330,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=434,4337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=434,4345,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=435,4352,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=436,4360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=437,4367,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=437,4375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=438,4382,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=439,4390,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=440,4397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=440,4405,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=441,4412,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=442,4420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=443,4427,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=443,4435,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=444,4442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=445,4450,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=446,4457,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=446,4465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=447,4472,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=448,4480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=449,4487,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=449,4495,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=450,4502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=451,4510,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=452,4517,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=452,4525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=453,4532,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=454,4540,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=455,4547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=455,4555,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=456,4562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=457,4570,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=458,4577,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=458,4585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=459,4592,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=460,4600,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=461,4607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=461,4615,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=462,4622,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=463,4630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=464,4637,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=464,4645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=465,4652,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=466,4660,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=467,4667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=467,4675,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=468,4682,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=469,4690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=470,4697,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=470,4705,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=471,4712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=472,4720,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=473,4727,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=473,4735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=474,4742,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=475,4750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=476,4757,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=476,4765,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=477,4772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=478,4780,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=479,4787,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=479,4795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=480,4802,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=481,4810,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=482,4817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=482,4825,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=483,4832,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=484,4840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=485,4847,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=485,4855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=486,4862,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=487,4870,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=488,4877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=488,4885,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=489,4892,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=490,4900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=491,4907,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=491,4915,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=492,4922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=493,4930,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=494,4937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=494,4945,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=495,4952,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=496,4960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=497,4967,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=497,4975,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=498,4982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=499,4990,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=500,4997,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=500,5005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=501,5012,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=502,5020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=503,5027,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=503,5035,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=504,5042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=505,5050,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=506,5057,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=506,5065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=507,5072,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=508,5080,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=509,5087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=509,5095,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=510,5102,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=511,5110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=512,5117,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=512,5125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=513,5132,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=514,5140,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=515,5147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=515,5155,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=516,5162,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=517,5170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=518,5177,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=518,5185,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=519,5192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=520,5200,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=521,5207,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=521,5215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=522,5222,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=523,5230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=524,5237,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=524,5245,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=525,5252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=526,5260,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=527,5267,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=527,5275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=528,5282,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=529,5290,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=530,5297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=530,5305,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=531,5312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=532,5320,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=533,5327,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=533,5335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=534,5342,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=535,5350,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=536,5357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=536,5365,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=537,5372,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=538,5380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=539,5387,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=539,5395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=540,5402,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=541,5410,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=542,5417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=542,5425,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=543,5432,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=544,5440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=545,5447,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=545,5455,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=546,5462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=547,5470,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=548,5477,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=548,5485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=549,5492,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=550,5500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=551,5507,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=551,5515,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=552,5522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=553,5530,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=554,5537,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=554,5545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=555,5552,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=556,5560,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=557,5567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=557,5575,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=558,5582,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=559,5590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=560,5597,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=560,5605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=561,5612,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=562,5620,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=563,5627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=563,5635,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=564,5642,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=565,5650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=566,5657,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=566,5665,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=567,5672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=568,5680,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=569,5687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=569,5695,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=570,5702,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=571,5710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=572,5717,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=572,5725,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=573,5732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=574,5740,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=575,5747,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=575,5755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=576,5762,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=577,5770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=578,5777,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=578,5785,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=579,5792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=580,5800,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=581,5807,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=581,5815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=582,5822,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=583,5830,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=584,5837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=584,5845,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=585,5852,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=586,5860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=587,5867,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=587,5875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=588,5882,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=589,5890,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=590,5897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=590,5905,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=591,5912,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=592,5920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=593,5927,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=593,5935,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=594,5942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=595,5950,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=596,5957,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=596,5965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=597,5972,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=598,5980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=599,5987,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=599,5995,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=600,6002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=601,6010,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=602,6017,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=602,6025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=603,6032,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=604,6040,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=605,6047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=605,6055,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=606,6062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=607,6070,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=608,6077,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=608,6085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=609,6092,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=610,6100,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=611,6107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=611,6115,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=612,6122,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=613,6130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=614,6137,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=614,6145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=615,6152,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=616,6160,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=617,6167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=617,6175,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=618,6182,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=619,6190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=620,6197,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=620,6205,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=621,6212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=622,6220,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=623,6227,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=623,6235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=624,6242,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=625,6250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=626,6257,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=626,6265,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=627,6272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=628,6280,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=629,6287,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=629,6295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=630,6302,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=631,6310,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=632,6317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=632,6325,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=633,6332,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=634,6340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=635,6347,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=635,6355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=636,6362,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=637,6370,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=638,6377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=638,6385,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=639,6392,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=640,6400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=641,6407,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=641,6415,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=642,6422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=643,6430,0.. +Test command:$G +Adding $ to buffer $ +G0X10Y100 + +Adding G to buffer $ +G0X10Y100 +$ +Adding + to buffer $ +G0X10Y100 +$G + +../grbl/system.c:system_execute_line:134:################### +../grbl/system.c:system_execute_line:135:$G +system_execute_line switch line[1]=G +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=644,6437,0.. +[GC:G0 G54 G17 G21 G90 G94 M5 M9 T0 F0 S0] +ok +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=644,6445,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=645,6452,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=646,6460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=647,6467,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=647,6475,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=648,6482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=649,6490,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=650,6497,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=650,6505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=651,6512,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=652,6520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=653,6527,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=653,6535,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=654,6542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=655,6550,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=656,6557,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=656,6565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=657,6572,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=658,6580,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=659,6587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=659,6595,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=660,6602,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=661,6610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=662,6617,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=662,6625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=663,6632,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=664,6640,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=665,6647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=665,6655,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=666,6662,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=667,6670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=668,6677,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=668,6685,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=669,6692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=670,6700,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=671,6707,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=671,6715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=672,6722,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=673,6730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=674,6737,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=674,6745,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=675,6752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=676,6760,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=677,6767,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=677,6775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=678,6782,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=679,6790,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=680,6797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=680,6805,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=681,6812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=682,6820,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=683,6827,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=683,6835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=684,6842,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=685,6850,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=686,6857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=686,6865,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=687,6872,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=688,6880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=689,6887,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=689,6895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=690,6902,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=691,6910,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=692,6917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=692,6925,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=693,6932,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=694,6940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=695,6947,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=695,6955,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=696,6962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=697,6970,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=698,6977,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=698,6985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=699,6992,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=700,7000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=701,7007,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=701,7015,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=702,7022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=703,7030,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=704,7037,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=704,7045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=705,7052,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=706,7060,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=707,7067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=707,7075,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=708,7082,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=709,7090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=710,7097,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=710,7105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=711,7112,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=712,7120,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=713,7127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=713,7135,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=714,7142,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=715,7150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=716,7157,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=716,7165,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=717,7172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=718,7180,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=719,7187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=719,7195,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=720,7202,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=721,7210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=722,7217,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=722,7225,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=723,7232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=724,7240,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=725,7247,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=725,7255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=726,7262,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=727,7270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=728,7277,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=728,7285,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=729,7292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=730,7300,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=731,7307,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=731,7315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=732,7322,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=733,7330,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=734,7337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=734,7345,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=735,7352,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=736,7360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=737,7367,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=737,7375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=738,7382,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=739,7390,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=740,7397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=740,7405,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=741,7412,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=742,7420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=743,7427,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=743,7435,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=744,7442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=745,7450,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=746,7457,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=746,7465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=747,7472,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=748,7480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=749,7487,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=749,7495,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=750,7502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=751,7510,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=752,7517,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=752,7525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=753,7532,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=754,7540,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=755,7547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=755,7555,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=756,7562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=757,7570,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=758,7577,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=758,7585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=759,7592,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=760,7600,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=761,7607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=761,7615,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=762,7622,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=763,7630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=764,7637,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=764,7645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=765,7652,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=766,7660,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=767,7667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=767,7675,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=768,7682,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=769,7690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=770,7697,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=770,7705,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=771,7712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=772,7720,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=773,7727,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=773,7735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=774,7742,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=775,7750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=776,7757,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=776,7765,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=777,7772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=778,7780,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=779,7787,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=779,7795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=780,7802,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=781,7810,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=782,7817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=782,7825,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=783,7832,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=784,7840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=785,7847,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=785,7855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=786,7862,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=787,7870,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=788,7877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=788,7885,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=789,7892,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=790,7900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=791,7907,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=791,7915,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=792,7922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=793,7930,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=794,7937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=794,7945,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=795,7952,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=796,7960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=797,7967,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=797,7975,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=798,7982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=799,7990,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=800,7997,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=800,8005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=801,8012,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=802,8020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=803,8027,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=803,8035,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=804,8042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=805,8050,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=806,8057,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=806,8065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=807,8072,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=808,8080,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=809,8087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=809,8095,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=810,8102,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=811,8110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=812,8117,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=812,8125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=813,8132,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=814,8140,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=815,8147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=815,8155,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=816,8162,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=817,8170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=818,8177,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=818,8185,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=819,8192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=820,8200,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=821,8207,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=821,8215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=822,8222,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=823,8230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=824,8237,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=824,8245,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=825,8252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=826,8260,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=827,8267,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=827,8275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=828,8282,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=829,8290,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=830,8297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=830,8305,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=831,8312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=832,8320,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=833,8327,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=833,8335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=834,8342,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=835,8350,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=836,8357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=836,8365,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=837,8372,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=838,8380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=839,8387,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=839,8395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=840,8402,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=841,8410,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=842,8417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=842,8425,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=843,8432,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=844,8440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=845,8447,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=845,8455,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=846,8462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=847,8470,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=848,8477,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=848,8485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=849,8492,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=850,8500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=851,8507,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=851,8515,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=852,8522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=853,8530,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=854,8537,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=854,8545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=855,8552,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=856,8560,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=857,8567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=857,8575,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=858,8582,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=859,8590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=860,8597,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=860,8605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=861,8612,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=862,8620,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=863,8627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=863,8635,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=864,8642,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=865,8650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=866,8657,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=866,8665,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=867,8672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=868,8680,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=869,8687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=869,8695,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=870,8702,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=871,8710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=872,8717,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=872,8725,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=873,8732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=874,8740,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=875,8747,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=875,8755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=876,8762,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=877,8770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=878,8777,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=878,8785,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=879,8792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=880,8800,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=881,8807,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=881,8815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=882,8822,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=883,8830,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=884,8837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=884,8845,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=885,8852,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=886,8860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=887,8867,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=887,8875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=888,8882,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=889,8890,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=890,8897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=890,8905,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=891,8912,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=892,8920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=893,8927,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=893,8935,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=894,8942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=895,8950,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=896,8957,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=896,8965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=897,8972,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=898,8980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=899,8987,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=899,8995,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=900,9002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=901,9010,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=902,9017,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=902,9025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=903,9032,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=904,9040,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=905,9047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=905,9055,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=906,9062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=907,9070,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=908,9077,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=908,9085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=909,9092,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=910,9100,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=911,9107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=911,9115,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=912,9122,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=913,9130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=914,9137,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=914,9145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=915,9152,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=916,9160,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=917,9167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=917,9175,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=918,9182,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=919,9190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=920,9197,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=920,9205,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=921,9212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=922,9220,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=923,9227,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=923,9235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=924,9242,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=925,9250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=926,9257,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=926,9265,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=927,9272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=928,9280,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=929,9287,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=929,9295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=930,9302,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=931,9310,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=932,9317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=932,9325,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=933,9332,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=934,9340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=935,9347,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=935,9355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=936,9362,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=937,9370,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=938,9377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=938,9385,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=939,9392,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=940,9400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=941,9407,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=941,9415,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=942,9422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=943,9430,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=944,9437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=944,9445,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=945,9452,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=946,9460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=947,9467,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=947,9475,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=948,9482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=949,9490,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=950,9497,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=950,9505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=951,9512,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=952,9520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=953,9527,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=953,9535,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=954,9542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=955,9550,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=956,9557,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=956,9565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=957,9572,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=958,9580,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=959,9587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=959,9595,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=960,9602,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=961,9610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=962,9617,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=962,9625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=963,9632,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=964,9640,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=965,9647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=965,9655,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=966,9662,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=967,9670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=968,9677,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=968,9685,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=969,9692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=970,9700,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=971,9707,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=971,9715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=972,9722,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=973,9730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=974,9737,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=974,9745,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=975,9752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=976,9760,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=977,9767,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=977,9775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=978,9782,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=979,9790,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=980,9797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=980,9805,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=981,9812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=982,9820,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=983,9827,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=983,9835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=984,9842,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=985,9850,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=986,9857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=986,9865,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=987,9872,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=988,9880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=989,9887,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=989,9895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=990,9902,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=991,9910,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=992,9917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=992,9925,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=993,9932,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=994,9940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=995,9947,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=995,9955,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=996,9962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=997,9970,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=998,9977,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=998,9985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=999,9992,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1000,10000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1001,10007,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1001,10015,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1002,10022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1003,10030,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1004,10037,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1004,10045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1005,10052,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1006,10060,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1007,10067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1007,10075,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1008,10082,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1009,10090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1010,10097,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1010,10105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1011,10112,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1012,10120,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1013,10127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1013,10135,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1014,10142,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1015,10150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1016,10157,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1016,10165,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1017,10172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1018,10180,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1019,10187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1019,10195,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1020,10202,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1021,10210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1022,10217,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1022,10225,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1023,10232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1024,10240,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1025,10247,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1025,10255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1026,10262,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1027,10270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1028,10277,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1028,10285,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1029,10292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1030,10300,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1031,10307,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1031,10315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1032,10322,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1033,10330,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1034,10337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1034,10345,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1035,10352,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1036,10360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1037,10367,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1037,10375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1038,10382,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1039,10390,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1040,10397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1040,10405,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1041,10412,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1042,10420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1043,10427,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1043,10435,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1044,10442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1045,10450,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1046,10457,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1046,10465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1047,10472,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1048,10480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1049,10487,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1049,10495,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1050,10502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1051,10510,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1052,10517,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1052,10525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1053,10532,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1054,10540,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1055,10547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1055,10555,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1056,10562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1057,10570,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1058,10577,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1058,10585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1059,10592,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1060,10600,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1061,10607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1061,10615,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1062,10622,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1063,10630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1064,10637,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1064,10645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1065,10652,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1066,10660,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1067,10667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1067,10675,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1068,10682,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1069,10690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1070,10697,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1070,10705,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1071,10712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1072,10720,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1073,10727,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1073,10735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1074,10742,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1075,10750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1076,10757,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1076,10765,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1077,10772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1078,10780,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1079,10787,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1079,10795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1080,10802,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1081,10810,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1082,10817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1082,10825,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1083,10832,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1084,10840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1085,10847,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1085,10855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1086,10862,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1087,10870,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1088,10877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1088,10885,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1089,10892,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1090,10900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1091,10907,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1091,10915,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1092,10922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1093,10930,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1094,10937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1094,10945,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1095,10952,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1096,10960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1097,10967,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1097,10975,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1098,10982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1099,10990,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1100,10997,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1100,11005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1101,11012,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1102,11020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1103,11027,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1103,11035,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1104,11042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1105,11050,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1106,11057,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1106,11065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1107,11072,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1108,11080,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1109,11087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1109,11095,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1110,11102,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1111,11110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1112,11117,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1112,11125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1113,11132,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1114,11140,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1115,11147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1115,11155,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1116,11162,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1117,11170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1118,11177,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1118,11185,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1119,11192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1120,11200,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1121,11207,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1121,11215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1122,11222,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1123,11230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1124,11237,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1124,11245,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1125,11252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1126,11260,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1127,11267,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1127,11275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1128,11282,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1129,11290,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1130,11297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1130,11305,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1131,11312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1132,11320,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1133,11327,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1133,11335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1134,11342,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1135,11350,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1136,11357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1136,11365,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1137,11372,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1138,11380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1139,11387,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1139,11395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1140,11402,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1141,11410,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1142,11417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1142,11425,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1143,11432,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1144,11440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1145,11447,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1145,11455,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1146,11462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1147,11470,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1148,11477,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1148,11485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1149,11492,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1150,11500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1151,11507,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1151,11515,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1152,11522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1153,11530,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1154,11537,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1154,11545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1155,11552,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1156,11560,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1157,11567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1157,11575,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1158,11582,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1159,11590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1160,11597,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1160,11605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1161,11612,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1162,11620,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1163,11627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1163,11635,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1164,11642,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1165,11650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1166,11657,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1166,11665,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1167,11672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1168,11680,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1169,11687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1169,11695,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1170,11702,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1171,11710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1172,11717,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1172,11725,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1173,11732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1174,11740,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1175,11747,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1175,11755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1176,11762,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1177,11770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1178,11777,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1178,11785,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1179,11792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1180,11800,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1181,11807,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1181,11815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1182,11822,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1183,11830,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1184,11837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1184,11845,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1185,11852,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1186,11860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1187,11867,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1187,11875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1188,11882,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1189,11890,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1190,11897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1190,11905,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1191,11912,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1192,11920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1193,11927,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1193,11935,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1194,11942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1195,11950,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1196,11957,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1196,11965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1197,11972,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1198,11980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1199,11987,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1199,11995,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1200,12002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1201,12010,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1202,12017,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1202,12025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1203,12032,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1204,12040,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1205,12047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1205,12055,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1206,12062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1207,12070,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1208,12077,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1208,12085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1209,12092,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1210,12100,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1211,12107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1211,12115,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1212,12122,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1213,12130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1214,12137,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1214,12145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1215,12152,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1216,12160,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1217,12167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1217,12175,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1218,12182,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1219,12190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1220,12197,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1220,12205,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1221,12212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1222,12220,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1223,12227,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1223,12235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1224,12242,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1225,12250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1226,12257,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1226,12265,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1227,12272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1228,12280,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1229,12287,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1229,12295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1230,12302,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1231,12310,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1232,12317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1232,12325,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1233,12332,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1234,12340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1235,12347,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1235,12355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1236,12362,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1237,12370,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1238,12377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1238,12385,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1239,12392,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1240,12400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1241,12407,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1241,12415,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1242,12422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1243,12430,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1244,12437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1244,12445,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1245,12452,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1246,12460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1247,12467,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1247,12475,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1248,12482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1249,12490,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1250,12497,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1250,12505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1251,12512,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1252,12520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1253,12527,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1253,12535,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1254,12542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1255,12550,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1256,12557,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1256,12565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1257,12572,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1258,12580,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1259,12587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1259,12595,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1260,12602,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1261,12610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1262,12617,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1262,12625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1263,12632,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1264,12640,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1265,12647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1265,12655,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1266,12662,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1267,12670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1268,12677,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1268,12685,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1269,12692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1270,12700,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1271,12707,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1271,12715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1272,12722,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1273,12730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1274,12737,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1274,12745,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1275,12752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1276,12760,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1277,12767,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1277,12775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1278,12782,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1279,12790,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1280,12797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1280,12805,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1281,12812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1282,12820,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1283,12827,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1283,12835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1284,12842,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1285,12850,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1286,12857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1286,12865,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1287,12872,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1288,12880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1289,12887,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1289,12895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1290,12902,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1291,12910,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1292,12917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1292,12925,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1293,12932,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1294,12940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1295,12947,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1295,12955,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1296,12962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1297,12970,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1298,12977,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1298,12985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1299,12992,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1300,13000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1301,13007,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1301,13015,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1302,13022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1303,13030,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1304,13037,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1304,13045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1305,13052,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1306,13060,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1307,13067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1307,13075,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1308,13082,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1309,13090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1310,13097,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1310,13105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1311,13112,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1312,13120,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1313,13127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1313,13135,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1314,13142,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1315,13150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1316,13157,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1316,13165,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1317,13172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1318,13180,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1319,13187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1319,13195,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1320,13202,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1321,13210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1322,13217,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1322,13225,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1323,13232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1324,13240,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1325,13247,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1325,13255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1326,13262,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1327,13270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1328,13277,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1328,13285,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1329,13292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1330,13300,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1331,13307,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1331,13315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1332,13322,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1333,13330,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1334,13337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1334,13345,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1335,13352,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1336,13360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1337,13367,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1337,13375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1338,13382,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1339,13390,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1340,13397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1340,13405,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1341,13412,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1342,13420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1343,13427,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1343,13435,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1344,13442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1345,13450,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1346,13457,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1346,13465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1347,13472,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1348,13480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1349,13487,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1349,13495,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1350,13502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1351,13510,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1352,13517,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1352,13525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1353,13532,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1354,13540,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1355,13547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1355,13555,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1356,13562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1357,13570,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1358,13577,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1358,13585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1359,13592,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1360,13600,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1361,13607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1361,13615,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1362,13622,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1363,13630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1364,13637,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1364,13645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1365,13652,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1366,13660,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1367,13667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1367,13675,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1368,13682,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1369,13690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1370,13697,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1370,13705,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1371,13712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1372,13720,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1373,13727,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1373,13735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1374,13742,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1375,13750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1376,13757,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1376,13765,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1377,13772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1378,13780,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1379,13787,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1379,13795,0.. +Test command:G4P4 +Adding G to buffer $ +G0X10Y100 +$G + +Adding 4 to buffer $ +G0X10Y100 +$G +G +Adding P to buffer $ +G0X10Y100 +$G +G4 +Adding 4 to buffer $ +G0X10Y100 +$G +G4P +Adding + to buffer $ +G0X10Y100 +$G +G4P4 +Test command:G1X20Y200F20 +Adding G to buffer $ +G0X10Y100 +$G +G4P4 + +../grbl/gcode.c:gc_execute_line:72:G4P4 +1 +letter=G +value=4.000000 +int_value=4 +mantissa=0 +here 2!! +here 3!! +../grbl/gcode.c:gc_execute_line:349: +1 +letter=P +value=4.000000 +int_value=4 +mantissa=0 +Adding 1 to buffer $ +G0X10Y100 +$G +G4P4 +G +../grbl/gcode.c:gc_execute_line:349: +Adding X to buffer $ +G0X10Y100 +$G +G4P4 +G1 +../grbl/gcode.c:gc_execute_line:384:axis_words=0 +../grbl/gcode.c:gc_execute_line:385:axis_command=0 +../grbl/gcode.c:gc_execute_line:390:axis_command=0 +../grbl/gcode.c:gc_execute_line:396 +../grbl/gcode.c:gc_execute_line:411:gc_parser_flags=0 +../grbl/gcode.c:gc_execute_line:417:gc_block.modal.feed_rate=0 +../grbl/gcode.c:gc_execute_line:444:gc_state.feed_rate=0.000000 +../grbl/motion_control.c:mc_dwell:200 +Adding 2 to buffer $ +G0X10Y100 +$G +G4P4 +G1X +Adding 0 to buffer $ +G0X10Y100 +$G +G4P4 +G1X2 +Adding Y to buffer $ +G0X10Y100 +$G +G4P4 +G1X20 +Adding 2 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y +A2022/01/20 13:32:46.282 OK +2022/01/20 13:32:46.283 OK +2022/01/20 13:32:46.284 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtIocBuild (0). Allow callbacks: true. +Starting iocInit +2022/01/20 13:32:46.284 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtBeginning (1). Allow callbacks: true. +2022/01/20 13:32:46.284 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCallbackInit (2). Allow callbacks: true. +2022/01/20 13:32:46.285 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCaLinkInit (3). Allow callbacks: true. +2022/01/20 13:32:46.285 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDrvSup (4). Allow callbacks: true. +2022/01/20 13:32:46.285 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitRecSup (5). Allow callbacks: true. +2022/01/20 13:32:46.286 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDevSup (6). Allow callbacks: true. +2022/01/20 13:32:46.288 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDatabase (7). Allow callbacks: true. +2022/01/20 13:32:46.288 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterFinishDevSup (8). Allow callbacks: true. +dding 0 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y2 +Adding 0 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y20 +Adding F to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200 +Adding 2 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F +Adding 0 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F2 +Adding + to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +Test command:G4P4 +Adding G to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 + +Adding 4 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G +Adding P to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4 +Adding 4 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P +Adding + to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +Test command:G2X40Y220R20 +Adding G to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 + +Adding 2 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G +Adding X to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2 +Adding 4 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X +Adding 0 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X4 +Adding Y to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X40 +Adding 2 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X40Y +Adding 2 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X40Y2 +Adding 0 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X40Y22 +Adding R to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X40Y220 +Adding 2 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X40Y220R +Adding 0 to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X40Y220R2 +Adding + to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X40Y220R20 +Test command:$ +Adding $ to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X40Y220R20 + +Adding + to buffer $ +G0X10Y100 +$G +G4P4 +G1X20Y200F20 +G4P4 +G2X40Y220R20 +$ +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1380,13802,0.. +ecmcEpicsEnvSetCalcTernary("ECMC_PLUGIN_REPORT", "1>0","","#") +ecmcConfigOrDie "Cfg.ReportPlugin(0)" +Plugin info: + Index = 0 + Name = ecmcPluginGrbl + Description = grbl plugin for use with ecmc. + Option description = + DBG_PRINT=<1/0> : Enables/disables printouts from plugin, default = disabled (=0). + + Filename = /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so + Config string = DBG_PRINT=1;X_AXIS=1; + Version = 2 + Interface version = 65536 (ecmc = 65536) + max plc funcs = 64 + max plc func args = 10 + max plc consts = 64 + Construct func = @0xb5110660 + Enter realtime func = @0xb5110618 + Exit realtime func = @0xb5110620 + Realtime func = @0xb5110610 + Destruct func = @0xb5110638 + dlhandle = @0x618290 + Plc functions: + funcs[00]: + Name = "grbl_connect();" + Desc = double grbl_connect() : Connect to grbl interface (from config str). + Arg count = 0 + func = @0xb5110628 + Plc constants: + +epicsEnvUnset(ECMC_PLUGIN_REPORT); +epicsEnvUnset(ECMC_PLUGIN_FILNAME) +epicsEnvUnset(ECMC_PLUGIN_CONFIG) +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1381,13810,0.. +############################################################################## +## PLC 0 +# $(SCRIPTEXEC) $(ecmccfg_DIR)loadPLCFile.cmd, "PLC_ID=0, SAMPLE_RATE_MS=1000,FILE=./plc/can.plc") +iocInit() +############################################################################ +## EPICS R7.0.5-E3-7.0.5-patch +## Rev. 2021-05-05T19:45+0200 +############################################################################ +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1382,13817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1382,13825,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1383,13832,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1384,13840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1385,13847,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1385,13855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1386,13862,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1387,13870,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1388,13877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1388,13885,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1389,13892,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1390,13900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1391,13907,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1391,13915,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1392,13922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1393,13930,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1394,13937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1394,13945,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1395,13952,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1396,13960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1397,13967,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1397,13975,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1398,13982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1399,13990,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1400,13997,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1400,14005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1401,14012,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1402,14020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1403,14027,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1403,14035,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1404,14042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1405,14050,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1406,14057,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1406,14065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1407,14072,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1408,14080,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1409,14087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1409,14095,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1410,14102,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1411,14110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1412,14117,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1412,14125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1413,14132,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1414,14140,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1415,14147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1415,14155,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1416,14162,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1417,14170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1418,14177,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1418,14185,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1419,14192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1420,14200,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1421,14207,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1421,14215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1422,14222,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1423,14230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1424,14237,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1424,14245,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1425,14252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1426,14260,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1427,14267,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1427,14275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1428,14282,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1429,14290,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1430,14297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1430,14305,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1431,14312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1432,14320,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1433,14327,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1433,14335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1434,14342,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1435,14350,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1436,14357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1436,14365,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1437,14372,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1438,14380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1439,14387,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1439,14395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1440,14402,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1441,14410,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1442,14417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1442,14425,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1443,14432,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1444,14440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1445,14447,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1445,14455,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1446,14462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1447,14470,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1448,14477,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1448,14485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1449,14492,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1450,14500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1451,14507,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1451,14515,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1452,14522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1453,14530,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1454,14537,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1454,14545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1455,14552,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1456,14560,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1457,14567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1457,14575,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1458,14582,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1459,14590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1460,14597,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1460,14605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1461,14612,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1462,14620,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1463,14627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1463,14635,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1464,14642,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1465,14650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1466,14657,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1466,14665,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1467,14672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1468,14680,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1469,14687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1469,14695,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1470,14702,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1471,14710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1472,14717,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1472,14725,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1473,14732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1474,14740,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1475,14747,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1475,14755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1476,14762,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1477,14770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1478,14777,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1478,14785,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1479,14792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1480,14800,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1481,14807,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1481,14815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1482,14822,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1483,14830,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1484,14837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1484,14845,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1485,14852,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1486,14860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1487,14867,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1487,14875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1488,14882,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1489,14890,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1490,14897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1490,14905,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1491,14912,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1492,14920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1493,14927,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1493,14935,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1494,14942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1495,14950,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1496,14957,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1496,14965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1497,14972,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1498,14980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1499,14987,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1499,14995,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1500,15002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1501,15010,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1502,15017,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1502,15025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1503,15032,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1504,15040,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1505,15047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1505,15055,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1506,15062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1507,15070,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1508,15077,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1508,15085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1509,15092,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1510,15100,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1511,15107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1511,15115,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1512,15122,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1513,15130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1514,15137,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1514,15145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1515,15152,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1516,15160,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1517,15167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1517,15175,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1518,15182,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1519,15190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1520,15197,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1520,15205,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1521,15212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1522,15220,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1523,15227,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1523,15235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1524,15242,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1525,15250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1526,15257,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1526,15265,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1527,15272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1528,15280,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1529,15287,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1529,15295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1530,15302,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1531,15310,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1532,15317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1532,15325,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1533,15332,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1534,15340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1535,15347,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1535,15355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1536,15362,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1537,15370,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1538,15377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1538,15385,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1539,15392,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1540,15400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1541,15407,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1541,15415,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1542,15422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1543,15430,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1544,15437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1544,15445,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1545,15452,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1546,15460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1547,15467,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1547,15475,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1548,15482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1549,15490,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1550,15497,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1550,15505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1551,15512,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1552,15520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1553,15527,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1553,15535,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1554,15542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1555,15550,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1556,15557,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1556,15565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1557,15572,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1558,15580,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1559,15587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1559,15595,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1560,15602,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1561,15610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1562,15617,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1562,15625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1563,15632,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1564,15640,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1565,15647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1565,15655,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1566,15662,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1567,15670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1568,15677,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1568,15685,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1569,15692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1570,15700,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1571,15707,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1571,15715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1572,15722,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1573,15730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1574,15737,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1574,15745,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1575,15752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1576,15760,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1577,15767,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1577,15775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1578,15782,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1579,15790,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1580,15797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1580,15805,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1581,15812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1582,15820,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1583,15827,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1583,15835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1584,15842,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1585,15850,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1586,15857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1586,15865,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1587,15872,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1588,15880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1589,15887,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1589,15895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1590,15902,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1591,15910,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1592,15917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1592,15925,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1593,15932,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1594,15940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1595,15947,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1595,15955,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1596,15962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1597,15970,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1598,15977,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1598,15985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1599,15992,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1600,16000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1601,16007,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1601,16015,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1602,16022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1603,16030,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1604,16037,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1604,16045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1605,16052,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1606,16060,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1607,16067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1607,16075,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1608,16082,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1609,16090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1610,16097,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1610,16105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1611,16112,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1612,16120,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1613,16127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1613,16135,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1614,16142,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1615,16150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1616,16157,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1616,16165,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1617,16172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1618,16180,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1619,16187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1619,16195,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1620,16202,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1621,16210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1622,16217,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1622,16225,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1623,16232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1624,16240,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1625,16247,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1625,16255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1626,16262,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1627,16270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1628,16277,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1628,16285,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1629,16292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1630,16300,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1631,16307,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1631,16315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1632,16322,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1633,16330,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1634,16337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1634,16345,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1635,16352,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1636,16360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1637,16367,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1637,16375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1638,16382,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1639,16390,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1640,16397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1640,16405,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1641,16412,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1642,16420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1643,16427,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1643,16435,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1644,16442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1645,16450,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1646,16457,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1646,16465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1647,16472,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1648,16480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1649,16487,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1649,16495,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1650,16502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1651,16510,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1652,16517,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1652,16525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1653,16532,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1654,16540,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1655,16547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1655,16555,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1656,16562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1657,16570,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1658,16577,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1658,16585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1659,16592,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1660,16600,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1661,16607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1661,16615,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1662,16622,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1663,16630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1664,16637,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1664,16645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1665,16652,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1666,16660,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1667,16667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1667,16675,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1668,16682,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1669,16690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1670,16697,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1670,16705,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1671,16712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1672,16720,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1673,16727,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1673,16735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1674,16742,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1675,16750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1676,16757,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1676,16765,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1677,16772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1678,16780,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1679,16787,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1679,16795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1680,16802,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1681,16810,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1682,16817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1682,16825,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1683,16832,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1684,16840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1685,16847,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1685,16855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1686,16862,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1687,16870,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1688,16877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1688,16885,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1689,16892,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1690,16900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1691,16907,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1691,16915,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1692,16922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1693,16930,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1694,16937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1694,16945,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1695,16952,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1696,16960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1697,16967,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1697,16975,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1698,16982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1699,16990,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1700,16997,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1700,17005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1701,17012,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1702,17020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1703,17027,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1703,17035,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1704,17042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1705,17050,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1706,17057,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1706,17065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1707,17072,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1708,17080,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1709,17087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1709,17095,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1710,17102,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1711,17110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1712,17117,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1712,17125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1713,17132,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1714,17140,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1715,17147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1715,17155,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1716,17162,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1717,17170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1718,17177,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1718,17185,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1719,17192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1720,17200,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1721,17207,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1721,17215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1722,17222,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1723,17230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1724,17237,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1724,17245,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1725,17252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1726,17260,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1727,17267,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1727,17275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1728,17282,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1729,17290,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1730,17297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1730,17305,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1731,17312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1732,17320,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1733,17327,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1733,17335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1734,17342,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1735,17350,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1736,17357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported2022/01/20 13:32:46.790 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterScanInit (9). Allow callbacks: true. +2022/01/20 13:32:46.790 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitialProcess (10). Allow callbacks: true. +2022/01/20 13:32:46.794 ecmcAsynPortDriver:getEpicsState: EPICS state: Unknown state (11). Allow callbacks: true. +2022/01/20 13:32:46.795 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterIocBuilt (12). Allow callbacks: true. + yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1736,17365,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1737,17372,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1738,17380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1739,17387,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1739,17395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1740,17402,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1741,17410,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1742,17417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1742,17425,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1743,17432,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1744,17440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1745,17447,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1745,17455,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1746,17462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1747,17470,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1748,17477,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1748,17485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1749,17492,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1750,17500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1751,17507,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1751,17515,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1752,17522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1753,17530,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1754,17537,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1754,17545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1755,17552,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1756,17560,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1757,17567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1757,17575,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1758,17582,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1759,17590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1760,17597,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1760,17605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1761,17612,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1762,17620,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1763,17627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1763,17635,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1764,17642,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1765,17650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1766,17657,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1766,17665,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1767,17672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1768,17680,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1769,17687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1769,17695,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1770,17702,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1771,17710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1772,17717,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1772,17725,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1773,17732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1774,17740,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1775,17747,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1775,17755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1776,17762,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1777,17770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1778,17777,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1778,17785,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1779,17792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1780,17800,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1781,17807,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1781,17815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1782,17822,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1783,17830,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1784,17837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1784,17845,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1785,17852,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1786,17860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1787,17867,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1787,17875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1788,17882,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1789,17890,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1790,17897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1790,17905,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1791,17912,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1792,17920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1793,17927,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1793,17935,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1794,17942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1795,17950,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1796,17957,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1796,17965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1797,17972,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1798,17980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1799,17987,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1799,17995,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1800,18002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1801,18010,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1802,18017,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1802,18025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1803,18032,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1804,18040,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1805,18047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1805,18055,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1806,18062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1807,18070,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1808,18077,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1808,18085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1809,18092,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1810,18100,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1811,18107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1811,18115,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1812,18122,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1813,18130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1814,18137,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1814,18145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1815,18152,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1816,18160,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1817,18167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1817,18175,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1818,18182,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1819,18190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1820,18197,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1820,18205,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1821,18212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1822,18220,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1823,18227,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1823,18235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1824,18242,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1825,18250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1826,18257,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1826,18265,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1827,18272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1828,18280,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1829,18287,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1829,18295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1830,18302,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1831,18310,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1832,18317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1832,18325,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1833,18332,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1834,18340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1835,18347,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1835,18355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1836,18362,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1837,18370,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1838,18377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1838,18385,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1839,18392,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1840,18400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1841,18407,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1841,18415,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1842,18422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1843,18430,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1844,18437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1844,18445,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1845,18452,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1846,18460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1847,18467,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1847,18475,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1848,18482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1849,18490,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1850,18497,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1850,18505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1851,18512,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1852,18520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1853,18527,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1853,18535,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1854,18542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1855,18550,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1856,18557,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1856,18565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1857,18572,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1858,18580,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1859,18587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1859,18595,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1860,18602,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1861,18610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1862,18617,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1862,18625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=18632022/01/20 13:32:46.988 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtIocRun (13). Allow callbacks: true. +2022/01/20 13:32:46.988 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterDatabaseRunning (14). Allow callbacks: true. +2022/01/20 13:32:46.988 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInterruptAccept (28). Allow callbacks: true. +2022/01/20 13:32:46.988 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCaServerRunning (15). Allow callbacks: true. +2022/01/20 13:32:46.988 ecmcAsynPortDriver:getEpicsState: EPICS state: Unknown state (29). Allow callbacks: true. +iocRun: All initialization complete +,18632,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1864,18640,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1865,18647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1865,18655,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1866,18662,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1867,18670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1868,18677,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1868,18685,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1869,18692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1870,18700,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1871,18707,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1871,18715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1872,18722,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1873,18730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1874,18737,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1874,18745,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1875,18752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1876,18760,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1877,18767,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1877,18775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1878,18782,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1879,18790,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1880,18797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1880,18805,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1881,18812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1882,18820,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1883,18827,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1883,18835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1884,18842,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1885,18850,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1886,18857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1886,18865,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1887,18872,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1888,18880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1889,18887,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1889,18895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1890,18902,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1891,18910,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1892,18917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1892,18925,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1893,18932,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1894,18940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1895,18947,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 P2022/01/20 13:32:47.024 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterIocRunning (16). Allow callbacks: true. +ositions(x,y,z)=1895,18955,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1896,18962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1897,18970,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1898,18977,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1898,18985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1899,18992,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1900,19000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1901,19007,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1901,19015,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1902,19022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1903,19030,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1904,19037,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1904,19045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1905,19052,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1906,19060,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1907,19067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1907,19075,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1908,19082,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1909,19090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1910,19097,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1910,19105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1911,19112,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1912,19120,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1913,19127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1913,19135,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1914,19142,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1915,19150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1916,19157,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1916,19165,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1917,19172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1918,19180,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1919,19187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1919,19195,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1920,19202,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1921,19210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1922,19217,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1922,19225,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1923,19232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1924,19240,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1925,19247,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1925,19255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1926,19262,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1927,19270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1928,19277,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1928,19285,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1929,19292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1930,19300,0.. +# Set the IOC Prompt String One +epicsEnvSet IOCSH_PS1 "raspberrypi-18193 > " +# +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1931,19307,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1931,19315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1932,19322,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1933,19330,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1934,19337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1934,19345,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1935,19352,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1936,19360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1937,19367,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1937,19375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1938,19382,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1939,19390,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1940,19397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1940,19405,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1941,19412,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1942,19420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1943,19427,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1943,19435,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1944,19442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1945,19450,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1946,19457,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1946,19465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1947,19472,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1948,19480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1949,19487,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1949,19495,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1950,19502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1951,19510,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1952,19517,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1952,19525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1953,19532,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1954,19540,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1955,19547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1955,19555,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1956,19562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1957,19570,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1958,19577,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1958,19585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1959,19592,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1960,19600,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1961,19607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1961,19615,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1962,19622,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1963,19630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1964,19637,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1964,19645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1965,19652,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1966,19660,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1967,19667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1967,19675,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1968,19682,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1969,19690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1970,19697,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1970,19705,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1971,19712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1972,19720,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1973,19727,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1973,19735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1974,19742,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1975,19750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1976,19757,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1976,19765,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1977,19772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1978,19780,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1979,19787,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1979,19795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1980,19802,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1981,19810,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1982,19817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1982,19825,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1983,19832,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1984,19840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1985,19847,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1985,19855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1986,19862,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1987,19870,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1988,19877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1988,19885,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1989,19892,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1990,19900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1991,19907,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1991,19915,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1992,19922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1993,19930,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1994,19937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1994,19945,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1995,19952,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1996,19960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1997,19967,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1997,19975,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1998,19982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1999,19990,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2000,19997,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2000,20005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2001,20012,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2002,20020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2003,20027,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2003,20035,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2004,20042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2005,20050,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2006,20057,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2006,20065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2007,20072,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2008,20080,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2009,20087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2009,20095,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2010,20102,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2011,20110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2012,20117,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2012,20125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2013,20132,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2014,20140,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2015,20147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2015,20155,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2016,20162,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2017,20170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2018,20177,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2018,20185,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2019,20192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2020,20200,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2021,20207,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2021,20215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2022,20222,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2023,20230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2024,20237,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2024,20245,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2025,20252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2026,20260,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2027,20267,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2027,20275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2028,20282,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2029,20290,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2030,20297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2030,20305,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2031,20312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2032,20320,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2033,20327,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2033,20335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2034,20342,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2035,20350,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2036,20357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2036,20365,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2037,20372,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2038,20380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2039,20387,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2039,20395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2040,20402,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2041,20410,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2042,20417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2042,20425,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2043,20432,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2044,20440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2045,20447,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2045,20455,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2046,20462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2047,20470,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2048,20477,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2048,20485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2049,20492,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2050,20500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2051,20507,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2051,20515,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2052,20522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2053,20530,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2054,20537,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2054,20545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2055,20552,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2056,20560,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2057,20567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2057,20575,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2058,20582,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2059,20590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2060,20597,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2060,20605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2061,20612,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2062,20620,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2063,20627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2063,20635,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2064,20642,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2065,20650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2066,20657,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2066,20665,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2067,20672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2068,20680,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2069,20687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2069,20695,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2070,20702,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2071,20710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2072,20717,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2072,20725,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2073,20732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2074,20740,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2075,20747,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2075,20755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2076,20762,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2077,20770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2078,20777,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2078,20785,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2079,20792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2080,20800,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2081,20807,0.. +raspberrypi-18193 > ../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2081,20815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2082,20822,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2083,20830,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2084,20837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2084,20845,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2085,20852,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2086,20860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2087,20867,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2087,20875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2088,20882,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2089,20890,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2090,20897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2090,20905,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2091,20912,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2092,20920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2093,20927,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2093,20935,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2094,20942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2095,20950,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2096,20957,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2096,20965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2097,20972,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2098,20980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2099,20987,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2099,20995,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2100,21002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2101,21010,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2102,21017,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2102,21025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2103,21032,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2104,21040,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2105,21047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2105,21055,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2106,21062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2107,21070,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2108,21077,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2108,21085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2109,21092,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2110,21100,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2111,21107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2111,21115,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2112,21122,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2113,21130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2114,21137,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2114,21145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2115,21152,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2116,21160,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2117,21167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2117,21175,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2118,21182,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2119,21190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2120,21197,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2120,21205,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2121,21212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2122,21220,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2123,21227,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2123,21235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2124,21242,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2125,21250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2126,21257,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2126,21265,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2127,21272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2128,21280,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2129,21287,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2129,21295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2130,21302,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2131,21310,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2132,21317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2132,21325,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2133,21332,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2134,21340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2135,21347,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2135,21355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2136,21362,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2137,21370,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2138,21377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2138,21385,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2139,21392,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2140,21400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2141,21407,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2141,21415,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2142,21422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2143,21430,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2144,21437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2144,21445,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2145,21452,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2146,21460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2147,21467,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2147,21475,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2148,21482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2149,21490,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2150,21497,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2150,21505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2151,21512,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2152,21520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2153,21527,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2153,21535,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2154,21542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2155,21550,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2156,21557,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2156,21565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2157,21572,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2158,21580,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2159,21587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2159,21595,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2160,21602,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2161,21610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2162,21617,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2162,21625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2163,21632,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2164,21640,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2165,21647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2165,21655,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2166,21662,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2167,21670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2168,21677,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2168,21685,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2169,21692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2170,21700,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2171,21707,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2171,21715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2172,21722,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2173,21730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2174,21737,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2174,21745,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2175,21752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2176,21760,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2177,21767,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2177,21775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2178,21782,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2179,21790,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2180,21797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2180,21805,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2181,21812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2182,21820,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2183,21827,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2183,21835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2184,21842,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2185,21850,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2186,21857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2186,21865,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2187,21872,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2188,21880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2189,21887,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2189,21895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2190,21902,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2191,21910,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2192,21917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2192,21925,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2193,21932,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2194,21940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2195,21947,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2195,21955,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2196,21962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2197,21970,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2198,21977,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2198,21985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2199,21992,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2200,22000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2201,22007,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2201,22015,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2202,22022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2203,22030,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2204,22037,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2204,22045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2205,22052,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2206,22060,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2207,22067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2207,22075,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2208,22082,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2209,22090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2210,22097,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2210,22105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2211,22112,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2212,22120,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2213,22127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2213,22135,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2214,22142,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2215,22150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2216,22157,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2216,22165,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2217,22172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2218,22180,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2219,22187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2219,22195,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2220,22202,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2221,22210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2222,22217,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2222,22225,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2223,22232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2224,22240,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2225,22247,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2225,22255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2226,22262,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2227,22270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2228,22277,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2228,22285,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2229,22292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2230,22300,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2231,22307,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2231,22315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2232,22322,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2233,22330,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2234,22337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2234,22345,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2235,22352,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2236,22360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2237,22367,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2237,22375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2238,22382,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2239,22390,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2240,22397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2240,22405,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2241,22412,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2242,22420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2243,22427,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2243,22435,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2244,22442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2245,22450,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2246,22457,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2246,22465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2247,22472,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2248,22480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2249,22487,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2249,22495,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2250,22502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2251,22510,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2252,22517,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2252,22525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2253,22532,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2254,22540,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2255,22547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2255,22555,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2256,22562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2257,22570,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2258,22577,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2258,22585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2259,22592,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2260,22600,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2261,22607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2261,22615,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2262,22622,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2263,22630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2264,22637,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2264,22645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2265,22652,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2266,22660,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2267,22667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2267,22675,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2268,22682,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2269,22690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2270,22697,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2270,22705,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2271,22712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2272,22720,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2273,22727,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2273,22735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2274,22742,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2275,22750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2276,22757,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2276,22765,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2277,22772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2278,22780,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2279,22787,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2279,22795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2280,22802,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2281,22810,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2282,22817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2282,22825,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2283,22832,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2284,22840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2285,22847,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2285,22855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2286,22862,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2287,22870,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2288,22877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2288,22885,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2289,22892,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2290,22900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2291,22907,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2291,22915,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2292,22922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2293,22930,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2294,22937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2294,22945,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2295,22952,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2296,22960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2297,22967,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2297,22975,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2298,22982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2299,22990,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2300,22997,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2300,23005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2301,23012,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2302,23020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2303,23027,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2303,23035,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2304,23042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2305,23050,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2306,23057,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2306,23065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2307,23072,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2308,23080,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2309,23087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2309,23095,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2310,23102,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2311,23110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2312,23117,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2312,23125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2313,23132,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2314,23140,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2315,23147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2315,23155,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2316,23162,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2317,23170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2318,23177,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2318,23185,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2319,23192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2320,23200,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2321,23207,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2321,23215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2322,23222,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2323,23230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2324,23237,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2324,23245,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2325,23252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2326,23260,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2327,23267,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2327,23275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2328,23282,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2329,23290,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2330,23297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2330,23305,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2331,23312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2332,23320,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2333,23327,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2333,23335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2334,23342,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2335,23350,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2336,23357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2336,23365,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2337,23372,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2338,23380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2339,23387,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2339,23395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2340,23402,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2341,23410,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2342,23417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2342,23425,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2343,23432,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2344,23440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2345,23447,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2345,23455,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2346,23462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2347,23470,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2348,23477,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2348,23485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2349,23492,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2350,23500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2351,23507,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2351,23515,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2352,23522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2353,23530,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2354,23537,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2354,23545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2355,23552,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2356,23560,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2357,23567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2357,23575,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2358,23582,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2359,23590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2360,23597,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2360,23605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2361,23612,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2362,23620,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2363,23627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2363,23635,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2364,23642,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2365,23650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2366,23657,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2366,23665,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2367,23672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2368,23680,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2369,23687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2369,23695,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2370,23702,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2371,23710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2372,23717,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2372,23725,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2373,23732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2374,23740,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2375,23747,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2375,23755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2376,23762,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2377,23770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2378,23777,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2378,23785,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2379,23792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2380,23800,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2381,23807,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2381,23815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2382,23822,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2383,23830,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2384,23837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2384,23845,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2385,23852,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2386,23860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2387,23867,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2387,23875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2388,23882,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2389,23890,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2390,23897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2390,23905,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2391,23912,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2392,23920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2393,23927,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2393,23935,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2394,23942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2395,23950,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2396,23957,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2396,23965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2397,23972,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2398,23980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2399,23987,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2399,23995,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2400,24002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2401,24010,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2402,24017,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2402,24025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2403,24032,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2404,24040,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2405,24047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2405,24055,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2406,24062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2407,24070,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2408,24077,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2408,24085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2409,24092,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2410,24100,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2411,24107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2411,24115,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2412,24122,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2413,24130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2414,24137,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2414,24145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2415,24152,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2416,24160,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2417,24167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2417,24175,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2418,24182,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2419,24190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2420,24195,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2420,24199,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2420,24203,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2421,24206,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2421,24210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2421,24214,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2422,24218,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2422,24221,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2423,24225,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2423,24229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2423,24233,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2424,24236,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2424,24240,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2424,24244,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2425,24248,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2425,24251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2426,24255,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2426,24259,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2426,24263,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2427,24266,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2427,24270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2427,24274,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2428,24278,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2428,24281,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2429,24285,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2429,24289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2429,24293,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2430,24296,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2430,24300,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2430,24304,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2431,24308,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2431,24311,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2432,24315,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2432,24319,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2432,24323,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2433,24326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2433,24330,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2433,24334,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2434,24338,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2434,24341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2435,24345,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2435,24349,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2435,24353,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2436,24356,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2436,24360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2436,24364,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2437,24368,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2437,24371,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2438,24375,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2438,24379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2438,24383,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2439,24386,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2439,24390,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2439,24394,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2440,24398,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2440,24401,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2441,24405,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2441,24409,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2441,24413,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2442,24416,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2442,24420,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2442,24424,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2443,24428,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2443,24431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2444,24435,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2444,24439,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2444,24443,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2445,24446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2445,24450,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2445,24454,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2446,24458,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2446,24461,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2447,24465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2447,24469,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2447,24473,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2448,24476,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2448,24480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2448,24484,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2449,24488,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2449,24491,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2450,24495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2450,24499,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2450,24503,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2451,24506,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2451,24510,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2451,24514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2452,24518,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2452,24521,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2453,24525,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2453,24529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2453,24533,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2454,24536,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2454,24540,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2454,24544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2455,24548,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2455,24551,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2456,24555,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2456,24559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2456,24563,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2457,24566,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2457,24570,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2457,24574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2458,24578,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2458,24581,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2459,24585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2459,24589,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2459,24593,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2460,24596,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2460,24600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2460,24604,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2461,24608,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2461,24611,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2462,24615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2462,24619,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2462,24623,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2463,24626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2463,24630,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2463,24634,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2464,24638,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2464,24641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2465,24645,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2465,24649,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2465,24653,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2466,24656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2466,24660,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2466,24664,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2467,24668,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2467,24671,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2468,24675,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2468,24679,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2468,24683,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2469,24686,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2469,24690,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2469,24694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2470,24698,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2470,24701,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2471,24705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2471,24709,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2471,24713,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2472,24716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2472,24720,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2472,24724,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2473,24728,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2473,24731,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2474,24735,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2474,24739,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2474,24743,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2475,24746,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2475,24750,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2475,24754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2476,24758,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2476,24761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2477,24765,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2477,24769,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2477,24773,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2478,24776,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2478,24780,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2478,24784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2479,24788,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2479,24791,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2480,24795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2480,24799,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2480,24803,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2481,24806,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2481,24810,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2481,24814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2482,24818,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2482,24821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2483,24825,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2483,24829,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2483,24833,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2484,24836,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2484,24840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2484,24844,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2485,24848,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2485,24851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2486,24855,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2486,24859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2486,24863,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2487,24866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2487,24870,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2487,24874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2488,24878,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2488,24881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2489,24885,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2489,24889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2489,24893,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2490,24896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2490,24900,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2490,24904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2491,24908,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2491,24911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2492,24915,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2492,24919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2492,24923,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2493,24926,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2493,24930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2493,24934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2494,24938,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2494,24941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2495,24945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2495,24949,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2495,24953,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2496,24956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2496,24960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2496,24964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2497,24968,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2497,24971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2498,24975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2498,24979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2498,24983,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2499,24986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2499,24990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2499,24994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2500,24998,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +Segment buffer empty!!!!!!!!!!!!!!!!!!!!!../grbl/stepper.c:st_go_idle:295 +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2500,25000,0.. +../grbl/gcode.c:gc_execute_line:72:G1X20Y200F20 +1 +letter=G +value=1.000000 +int_value=1 +mantissa=0 +axis_command=2 +here!! +here 2!! +here 3!! +../grbl/gcode.c:gc_execute_line:349: +1 +letter=X +value=20.000000 +int_value=20 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +1 +letter=Y +value=200.000000 +int_value=200 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +1 +letter=F +value=20.000000 +int_value=20 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +../grbl/gcode.c:gc_execute_line:384:axis_words=3 +../grbl/gcode.c:gc_execute_line:385:axis_command=2 +../grbl/gcode.c:gc_execute_line:390:axis_command=2 +../grbl/gcode.c:gc_execute_line:396 +../grbl/gcode.c:gc_execute_line:411:gc_parser_flags=0 +../grbl/gcode.c:gc_execute_line:417:gc_block.modal.feed_rate=0 +../grbl/motion_control.c:mc_line:33 +../grbl/gcode.c:gc_execute_line:72:G4P4 +1 +letter=G +value=4.000000 +int_value=4 +mantissa=0 +here 2!! +here 3!! +../grbl/gcode.c:gc_execute_line:349: +1 +letter=P +value=4.000000 +int_value=4 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +../grbl/gcode.c:gc_execute_line:384:axis_words=0 +../grbl/gcode.c:gc_execute_line:385:axis_command=0 +../grbl/gcode.c:gc_execute_line:390:axis_command=0 +../grbl/gcode.c:gc_execute_line:396 +../grbl/gcode.c:gc_execute_line:411:gc_parser_flags=0 +../grbl/gcode.c:gc_execute_line:417:gc_block.modal.feed_rate=0 +../grbl/gcode.c:gc_execute_line:444:gc_state.feed_rate=20.000000 +../grbl/motion_control.c:mc_dwell:200 +../grbl/stepper.c:st_next_block_index:671 +../grbl/stepper.c:st_wake_up:264 +../grbl/stepper.c:ecmc_start_dummy_thread:245 +ok +ok + + Thread created successfully +../grbl/stepper.c:ecmc_dummy_thread:228 +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2500,25004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2501,25007,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2501,25011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2501,25015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2502,25019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2502,25022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2503,25026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2503,25030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2503,25034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2504,25037,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2504,25041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2504,25045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2505,25049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2505,25052,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2506,25056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2506,25060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2506,25064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2507,25067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2507,25071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2507,25075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2508,25079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2508,25082,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2509,25086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2509,25090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2509,25094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2510,25097,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2510,25101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2510,25105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2511,25109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2511,25112,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2512,25116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2512,25120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2512,25124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2513,25127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2513,25131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2513,25135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2514,25139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2514,25142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2515,25146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2515,25150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2515,25154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2516,25157,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2516,25161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2516,25165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2517,25169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2517,25172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2518,25176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2518,25180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2518,25184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2519,25187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2519,25191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2519,25195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2520,25199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2520,25202,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2521,25206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2521,25210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2521,25214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2522,25217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2522,25221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2522,25225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2523,25229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2523,25232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2524,25236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2524,25240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2524,25244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2525,25247,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2525,25251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2525,25255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2526,25259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2526,25262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2527,25266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2527,25270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2527,25274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2528,25277,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2528,25281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2528,25285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2529,25289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2529,25292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2530,25296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2530,25300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2530,25304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2531,25307,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2531,25311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2531,25315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2532,25319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2532,25322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2533,25326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2533,25330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2533,25334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2534,25337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2534,25341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2534,25345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2535,25349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2535,25352,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2536,25356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2536,25360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2536,25364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2537,25367,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2537,25371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2537,25375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2538,25379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2538,25382,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2539,25386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2539,25390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2539,25394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2540,25397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2540,25401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2540,25405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2541,25409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2541,25412,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2542,25416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2542,25420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2542,25424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2543,25427,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2543,25431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2543,25435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2544,25439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2544,25442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2545,25446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2545,25450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2545,25454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2546,25457,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2546,25461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2546,25465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2547,25469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2547,25472,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2548,25476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2548,25480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2548,25484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2549,25487,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2549,25491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2549,25495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2550,25499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2550,25502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2551,25506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2551,25510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2551,25514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2552,25517,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2552,25521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2552,25525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2553,25529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2553,25532,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2554,25536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2554,25540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2554,25544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2555,25547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2555,25551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2555,25555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2556,25559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2556,25562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2557,25566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2557,25570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2557,25574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2558,25577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2558,25581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2558,25585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2559,25589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2559,25592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2560,25596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2560,25600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2560,25604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2561,25607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2561,25611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2561,25615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2562,25619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2562,25622,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2563,25626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2563,25630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2563,25634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2564,25637,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2564,25641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2564,25645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2565,25649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2565,25652,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2566,25656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2566,25660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2566,25664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2567,25667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2567,25671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2567,25675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2568,25679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2568,25682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2569,25686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2569,25690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2569,25694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2570,25697,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2570,25701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2570,25705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2571,25709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2571,25712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2572,25716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2572,25720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2572,25724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2573,25727,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2573,25731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2573,25735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2574,25739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2574,25742,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2575,25746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2575,25750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2575,25754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2576,25757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2576,25761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2576,25765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2577,25769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2577,25772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2578,25776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2578,25780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2578,25784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2579,25787,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2579,25791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2579,25795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2580,25799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2580,25802,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2581,25806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2581,25810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2581,25814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2582,25817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2582,25821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2582,25825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2583,25829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2583,25832,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2584,25836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2584,25840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2584,25844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2585,25847,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2585,25851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2585,25855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2586,25859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2586,25862,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2587,25866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2587,25870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2587,25874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2588,25877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2588,25881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2588,25885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2589,25889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2589,25892,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2590,25896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2590,25900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2590,25904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2591,25907,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2591,25911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2591,25915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2592,25919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2592,25922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2593,25926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2593,25930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2593,25934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2594,25937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2594,25941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2594,25945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2595,25949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2595,25952,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2596,25956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2596,25960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2596,25964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2597,25967,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2597,25971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2597,25975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2598,25979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2598,25982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2599,25986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2599,25990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2599,25994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2600,25997,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2600,26001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2600,26005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2601,26009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2601,26012,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2602,26016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2602,26020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2602,26024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2603,26027,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2603,26031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2603,26035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2604,26039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2604,26042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2605,26046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2605,26050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2605,26054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2606,26057,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2606,26061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2606,26065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2607,26069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2607,26072,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2608,26076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2608,26080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2608,26084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2609,26087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2609,26091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2609,26095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2610,26099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2610,26102,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2611,26106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2611,26110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2611,26114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2612,26117,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2612,26121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2612,26125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2613,26129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2613,26132,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2614,26136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2614,26140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2614,26144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2615,26147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2615,26151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2615,26155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2616,26159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2616,26162,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2617,26166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2617,26170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2617,26174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2618,26177,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2618,26181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2618,26185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2619,26189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2619,26192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2620,26196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2620,26200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2620,26204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2621,26207,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2621,26211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2621,26215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2622,26219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2622,26222,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2623,26226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2623,26230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2623,26234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2624,26237,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2624,26241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2624,26245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2625,26249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2625,26252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2626,26256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2626,26260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2626,26264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2627,26267,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2627,26271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2627,26275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2628,26279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2628,26282,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2629,26286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2629,26290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2629,26294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2630,26297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2630,26301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2630,26305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2631,26309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2631,26312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2632,26316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2632,26320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2632,26324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2633,26327,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2633,26331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2633,26335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2634,26339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2634,26342,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2635,26346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2635,26350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2635,26354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2636,26357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2636,26361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2636,26365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2637,26369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2637,26372,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2638,26376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2638,26380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2638,26384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2639,26387,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2639,26391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2639,26395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2640,26399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2640,26402,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2641,26406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2641,26410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2641,26414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2642,26417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2642,26421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2642,26425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2643,26429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2643,26432,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2644,26436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2644,26440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2644,26444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2645,26447,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2645,26451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2645,26455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2646,26459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2646,26462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2647,26466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2647,26470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2647,26474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2648,26477,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2648,26481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2648,26485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2649,26489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2649,26492,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2650,26496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2650,26500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2650,26504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2651,26507,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2651,26511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2651,26515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2652,26519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2652,26522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2653,26526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2653,26530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2653,26534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2654,26537,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2654,26541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2654,26545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2655,26549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2655,26552,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2656,26556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2656,26560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2656,26564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2657,26567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2657,26571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2657,26575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2658,26579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2658,26582,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2659,26586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2659,26590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2659,26594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2660,26597,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2660,26601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2660,26605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2661,26609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2661,26612,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2662,26616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2662,26620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2662,26624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2663,26627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2663,26631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2663,26635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2664,26639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2664,26642,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2665,26646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2665,26650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2665,26654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2666,26657,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2666,26661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2666,26665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2667,26669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2667,26672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2668,26676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2668,26680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2668,26684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2669,26687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2669,26691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2669,26695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2670,26699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2670,26702,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2671,26706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2671,26710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2671,26714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2672,26717,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2672,26721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2672,26725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2673,26729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2673,26732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2674,26736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2674,26740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2674,26744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2675,26747,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2675,26751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2675,26755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2676,26759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2676,26762,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2677,26766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2677,26770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2677,26774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2678,26777,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2678,26781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2678,26785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2679,26789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2679,26792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2680,26796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2680,26800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2680,26804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2681,26807,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2681,26811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2681,26815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2682,26819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2682,26822,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2683,26826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2683,26830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2683,26834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2684,26837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2684,26841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2684,26845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2685,26849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2685,26852,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2686,26856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2686,26860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2686,26864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2687,26867,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2687,26871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2687,26875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2688,26879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2688,26882,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2689,26886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2689,26890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2689,26894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2690,26897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2690,26901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2690,26905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2691,26909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2691,26912,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2692,26916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2692,26920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2692,26924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2693,26927,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2693,26931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2693,26935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2694,26939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2694,26942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2695,26946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2695,26950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2695,26954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2696,26957,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2696,26961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2696,26965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2697,26969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2697,26972,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2698,26976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2698,26980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2698,26984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2699,26987,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2699,26991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2699,26995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2700,26999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2700,27002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2701,27006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2701,27010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2701,27014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2702,27017,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2702,27021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2702,27025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2703,27029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2703,27032,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2704,27036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2704,27040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2704,27044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2705,27047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2705,27051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2705,27055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2706,27059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2706,27062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2707,27066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2707,27070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2707,27074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2708,27077,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2708,27081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2708,27085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2709,27089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2709,27092,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2710,27096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2710,27100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2710,27104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2711,27107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2711,27111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2711,27115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2712,27119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2712,27122,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2713,27126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2713,27130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2713,27134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2714,27137,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2714,27141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2714,27145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2715,27149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2715,27152,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2716,27156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2716,27160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2716,27164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2717,27167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2717,27171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2717,27175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2718,27179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2718,27182,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2719,27186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2719,27190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2719,27194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2720,27197,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2720,27201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2720,27205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2721,27209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2721,27212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2722,27216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2722,27220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2722,27224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2723,27227,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2723,27231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2723,27235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2724,27239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2724,27242,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2725,27246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2725,27250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2725,27254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2726,27257,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2726,27261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2726,27265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2727,27269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2727,27272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2728,27276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2728,27280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2728,27284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2729,27287,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2729,27291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2729,27295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2730,27299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2730,27302,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2731,27306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2731,27310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2731,27314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2732,27317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2732,27321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2732,27325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2733,27329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2733,27332,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2734,27336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2734,27340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2734,27344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2735,27347,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2735,27351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2735,27355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2736,27359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2736,27362,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2737,27366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2737,27370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2737,27374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2738,27377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2738,27381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2738,27385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2739,27389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2739,27392,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2740,27396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2740,27400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2740,27404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2741,27407,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2741,27411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2741,27415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2742,27419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2742,27422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2743,27426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2743,27430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2743,27434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2744,27437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2744,27441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2744,27445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2745,27449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2745,27452,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2746,27456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2746,27460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2746,27464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2747,27467,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2747,27471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2747,27475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2748,27479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2748,27482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2749,27486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2749,27490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2749,27494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2750,27497,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2750,27501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2750,27505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2751,27509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2751,27512,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2752,27516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2752,27520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2752,27524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2753,27527,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2753,27531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2753,27535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2754,27539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2754,27542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2755,27546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2755,27550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2755,27554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2756,27557,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2756,27561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2756,27565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2757,27569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2757,27572,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2758,27576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2758,27580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2758,27584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2759,27587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2759,27591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2759,27595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2760,27599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2760,27602,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2761,27606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2761,27610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2761,27614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2762,27617,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2762,27621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2762,27625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2763,27629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2763,27632,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2764,27636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2764,27640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2764,27644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2765,27647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2765,27651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2765,27655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2766,27659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2766,27662,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2767,27666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2767,27670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2767,27674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2768,27677,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2768,27681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2768,27685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2769,27689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2769,27692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2770,27696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2770,27700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2770,27704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2771,27707,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2771,27711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2771,27715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2772,27719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2772,27722,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2773,27726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2773,27730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2773,27734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2774,27737,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2774,27741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2774,27745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2775,27749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2775,27752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2776,27756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2776,27760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2776,27764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2777,27767,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2777,27771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2777,27775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2778,27779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2778,27782,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2779,27786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2779,27790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2779,27794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2780,27797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2780,27801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2780,27805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2781,27809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2781,27812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2782,27816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2782,27820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2782,27824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2783,27827,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2783,27831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2783,27835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2784,27839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2784,27842,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2785,27846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2785,27850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2785,27854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2786,27857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2786,27861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2786,27865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2787,27869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2787,27872,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2788,27876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2788,27880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2788,27884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2789,27887,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2789,27891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2789,27895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2790,27899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2790,27902,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2791,27906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2791,27910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2791,27914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2792,27917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2792,27921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2792,27925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2793,27929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2793,27932,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2794,27936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2794,27940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2794,27944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2795,27947,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2795,27951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2795,27955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2796,27959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2796,27962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2797,27966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2797,27970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2797,27974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2798,27977,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2798,27981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2798,27985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2799,27989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2799,27992,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2800,27996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2800,28000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2800,28004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2801,28007,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2801,28011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2801,28015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2802,28019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2802,28022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2803,28026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2803,28030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2803,28034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2804,28037,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2804,28041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2804,28045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2805,28049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2805,28052,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2806,28056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2806,28060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2806,28064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2807,28067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2807,28071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2807,28075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2808,28079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2808,28082,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2809,28086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2809,28090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2809,28094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2810,28097,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2810,28101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2810,28105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2811,28109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2811,28112,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2812,28116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2812,28120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2812,28124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2813,28127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2813,28131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2813,28135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2814,28139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2814,28142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2815,28146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2815,28150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2815,28154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2816,28157,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2816,28161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2816,28165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2817,28169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2817,28172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2818,28176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2818,28180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2818,28184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2819,28187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2819,28191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2819,28195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2820,28199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2820,28202,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2821,28206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2821,28210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2821,28214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2822,28217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2822,28221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2822,28225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2823,28229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2823,28232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2824,28236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2824,28240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2824,28244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2825,28247,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2825,28251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2825,28255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2826,28259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2826,28262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2827,28266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2827,28270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2827,28274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2828,28277,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2828,28281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2828,28285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2829,28289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2829,28292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2830,28296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2830,28300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2830,28304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2831,28307,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2831,28311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2831,28315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2832,28319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2832,28322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2833,28326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2833,28330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2833,28334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2834,28337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2834,28341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2834,28345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2835,28349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2835,28352,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2836,28356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2836,28360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2836,28364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2837,28367,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2837,28371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2837,28375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2838,28379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2838,28382,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2839,28386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2839,28390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2839,28394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2840,28397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2840,28401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2840,28405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2841,28409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2841,28412,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2842,28416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2842,28420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2842,28424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2843,28427,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2843,28431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2843,28435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2844,28439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2844,28442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2845,28446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2845,28450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2845,28454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2846,28457,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2846,28461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2846,28465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2847,28469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2847,28472,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2848,28476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2848,28480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2848,28484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2849,28487,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2849,28491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2849,28495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2850,28499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2850,28502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2851,28506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2851,28510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2851,28514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2852,28517,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2852,28521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2852,28525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2853,28529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2853,28532,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2854,28536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2854,28540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2854,28544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2855,28547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2855,28551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2855,28555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2856,28559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2856,28562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2857,28566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2857,28570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2857,28574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2858,28577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2858,28581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2858,28585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2859,28589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2859,28592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2860,28596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2860,28600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2860,28604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2861,28607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2861,28611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2861,28615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2862,28619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2862,28622,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2863,28626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2863,28630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2863,28634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2864,28637,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2864,28641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2864,28645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2865,28649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2865,28652,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2866,28656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2866,28660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2866,28664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2867,28667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2867,28671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2867,28675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2868,28679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2868,28682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2869,28686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2869,28690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2869,28694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2870,28697,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2870,28701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2870,28705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2871,28709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2871,28712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2872,28716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2872,28720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2872,28724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2873,28727,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2873,28731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2873,28735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2874,28739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2874,28742,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2875,28746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2875,28750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2875,28754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2876,28757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2876,28761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2876,28765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2877,28769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2877,28772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2878,28776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2878,28780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2878,28784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2879,28787,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2879,28791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2879,28795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2880,28799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2880,28802,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2881,28806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2881,28810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2881,28814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2882,28817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2882,28821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2882,28825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2883,28829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2883,28832,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2884,28836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2884,28840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2884,28844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2885,28847,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2885,28851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2885,28855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2886,28859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2886,28862,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2887,28866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2887,28870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2887,28874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2888,28877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2888,28881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2888,28885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2889,28889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2889,28892,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2890,28896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2890,28900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2890,28904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2891,28907,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2891,28911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2891,28915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2892,28919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2892,28922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2893,28926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2893,28930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2893,28934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2894,28937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2894,28941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2894,28945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2895,28949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2895,28952,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2896,28956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2896,28960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2896,28964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2897,28967,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2897,28971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2897,28975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2898,28979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2898,28982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2899,28986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2899,28990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2899,28994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2900,28997,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2900,29001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2900,29005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2901,29009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2901,29012,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2902,29016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2902,29020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2902,29024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2903,29027,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2903,29031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2903,29035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2904,29039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2904,29042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2905,29046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2905,29050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2905,29054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2906,29057,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2906,29061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2906,29065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2907,29069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2907,29072,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2908,29076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2908,29080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2908,29084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2909,29087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2909,29091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2909,29095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2910,29099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2910,29102,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2911,29106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2911,29110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2911,29114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2912,29117,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2912,29121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2912,29125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2913,29129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2913,29132,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2914,29136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2914,29140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2914,29144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2915,29147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2915,29151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2915,29155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2916,29159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2916,29162,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2917,29166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2917,29170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2917,29174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2918,29177,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2918,29181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2918,29185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2919,29189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2919,29192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2920,29196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2920,29200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2920,29204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2921,29207,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2921,29211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2921,29215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2922,29219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2922,29222,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2923,29226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2923,29230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2923,29234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2924,29237,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2924,29241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2924,29245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2925,29249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2925,29252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2926,29256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2926,29260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2926,29264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2927,29267,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2927,29271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2927,29275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2928,29279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2928,29282,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2929,29286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2929,29290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2929,29294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2930,29297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2930,29301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2930,29305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2931,29309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2931,29312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2932,29316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2932,29320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2932,29324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2933,29327,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2933,29331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2933,29335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2934,29339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2934,29342,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2935,29346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2935,29350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2935,29354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2936,29357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2936,29361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2936,29365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2937,29369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2937,29372,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2938,29376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2938,29380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2938,29384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2939,29387,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2939,29391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2939,29395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2940,29399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2940,29402,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2941,29406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2941,29410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2941,29414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2942,29417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2942,29421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2942,29425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2943,29429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2943,29432,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2944,29436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2944,29440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2944,29444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2945,29447,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2945,29451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2945,29455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2946,29459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2946,29462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2947,29466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2947,29470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2947,29474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2948,29477,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2948,29481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2948,29485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2949,29489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2949,29492,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2950,29496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2950,29500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2950,29504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2951,29507,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2951,29511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2951,29515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2952,29519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2952,29522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2953,29526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2953,29530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2953,29534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2954,29537,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2954,29541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2954,29545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2955,29549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2955,29552,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2956,29556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2956,29560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2956,29564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2957,29567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2957,29571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2957,29575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2958,29579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2958,29582,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2959,29586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2959,29590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2959,29594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2960,29597,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2960,29601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2960,29605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2961,29609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2961,29612,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2962,29616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2962,29620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2962,29624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2963,29627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2963,29631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2963,29635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2964,29639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2964,29642,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2965,29646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2965,29650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2965,29654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2966,29657,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2966,29661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2966,29665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2967,29669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2967,29672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2968,29676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2968,29680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2968,29684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2969,29687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2969,29691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2969,29695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2970,29699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2970,29702,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2971,29706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2971,29710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2971,29714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2972,29717,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2972,29721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2972,29725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2973,29729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2973,29732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2974,29736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2974,29740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2974,29744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2975,29747,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2975,29751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2975,29755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2976,29759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2976,29762,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2977,29766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2977,29770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2977,29774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2978,29777,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2978,29781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2978,29785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2979,29789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2979,29792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2980,29796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2980,29800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2980,29804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2981,29807,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2981,29811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2981,29815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2982,29819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2982,29822,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2983,29826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2983,29830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2983,29834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2984,29837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2984,29841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2984,29845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2985,29849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2985,29852,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2986,29856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2986,29860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2986,29864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2987,29867,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2987,29871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2987,29875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2988,29879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2988,29882,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2989,29886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2989,29890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2989,29894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2990,29897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2990,29901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2990,29905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2991,29909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2991,29912,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2992,29916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2992,29920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2992,29924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2993,29927,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2993,29931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2993,29935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2994,29939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2994,29942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2995,29946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2995,29950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2995,29954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2996,29957,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2996,29961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2996,29965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2997,29969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2997,29972,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2998,29976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2998,29980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2998,29984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2999,29987,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2999,29991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2999,29995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3000,29999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3000,30002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3001,30006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3001,30010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3001,30014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3002,30017,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3002,30021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3002,30025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3003,30029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3003,30032,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3004,30036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3004,30040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3004,30044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3005,30047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3005,30051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3005,30055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3006,30059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3006,30062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3007,30066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3007,30070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3007,30074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3008,30077,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3008,30081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3008,30085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3009,30089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3009,30092,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3010,30096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3010,30100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3010,30104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3011,30107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3011,30111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3011,30115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3012,30119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3012,30122,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3013,30126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3013,30130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3013,30134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3014,30137,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3014,30141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3014,30145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3015,30149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3015,30152,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3016,30156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3016,30160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3016,30164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3017,30167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3017,30171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3017,30175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3018,30179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3018,30182,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3019,30186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3019,30190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3019,30194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3020,30197,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3020,30201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3020,30205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3021,30209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3021,30212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3022,30216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3022,30220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3022,30224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3023,30227,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3023,30231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3023,30235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3024,30239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3024,30242,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3025,30246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3025,30250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3025,30254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3026,30257,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3026,30261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3026,30265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3027,30269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3027,30272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3028,30276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3028,30280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3028,30284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3029,30287,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3029,30291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3029,30295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3030,30299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3030,30302,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3031,30306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3031,30310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3031,30314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3032,30317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3032,30321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3032,30325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3033,30329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3033,30332,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3034,30336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3034,30340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3034,30344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3035,30347,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3035,30351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3035,30355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3036,30359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3036,30362,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3037,30366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3037,30370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3037,30374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3038,30377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3038,30381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3038,30385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3039,30389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3039,30392,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3040,30396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3040,30400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3040,30404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3041,30407,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3041,30411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3041,30415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3042,30419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3042,30422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3043,30426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3043,30430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3043,30434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3044,30437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3044,30441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3044,30445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3045,30449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3045,30452,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3046,30456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3046,30460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3046,30464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3047,30467,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3047,30471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3047,30475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3048,30479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3048,30482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3049,30486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3049,30490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3049,30494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3050,30497,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3050,30501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3050,30505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3051,30509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3051,30512,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3052,30516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3052,30520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3052,30524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3053,30527,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3053,30531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3053,30535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3054,30539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3054,30542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3055,30546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3055,30550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3055,30554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3056,30557,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3056,30561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3056,30565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3057,30569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3057,30572,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3058,30576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3058,30580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3058,30584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3059,30587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3059,30591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3059,30595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3060,30599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3060,30602,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3061,30606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3061,30610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3061,30614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3062,30617,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3062,30621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3062,30625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3063,30629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3063,30632,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3064,30636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3064,30640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3064,30644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3065,30647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3065,30651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3065,30655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3066,30659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3066,30662,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3067,30666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3067,30670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3067,30674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3068,30677,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3068,30681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3068,30685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3069,30689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3069,30692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3070,30696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3070,30700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3070,30704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3071,30707,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3071,30711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3071,30715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3072,30719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3072,30722,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3073,30726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3073,30730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3073,30734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3074,30737,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3074,30741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3074,30745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3075,30749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3075,30752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3076,30756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3076,30760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3076,30764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3077,30767,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3077,30771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3077,30775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3078,30779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3078,30782,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3079,30786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3079,30790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3079,30794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3080,30797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3080,30801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3080,30805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3081,30809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3081,30812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3082,30816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3082,30820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3082,30824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3083,30827,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3083,30831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3083,30835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3084,30839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3084,30842,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3085,30846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3085,30850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3085,30854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3086,30857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3086,30861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3086,30865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3087,30869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3087,30872,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3088,30876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3088,30880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3088,30884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3089,30887,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3089,30891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3089,30895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3090,30899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3090,30902,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3091,30906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3091,30910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3091,30914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3092,30917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3092,30921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3092,30925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3093,30929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3093,30932,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3094,30936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3094,30940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3094,30944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3095,30947,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3095,30951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3095,30955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3096,30959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3096,30962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3097,30966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3097,30970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3097,30974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3098,30977,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3098,30981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3098,30985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3099,30989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3099,30992,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3100,30996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3100,31000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3100,31004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3101,31007,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3101,31011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3101,31015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3102,31019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3102,31022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3103,31026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3103,31030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3103,31034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3104,31037,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3104,31041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3104,31045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3105,31049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3105,31052,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3106,31056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3106,31060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3106,31064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3107,31067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3107,31071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3107,31075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3108,31079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3108,31082,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3109,31086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3109,31090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3109,31094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3110,31097,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3110,31101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3110,31105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3111,31109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3111,31112,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3112,31116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3112,31120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3112,31124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3113,31127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3113,31131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3113,31135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3114,31139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3114,31142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3115,31146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3115,31150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3115,31154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3116,31157,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3116,31161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3116,31165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3117,31169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3117,31172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3118,31176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3118,31180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3118,31184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3119,31187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3119,31191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3119,31195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3120,31199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3120,31202,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3121,31206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3121,31210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3121,31214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3122,31217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3122,31221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3122,31225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3123,31229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3123,31232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3124,31236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3124,31240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3124,31244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3125,31247,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3125,31251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3125,31255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3126,31259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3126,31262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3127,31266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3127,31270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3127,31274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3128,31277,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3128,31281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3128,31285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3129,31289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3129,31292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3130,31296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3130,31300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3130,31304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3131,31307,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3131,31311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3131,31315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3132,31319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3132,31322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3133,31326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3133,31330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3133,31334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3134,31337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3134,31341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3134,31345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3135,31349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3135,31352,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3136,31356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3136,31360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3136,31364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3137,31367,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3137,31371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3137,31375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3138,31379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3138,31382,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3139,31386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3139,31390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3139,31394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3140,31397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3140,31401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3140,31405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3141,31409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3141,31412,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3142,31416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3142,31420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3142,31424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3143,31427,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3143,31431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3143,31435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3144,31439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3144,31442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3145,31446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3145,31450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3145,31454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3146,31457,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3146,31461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3146,31465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3147,31469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3147,31472,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3148,31476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3148,31480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3148,31484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3149,31487,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3149,31491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3149,31495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3150,31499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3150,31502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3151,31506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3151,31510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3151,31514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3152,31517,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3152,31521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3152,31525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3153,31529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3153,31532,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3154,31536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3154,31540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3154,31544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3155,31547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3155,31551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3155,31555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3156,31559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3156,31562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3157,31566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3157,31570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3157,31574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3158,31577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3158,31581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3158,31585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3159,31589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3159,31592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3160,31596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3160,31600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3160,31604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3161,31607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3161,31611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3161,31615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3162,31619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3162,31622,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3163,31626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3163,31630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3163,31634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3164,31637,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3164,31641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3164,31645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3165,31649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3165,31652,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3166,31656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3166,31660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3166,31664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3167,31667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3167,31671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3167,31675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3168,31679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3168,31682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3169,31686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3169,31690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3169,31694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3170,31697,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3170,31701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3170,31705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3171,31709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3171,31712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3172,31716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3172,31720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3172,31724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3173,31727,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3173,31731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3173,31735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3174,31739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3174,31742,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3175,31746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3175,31750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3175,31754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3176,31757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3176,31761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3176,31765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3177,31769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3177,31772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3178,31776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3178,31780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3178,31784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3179,31787,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3179,31791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3179,31795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3180,31799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3180,31802,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3181,31806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3181,31810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3181,31814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3182,31817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3182,31821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3182,31825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3183,31829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3183,31832,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3184,31836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3184,31840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3184,31844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3185,31847,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3185,31851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3185,31855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3186,31859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3186,31862,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3187,31866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3187,31870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3187,31874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3188,31877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3188,31881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3188,31885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3189,31889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3189,31892,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3190,31896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3190,31900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3190,31904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3191,31907,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3191,31911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3191,31915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3192,31919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3192,31922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3193,31926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3193,31930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3193,31934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3194,31937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3194,31941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3194,31945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3195,31949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3195,31952,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3196,31956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3196,31960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3196,31964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3197,31967,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3197,31971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3197,31975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3198,31979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3198,31982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3199,31986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3199,31990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3199,31994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3200,31997,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3200,32001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3200,32005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3201,32009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3201,32012,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3202,32016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3202,32020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3202,32024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3203,32027,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3203,32031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3203,32035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3204,32039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3204,32042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3205,32046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3205,32050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3205,32054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3206,32057,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3206,32061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3206,32065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3207,32069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3207,32072,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3208,32076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3208,32080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3208,32084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3209,32087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3209,32091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3209,32095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3210,32099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3210,32102,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3211,32106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3211,32110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3211,32114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3212,32117,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3212,32121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3212,32125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3213,32129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3213,32132,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3214,32136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3214,32140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3214,32144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3215,32147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3215,32151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3215,32155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3216,32159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3216,32162,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3217,32166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3217,32170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3217,32174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3218,32177,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3218,32181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3218,32185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3219,32189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3219,32192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3220,32196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3220,32200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3220,32204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3221,32207,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3221,32211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3221,32215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3222,32219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3222,32222,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3223,32226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3223,32230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3223,32234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3224,32237,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3224,32241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3224,32245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3225,32249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3225,32252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3226,32256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3226,32260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3226,32264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3227,32267,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3227,32271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3227,32275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3228,32279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3228,32282,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3229,32286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3229,32290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3229,32294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3230,32297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3230,32301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3230,32305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3231,32309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3231,32312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3232,32316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3232,32320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3232,32324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3233,32327,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3233,32331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3233,32335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3234,32339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3234,32342,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3235,32346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3235,32350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3235,32354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3236,32357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3236,32361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3236,32365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3237,32369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3237,32372,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3238,32376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3238,32380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3238,32384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3239,32387,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3239,32391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3239,32395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3240,32399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3240,32402,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3241,32406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3241,32410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3241,32414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3242,32417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3242,32421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3242,32425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3243,32429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3243,32432,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3244,32436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3244,32440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3244,32444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3245,32447,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3245,32451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3245,32455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3246,32459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3246,32462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3247,32466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3247,32470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3247,32474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3248,32477,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3248,32481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3248,32485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3249,32489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3249,32492,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3250,32496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3250,32500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3250,32504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3251,32507,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3251,32511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3251,32515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3252,32519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3252,32522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3253,32526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3253,32530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3253,32534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3254,32537,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3254,32541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3254,32545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3255,32549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3255,32552,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3256,32556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3256,32560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3256,32564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3257,32567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3257,32571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3257,32575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3258,32579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3258,32582,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3259,32586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3259,32590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3259,32594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3260,32597,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3260,32601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3260,32605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3261,32609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3261,32612,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3262,32616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3262,32620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3262,32624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3263,32627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3263,32631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3263,32635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3264,32639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3264,32642,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3265,32646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3265,32650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3265,32654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3266,32657,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3266,32661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3266,32665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3267,32669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3267,32672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3268,32676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3268,32680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3268,32684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3269,32687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3269,32691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3269,32695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3270,32699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3270,32702,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3271,32706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3271,32710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3271,32714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3272,32717,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3272,32721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3272,32725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3273,32729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3273,32732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3274,32736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3274,32740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3274,32744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3275,32747,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3275,32751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3275,32755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3276,32759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3276,32762,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3277,32766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3277,32770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3277,32774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3278,32777,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3278,32781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3278,32785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3279,32789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3279,32792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3280,32796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3280,32800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3280,32804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3281,32807,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3281,32811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3281,32815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3282,32819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3282,32822,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3283,32826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3283,32830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3283,32834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3284,32837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3284,32841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3284,32845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3285,32849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3285,32852,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3286,32856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3286,32860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3286,32864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3287,32867,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3287,32871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3287,32875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3288,32879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3288,32882,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3289,32886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3289,32890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3289,32894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3290,32897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3290,32901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3290,32905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3291,32909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3291,32912,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3292,32916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3292,32920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3292,32924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3293,32927,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3293,32931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3293,32935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3294,32939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3294,32942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3295,32946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3295,32950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3295,32954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3296,32957,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3296,32961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3296,32965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3297,32969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3297,32972,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3298,32976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3298,32980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3298,32984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3299,32987,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3299,32991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3299,32995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3300,32999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3300,33002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3301,33006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3301,33010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3301,33014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3302,33017,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3302,33021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3302,33025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3303,33029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3303,33032,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3304,33036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3304,33040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3304,33044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3305,33047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3305,33051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3305,33055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3306,33059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3306,33062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3307,33066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3307,33070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3307,33074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3308,33077,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3308,33081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3308,33085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3309,33089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3309,33092,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3310,33096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3310,33100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3310,33104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3311,33107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3311,33111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3311,33115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3312,33119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3312,33122,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3313,33126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3313,33130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3313,33134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3314,33137,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3314,33141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3314,33145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3315,33149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3315,33152,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3316,33156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3316,33160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3316,33164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3317,33167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3317,33171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3317,33175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3318,33179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3318,33182,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3319,33186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3319,33190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3319,33194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3320,33197,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3320,33201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3320,33205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3321,33209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3321,33212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3322,33216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3322,33220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3322,33224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3323,33227,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3323,33231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3323,33235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3324,33239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3324,33242,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3325,33246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3325,33250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3325,33254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3326,33257,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3326,33261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3326,33265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3327,33269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3327,33272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3328,33276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3328,33280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3328,33284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3329,33287,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3329,33291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3329,33295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3330,33299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3330,33302,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3331,33306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3331,33310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3331,33314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3332,33317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3332,33321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3332,33325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3333,33329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3333,33332,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3334,33336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3334,33340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3334,33344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3335,33347,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3335,33351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3335,33355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3336,33359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3336,33362,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3337,33366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3337,33370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3337,33374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3338,33377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3338,33381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3338,33385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3339,33389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3339,33392,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3340,33396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3340,33400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3340,33404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3341,33407,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3341,33411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3341,33415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3342,33419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3342,33422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3343,33426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3343,33430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3343,33434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3344,33437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3344,33441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3344,33445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3345,33449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3345,33452,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3346,33456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3346,33460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3346,33464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3347,33467,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3347,33471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3347,33475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3348,33479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3348,33482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3349,33486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3349,33490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3349,33494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3350,33497,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3350,33501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3350,33505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3351,33509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3351,33512,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3352,33516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3352,33520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3352,33524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3353,33527,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3353,33531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3353,33535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3354,33539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3354,33542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3355,33546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3355,33550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3355,33554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3356,33557,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3356,33561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3356,33565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3357,33569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3357,33572,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3358,33576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3358,33580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3358,33584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3359,33587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3359,33591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3359,33595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3360,33599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3360,33602,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3361,33606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3361,33610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3361,33614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3362,33617,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3362,33621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3362,33625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3363,33629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3363,33632,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3364,33636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3364,33640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3364,33644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3365,33647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3365,33651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3365,33655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3366,33659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3366,33662,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3367,33666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3367,33670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3367,33674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3368,33677,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3368,33681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3368,33685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3369,33689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3369,33692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3370,33696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3370,33700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3370,33704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3371,33707,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3371,33711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3371,33715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3372,33719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3372,33722,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3373,33726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3373,33730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3373,33734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3374,33737,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3374,33741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3374,33745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3375,33749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3375,33752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3376,33756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3376,33760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3376,33764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3377,33767,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3377,33771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3377,33775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3378,33779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3378,33782,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3379,33786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3379,33790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3379,33794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3380,33797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3380,33801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3380,33805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3381,33809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3381,33812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3382,33816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3382,33820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3382,33824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3383,33827,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3383,33831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3383,33835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3384,33839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3384,33842,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3385,33846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3385,33850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3385,33854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3386,33857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3386,33861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3386,33865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3387,33869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3387,33872,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3388,33876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3388,33880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3388,33884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3389,33887,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3389,33891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3389,33895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3390,33899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3390,33902,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3391,33906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3391,33910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3391,33914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3392,33917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3392,33921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3392,33925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3393,33929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3393,33932,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3394,33936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3394,33940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3394,33944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3395,33947,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3395,33951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3395,33955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3396,33959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3396,33962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3397,33966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3397,33970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3397,33974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3398,33977,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3398,33981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3398,33985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3399,33989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3399,33992,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3400,33996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3400,34000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3400,34004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3401,34007,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3401,34011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3401,34015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3402,34019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3402,34022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3403,34026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3403,34030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3403,34034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3404,34037,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3404,34041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3404,34045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3405,34049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3405,34052,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3406,34056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3406,34060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3406,34064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3407,34067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3407,34071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3407,34075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3408,34079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3408,34082,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3409,34086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3409,34090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3409,34094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3410,34097,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3410,34101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3410,34105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3411,34109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3411,34112,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3412,34116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3412,34120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3412,34124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3413,34127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3413,34131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3413,34135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3414,34139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3414,34142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3415,34146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3415,34150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3415,34154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3416,34157,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3416,34161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3416,34165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3417,34169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3417,34172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3418,34176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3418,34180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3418,34184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3419,34187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3419,34191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3419,34195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3420,34199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3420,34202,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3421,34206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3421,34210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3421,34214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3422,34217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3422,34221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3422,34225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3423,34229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3423,34232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3424,34236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3424,34240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3424,34244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3425,34247,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3425,34251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3425,34255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3426,34259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3426,34262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3427,34266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3427,34270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3427,34274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3428,34277,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3428,34281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3428,34285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3429,34289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3429,34292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3430,34296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3430,34300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3430,34304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3431,34307,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3431,34311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3431,34315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3432,34319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3432,34322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3433,34326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3433,34330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3433,34334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3434,34337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3434,34341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3434,34345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3435,34349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3435,34352,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3436,34356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3436,34360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3436,34364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3437,34367,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3437,34371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3437,34375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3438,34379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3438,34382,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3439,34386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3439,34390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3439,34394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3440,34397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3440,34401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3440,34405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3441,34409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3441,34412,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3442,34416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3442,34420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3442,34424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3443,34427,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3443,34431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3443,34435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3444,34439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3444,34442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3445,34446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3445,34450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3445,34454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3446,34457,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3446,34461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3446,34465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3447,34469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3447,34472,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3448,34476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3448,34480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3448,34484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3449,34487,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3449,34491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3449,34495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3450,34499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3450,34502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3451,34506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3451,34510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3451,34514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3452,34517,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3452,34521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3452,34525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3453,34529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3453,34532,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3454,34536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3454,34540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3454,34544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3455,34547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3455,34551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3455,34555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3456,34559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3456,34562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3457,34566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3457,34570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3457,34574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3458,34577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3458,34581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3458,34585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3459,34589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3459,34592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3460,34596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3460,34600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3460,34604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3461,34607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3461,34611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3461,34615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3462,34619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3462,34622,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3463,34626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3463,34630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3463,34634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3464,34637,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3464,34641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3464,34645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3465,34649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3465,34652,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3466,34656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3466,34660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3466,34664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3467,34667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3467,34671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3467,34675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3468,34679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3468,34682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3469,34686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3469,34690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3469,34694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3470,34697,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3470,34701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3470,34705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3471,34709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3471,34712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3472,34716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3472,34720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3472,34724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3473,34727,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3473,34731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3473,34735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3474,34739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3474,34742,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3475,34746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3475,34750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3475,34754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3476,34757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3476,34761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3476,34765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3477,34769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3477,34772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3478,34776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3478,34780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3478,34784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3479,34787,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3479,34791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3479,34795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3480,34799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3480,34802,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3481,34806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3481,34810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3481,34814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3482,34817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3482,34821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3482,34825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3483,34829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3483,34832,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3484,34836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3484,34840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3484,34844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3485,34847,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3485,34851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3485,34855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3486,34859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3486,34862,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3487,34866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3487,34870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3487,34874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3488,34877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3488,34881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3488,34885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3489,34889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3489,34892,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3490,34896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3490,34900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3490,34904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3491,34907,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3491,34911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3491,34915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3492,34919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3492,34922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3493,34926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3493,34930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3493,34934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3494,34937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3494,34941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3494,34945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3495,34949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3495,34952,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3496,34956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3496,34960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3496,34964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3497,34967,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3497,34971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3497,34975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3498,34979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3498,34982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3499,34986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3499,34990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3499,34994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3500,34997,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3500,35001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3500,35005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3501,35009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3501,35012,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3502,35016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3502,35020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3502,35024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3503,35027,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3503,35031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3503,35035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3504,35039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3504,35042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3505,35046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3505,35050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3505,35054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3506,35057,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3506,35061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3506,35065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3507,35069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3507,35072,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3508,35076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3508,35080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3508,35084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3509,35087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3509,35091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3509,35095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3510,35099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3510,35102,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3511,35106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3511,35110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3511,35114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3512,35117,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3512,35121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3512,35125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3513,35129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3513,35132,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3514,35136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3514,35140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3514,35144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3515,35147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3515,35151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3515,35155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3516,35159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3516,35162,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3517,35166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3517,35170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3517,35174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3518,35177,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3518,35181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3518,35185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3519,35189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3519,35192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3520,35196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3520,35200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3520,35204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3521,35207,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3521,35211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3521,35215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3522,35219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3522,35222,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3523,35226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3523,35230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3523,35234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3524,35237,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3524,35241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3524,35245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3525,35249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3525,35252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3526,35256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3526,35260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3526,35264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3527,35267,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3527,35271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3527,35275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3528,35279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3528,35282,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3529,35286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3529,35290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3529,35294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3530,35297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3530,35301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3530,35305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3531,35309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3531,35312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3532,35316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3532,35320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3532,35324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3533,35327,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3533,35331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3533,35335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3534,35339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3534,35342,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3535,35346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3535,35350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3535,35354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3536,35357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3536,35361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3536,35365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3537,35369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3537,35372,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3538,35376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3538,35380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3538,35384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3539,35387,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3539,35391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3539,35395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3540,35399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3540,35402,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3541,35406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3541,35410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3541,35414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3542,35417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3542,35421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3542,35425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3543,35429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3543,35432,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3544,35436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3544,35440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3544,35444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3545,35447,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3545,35451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3545,35455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3546,35459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3546,35462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3547,35466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3547,35470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3547,35474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3548,35477,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3548,35481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3548,35485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3549,35489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3549,35492,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3550,35496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3550,35500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3550,35504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3551,35507,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3551,35511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3551,35515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3552,35519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3552,35522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3553,35526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3553,35530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3553,35534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3554,35537,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3554,35541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3554,35545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3555,35549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3555,35552,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3556,35556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3556,35560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3556,35564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3557,35567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3557,35571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3557,35575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3558,35579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3558,35582,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3559,35586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3559,35590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3559,35594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3560,35597,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3560,35601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3560,35605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3561,35609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3561,35612,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3562,35616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3562,35620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3562,35624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3563,35627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3563,35631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3563,35635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3564,35639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3564,35642,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3565,35646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3565,35650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3565,35654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3566,35657,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3566,35661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3566,35665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3567,35669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3567,35672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3568,35676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3568,35680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3568,35684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3569,35687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3569,35691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3569,35695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3570,35699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3570,35702,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3571,35706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3571,35710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3571,35714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3572,35717,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3572,35721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3572,35725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3573,35729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3573,35732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3574,35736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3574,35740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3574,35744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3575,35747,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3575,35751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3575,35755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3576,35759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3576,35762,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3577,35766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3577,35770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3577,35774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3578,35777,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3578,35781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3578,35785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3579,35789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3579,35792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3580,35796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3580,35800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3580,35804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3581,35807,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3581,35811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3581,35815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3582,35819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3582,35822,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3583,35826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3583,35830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3583,35834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3584,35837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3584,35841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3584,35845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3585,35849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3585,35852,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3586,35856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3586,35860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3586,35864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3587,35867,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3587,35871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3587,35875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3588,35879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3588,35882,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3589,35886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3589,35890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3589,35894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3590,35897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3590,35901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3590,35905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3591,35909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3591,35912,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3592,35916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3592,35920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3592,35924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3593,35927,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3593,35931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3593,35935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3594,35939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3594,35942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3595,35946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3595,35950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3595,35954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3596,35957,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3596,35961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3596,35965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3597,35969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3597,35972,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3598,35976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3598,35980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3598,35984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3599,35987,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3599,35991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3599,35995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3600,35999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3600,36002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3601,36006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3601,36010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3601,36014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3602,36017,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3602,36021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3602,36025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3603,36029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3603,36032,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3604,36036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3604,36040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3604,36044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3605,36047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3605,36051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3605,36055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3606,36059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3606,36062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3607,36066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3607,36070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3607,36074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3608,36077,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3608,36081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3608,36085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3609,36089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3609,36092,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3610,36096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3610,36100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3610,36104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3611,36107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3611,36111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3611,36115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3612,36119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3612,36122,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3613,36126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3613,36130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3613,36134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3614,36137,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3614,36141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3614,36145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3615,36149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3615,36152,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3616,36156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3616,36160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3616,36164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3617,36167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3617,36171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3617,36175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3618,36179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3618,36182,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3619,36186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3619,36190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3619,36194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3620,36197,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3620,36201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3620,36205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3621,36209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3621,36212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3622,36216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3622,36220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3622,36224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3623,36227,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3623,36231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3623,36235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3624,36239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3624,36242,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3625,36246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3625,36250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3625,36254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3626,36257,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3626,36261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3626,36265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3627,36269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3627,36272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3628,36276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3628,36280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3628,36284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3629,36287,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3629,36291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3629,36295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3630,36299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3630,36302,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3631,36306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3631,36310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3631,36314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3632,36317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3632,36321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3632,36325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3633,36329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3633,36332,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3634,36336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3634,36340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3634,36344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3635,36347,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3635,36351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3635,36355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3636,36359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3636,36362,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3637,36366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3637,36370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3637,36374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3638,36377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3638,36381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3638,36385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3639,36389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3639,36392,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3640,36396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3640,36400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3640,36404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3641,36407,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3641,36411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3641,36415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3642,36419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3642,36422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3643,36426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3643,36430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3643,36434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3644,36437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3644,36441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3644,36445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3645,36449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3645,36452,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3646,36456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3646,36460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3646,36464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3647,36467,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3647,36471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3647,36475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3648,36479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3648,36482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3649,36486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3649,36490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3649,36494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3650,36497,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3650,36501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3650,36505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3651,36509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3651,36512,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3652,36516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3652,36520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3652,36524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3653,36527,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3653,36531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3653,36535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3654,36539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3654,36542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3655,36546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3655,36550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3655,36554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3656,36557,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3656,36561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3656,36565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3657,36569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3657,36572,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3658,36576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3658,36580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3658,36584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3659,36587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3659,36591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3659,36595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3660,36599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3660,36602,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3661,36606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3661,36610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3661,36614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3662,36617,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3662,36621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3662,36625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3663,36629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3663,36632,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3664,36636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3664,36640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3664,36644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3665,36647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3665,36651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3665,36655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3666,36659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3666,36662,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3667,36666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3667,36670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3667,36674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3668,36677,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3668,36681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3668,36685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3669,36689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3669,36692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3670,36696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3670,36700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3670,36704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3671,36707,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3671,36711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3671,36715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3672,36719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3672,36722,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3673,36726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3673,36730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3673,36734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3674,36737,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3674,36741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3674,36745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3675,36749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3675,36752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3676,36756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3676,36760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3676,36764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3677,36767,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3677,36771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3677,36775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3678,36779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3678,36782,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3679,36786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3679,36790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3679,36794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3680,36797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3680,36801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3680,36805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3681,36809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3681,36812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3682,36816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3682,36820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3682,36824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3683,36827,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3683,36831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3683,36835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3684,36839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3684,36842,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3685,36846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3685,36850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3685,36854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3686,36857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3686,36861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3686,36865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3687,36869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3687,36872,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3688,36876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3688,36880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3688,36884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3689,36887,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3689,36891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3689,36895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3690,36899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3690,36902,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3691,36906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3691,36910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3691,36914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3692,36917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3692,36921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3692,36925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3693,36929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3693,36932,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3694,36936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3694,36940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3694,36944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3695,36947,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3695,36951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3695,36955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3696,36959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3696,36962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3697,36966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3697,36970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3697,36974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3698,36977,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3698,36981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3698,36985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3699,36989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3699,36992,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3700,36996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3700,37000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3700,37004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3701,37007,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3701,37011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3701,37015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3702,37019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3702,37022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3703,37026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3703,37030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3703,37034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3704,37037,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3704,37041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3704,37045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3705,37049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3705,37052,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3706,37056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3706,37060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3706,37064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3707,37067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3707,37071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3707,37075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3708,37079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3708,37082,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3709,37086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3709,37090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3709,37094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3710,37097,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3710,37101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3710,37105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3711,37109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3711,37112,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3712,37116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3712,37120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3712,37124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3713,37127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3713,37131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3713,37135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3714,37139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3714,37142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3715,37146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3715,37150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3715,37154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3716,37157,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3716,37161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3716,37165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3717,37169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3717,37172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3718,37176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3718,37180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3718,37184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3719,37187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3719,37191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3719,37195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3720,37199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3720,37202,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3721,37206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3721,37210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3721,37214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3722,37217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3722,37221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3722,37225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3723,37229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3723,37232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3724,37236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3724,37240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3724,37244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3725,37247,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3725,37251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3725,37255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3726,37259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3726,37262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3727,37266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3727,37270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3727,37274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3728,37277,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3728,37281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3728,37285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3729,37289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3729,37292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3730,37296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3730,37300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3730,37304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3731,37307,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3731,37311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3731,37315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3732,37319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3732,37322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3733,37326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3733,37330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3733,37334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3734,37337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3734,37341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3734,37345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3735,37349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3735,37352,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3736,37356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3736,37360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3736,37364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3737,37367,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3737,37371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3737,37375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3738,37379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3738,37382,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3739,37386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3739,37390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3739,37394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3740,37397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3740,37401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3740,37405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3741,37409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3741,37412,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3742,37416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3742,37420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3742,37424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3743,37427,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3743,37431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3743,37435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3744,37439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3744,37442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3745,37446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3745,37450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3745,37454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3746,37457,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3746,37461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3746,37465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3747,37469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3747,37472,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3748,37476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3748,37480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3748,37484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3749,37487,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3749,37491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3749,37495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3750,37499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3750,37502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3751,37506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3751,37510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3751,37514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3752,37517,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3752,37521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3752,37525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3753,37529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3753,37532,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3754,37536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3754,37540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3754,37544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3755,37547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3755,37551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3755,37555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3756,37559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3756,37562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3757,37566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3757,37570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3757,37574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3758,37577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3758,37581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3758,37585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3759,37589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3759,37592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3760,37596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3760,37600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3760,37604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3761,37607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3761,37611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3761,37615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3762,37619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3762,37622,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3763,37626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3763,37630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3763,37634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3764,37637,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3764,37641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3764,37645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3765,37649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3765,37652,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3766,37656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3766,37660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3766,37664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3767,37667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3767,37671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3767,37675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3768,37679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3768,37682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3769,37686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3769,37690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3769,37694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3770,37697,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3770,37701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3770,37705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3771,37709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3771,37712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3772,37716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3772,37720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3772,37724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3773,37727,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3773,37731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3773,37735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3774,37739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3774,37742,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3775,37746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3775,37750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3775,37754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3776,37757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3776,37761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3776,37765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3777,37769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3777,37772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3778,37776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3778,37780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3778,37784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3779,37787,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3779,37791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3779,37795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3780,37799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3780,37802,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3781,37806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3781,37810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3781,37814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3782,37817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3782,37821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3782,37825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3783,37829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3783,37832,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3784,37836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3784,37840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3784,37844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3785,37847,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3785,37851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3785,37855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3786,37859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3786,37862,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3787,37866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3787,37870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3787,37874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3788,37877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3788,37881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3788,37885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3789,37889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3789,37892,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3790,37896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3790,37900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3790,37904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3791,37907,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3791,37911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3791,37915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3792,37919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3792,37922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3793,37926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3793,37930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3793,37934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3794,37937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3794,37941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3794,37945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3795,37949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3795,37952,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3796,37956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3796,37960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3796,37964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3797,37967,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3797,37971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3797,37975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3798,37979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3798,37982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3799,37986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3799,37990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3799,37994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3800,37997,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3800,38001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3800,38005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3801,38009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3801,38012,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3802,38016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3802,38020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3802,38024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3803,38027,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3803,38031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3803,38035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3804,38039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3804,38042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3805,38046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3805,38050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3805,38054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3806,38057,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3806,38061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3806,38065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3807,38069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3807,38072,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3808,38076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3808,38080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3808,38084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3809,38087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3809,38091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3809,38095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3810,38099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3810,38102,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3811,38106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3811,38110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3811,38114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3812,38117,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3812,38121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3812,38125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3813,38129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3813,38132,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3814,38136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3814,38140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3814,38144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3815,38147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3815,38151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3815,38155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3816,38159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3816,38162,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3817,38166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3817,38170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3817,38174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3818,38177,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3818,38181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3818,38185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3819,38189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3819,38192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3820,38196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3820,38200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3820,38204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3821,38207,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3821,38211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3821,38215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3822,38219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3822,38222,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3823,38226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3823,38230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3823,38234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3824,38237,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3824,38241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3824,38245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3825,38249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3825,38252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3826,38256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3826,38260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3826,38264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3827,38267,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3827,38271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3827,38275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3828,38279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3828,38282,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3829,38286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3829,38290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3829,38294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3830,38297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3830,38301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3830,38305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3831,38309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3831,38312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3832,38316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3832,38320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3832,38324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3833,38327,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3833,38331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3833,38335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3834,38339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3834,38342,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3835,38346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3835,38350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3835,38354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3836,38357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3836,38361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3836,38365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3837,38369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3837,38372,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3838,38376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3838,38380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3838,38384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3839,38387,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3839,38391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3839,38395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3840,38399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3840,38402,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3841,38406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3841,38410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3841,38414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3842,38417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3842,38421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3842,38425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3843,38429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3843,38432,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3844,38436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3844,38440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3844,38444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3845,38447,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3845,38451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3845,38455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3846,38459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3846,38462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3847,38466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3847,38470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3847,38474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3848,38477,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3848,38481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3848,38485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3849,38489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3849,38492,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3850,38496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3850,38500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3850,38504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3851,38507,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3851,38511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3851,38515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3852,38519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3852,38522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3853,38526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3853,38530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3853,38534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3854,38537,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3854,38541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3854,38545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3855,38549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3855,38552,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3856,38556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3856,38560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3856,38564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3857,38567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3857,38571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3857,38575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3858,38579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3858,38582,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3859,38586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3859,38590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3859,38594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3860,38597,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3860,38601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3860,38605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3861,38609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3861,38612,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3862,38616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3862,38620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3862,38624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3863,38627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3863,38631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3863,38635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3864,38639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3864,38642,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3865,38646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3865,38650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3865,38654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3866,38657,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3866,38661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3866,38665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3867,38669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3867,38672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3868,38676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3868,38680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3868,38684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3869,38687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3869,38691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3869,38695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3870,38699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3870,38702,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3871,38706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3871,38710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3871,38714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3872,38717,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3872,38721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3872,38725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3873,38729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3873,38732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3874,38736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3874,38740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3874,38744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3875,38747,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3875,38751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3875,38755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3876,38759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3876,38762,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3877,38766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3877,38770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3877,38774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3878,38777,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3878,38781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3878,38785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3879,38789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3879,38792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3880,38796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3880,38800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3880,38804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3881,38807,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3881,38811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3881,38815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3882,38819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3882,38822,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3883,38826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3883,38830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3883,38834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3884,38837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3884,38841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3884,38845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3885,38849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3885,38852,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3886,38856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3886,38860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3886,38864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3887,38867,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3887,38871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3887,38875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3888,38879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3888,38882,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3889,38886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3889,38890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3889,38894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3890,38897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3890,38901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3890,38905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3891,38909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3891,38912,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3892,38916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3892,38920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3892,38924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3893,38927,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3893,38931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3893,38935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3894,38939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3894,38942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3895,38946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3895,38950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3895,38954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3896,38957,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3896,38961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3896,38965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3897,38969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3897,38972,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3898,38976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3898,38980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3898,38984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3899,38987,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3899,38991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3899,38995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3900,38999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3900,39002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3901,39006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3901,39010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3901,39014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3902,39017,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3902,39021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3902,39025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3903,39029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3903,39032,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3904,39036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3904,39040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3904,39044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3905,39047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3905,39051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3905,39055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3906,39059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3906,39062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3907,39066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3907,39070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3907,39074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3908,39077,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3908,39081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3908,39085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3909,39089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3909,39092,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3910,39096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3910,39100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3910,39104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3911,39107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3911,39111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3911,39115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3912,39119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3912,39122,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3913,39126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3913,39130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3913,39134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3914,39137,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3914,39141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3914,39145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3915,39149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3915,39152,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3916,39156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3916,39160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3916,39164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3917,39167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3917,39171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3917,39175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3918,39179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3918,39182,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3919,39186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3919,39190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3919,39194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3920,39197,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3920,39201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3920,39205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3921,39209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3921,39212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3922,39216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3922,39220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3922,39224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3923,39227,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3923,39231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3923,39235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3924,39239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3924,39242,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3925,39246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3925,39250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3925,39254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3926,39257,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3926,39261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3926,39265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3927,39269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3927,39272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3928,39276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3928,39280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3928,39284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3929,39287,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3929,39291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3929,39295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3930,39299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3930,39302,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3931,39306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3931,39310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3931,39314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3932,39317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3932,39321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3932,39325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3933,39329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3933,39332,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3934,39336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3934,39340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3934,39344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3935,39347,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3935,39351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3935,39355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3936,39359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3936,39362,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3937,39366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3937,39370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3937,39374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3938,39377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3938,39381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3938,39385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3939,39389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3939,39392,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3940,39396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3940,39400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3940,39404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3941,39407,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3941,39411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3941,39415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3942,39419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3942,39422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3943,39426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3943,39430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3943,39434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3944,39437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3944,39441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3944,39445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3945,39449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3945,39452,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3946,39456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3946,39460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3946,39464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3947,39467,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3947,39471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3947,39475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3948,39479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3948,39482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3949,39486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3949,39490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3949,39494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3950,39497,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3950,39501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3950,39505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3951,39509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3951,39512,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3952,39516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3952,39520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3952,39524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3953,39527,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3953,39531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3953,39535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3954,39539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3954,39542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3955,39546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3955,39550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3955,39554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3956,39557,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3956,39561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3956,39565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3957,39569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3957,39572,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3958,39576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3958,39580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3958,39584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3959,39587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3959,39591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3959,39595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3960,39599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3960,39602,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3961,39606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3961,39610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3961,39614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3962,39617,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3962,39621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3962,39625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3963,39629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3963,39632,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3964,39636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3964,39640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3964,39644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3965,39647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3965,39651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3965,39655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3966,39659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3966,39662,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3967,39666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3967,39670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3967,39674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3968,39677,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3968,39681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3968,39685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3969,39689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3969,39692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3970,39696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3970,39700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3970,39704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3971,39707,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3971,39711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3971,39715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3972,39719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3972,39722,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3973,39726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3973,39730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3973,39734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3974,39737,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3974,39741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3974,39745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3975,39749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3975,39752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3976,39756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3976,39760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3976,39764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3977,39767,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3977,39771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3977,39775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3978,39779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3978,39782,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3979,39786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3979,39790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3979,39794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3980,39797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3980,39801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3980,39805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3981,39809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3981,39812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3982,39816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3982,39820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3982,39824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3983,39827,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3983,39831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3983,39835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3984,39839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3984,39842,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3985,39846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3985,39850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3985,39854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3986,39857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3986,39861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3986,39865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3987,39869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3987,39872,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3988,39876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3988,39880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3988,39884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3989,39887,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3989,39891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3989,39895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3990,39899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3990,39902,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3991,39906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3991,39910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3991,39914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3992,39917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3992,39921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3992,39925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3993,39929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3993,39932,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3994,39936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3994,39940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3994,39944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3995,39947,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3995,39951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3995,39955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3996,39959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3996,39962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3997,39966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3997,39970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3997,39974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3998,39977,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3998,39981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3998,39985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3999,39989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3999,39992,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4000,39996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4000,40000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4000,40004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4001,40007,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4001,40011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4001,40015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4002,40019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4002,40022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4003,40026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4003,40030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4003,40034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4004,40037,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4004,40041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4004,40045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4005,40049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4005,40052,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4006,40056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4006,40060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4006,40064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4007,40067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4007,40071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4007,40075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4008,40079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4008,40082,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4009,40086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4009,40090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4009,40094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4010,40097,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4010,40101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4010,40105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4011,40109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4011,40112,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4012,40116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4012,40120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4012,40124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4013,40127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4013,40131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4013,40135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4014,40139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4014,40142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4015,40146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4015,40150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4015,40154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4016,40157,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4016,40161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4016,40165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4017,40169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4017,40172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4018,40176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4018,40180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4018,40184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4019,40187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4019,40191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4019,40195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4020,40199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4020,40202,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4021,40206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4021,40210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4021,40214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4022,40217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4022,40221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4022,40225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4023,40229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4023,40232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4024,40236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4024,40240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4024,40244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4025,40247,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4025,40251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4025,40255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4026,40259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4026,40262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4027,40266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4027,40270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4027,40274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4028,40277,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4028,40281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4028,40285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4029,40289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4029,40292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4030,40296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4030,40300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4030,40304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4031,40307,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4031,40311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4031,40315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4032,40319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4032,40322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4033,40326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4033,40330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4033,40334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4034,40337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4034,40341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4034,40345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4035,40349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4035,40352,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4036,40356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4036,40360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4036,40364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4037,40367,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4037,40371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4037,40375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4038,40379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4038,40382,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4039,40386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4039,40390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4039,40394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4040,40397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4040,40401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4040,40405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4041,40409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4041,40412,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4042,40416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4042,40420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4042,40424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4043,40427,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4043,40431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4043,40435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4044,40439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4044,40442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4045,40446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4045,40450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4045,40454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4046,40457,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4046,40461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4046,40465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4047,40469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4047,40472,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4048,40476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4048,40480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4048,40484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4049,40487,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4049,40491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4049,40495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4050,40499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4050,40502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4051,40506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4051,40510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4051,40514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4052,40517,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4052,40521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4052,40525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4053,40529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4053,40532,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4054,40536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4054,40540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4054,40544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4055,40547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4055,40551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4055,40555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4056,40559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4056,40562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4057,40566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4057,40570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4057,40574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4058,40577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4058,40581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4058,40585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4059,40589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4059,40592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4060,40596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4060,40600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4060,40604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4061,40607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4061,40611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4061,40615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4062,40619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4062,40622,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4063,40626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4063,40630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4063,40634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4064,40637,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4064,40641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4064,40645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4065,40649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4065,40652,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4066,40656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4066,40660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4066,40664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4067,40667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4067,40671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4067,40675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4068,40679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4068,40682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4069,40686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4069,40690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4069,40694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4070,40697,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4070,40701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4070,40705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4071,40709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4071,40712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4072,40716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4072,40720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4072,40724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4073,40727,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4073,40731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4073,40735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4074,40739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4074,40742,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4075,40746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4075,40750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4075,40754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4076,40757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4076,40761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4076,40765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4077,40769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4077,40772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4078,40776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4078,40780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4078,40784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4079,40787,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4079,40791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4079,40795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4080,40799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4080,40802,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4081,40806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4081,40810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4081,40814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4082,40817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4082,40821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4082,40825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4083,40829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4083,40832,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4084,40836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4084,40840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4084,40844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4085,40847,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4085,40851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4085,40855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4086,40859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4086,40862,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4087,40866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4087,40870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4087,40874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4088,40877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4088,40881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4088,40885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4089,40889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4089,40892,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4090,40896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4090,40900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4090,40904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4091,40907,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4091,40911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4091,40915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4092,40919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4092,40922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4093,40926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4093,40930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4093,40934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4094,40937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4094,40941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4094,40945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4095,40949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4095,40952,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4096,40956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4096,40960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4096,40964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4097,40967,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4097,40971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4097,40975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4098,40979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4098,40982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4099,40986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4099,40990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4099,40994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4100,40997,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4100,41001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4100,41005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4101,41009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4101,41012,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4102,41016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4102,41020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4102,41024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4103,41027,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4103,41031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4103,41035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4104,41039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4104,41042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4105,41046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4105,41050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4105,41054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4106,41057,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4106,41061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4106,41065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4107,41069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4107,41072,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4108,41076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4108,41080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4108,41084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4109,41087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4109,41091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4109,41095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4110,41099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4110,41102,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4111,41106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4111,41110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4111,41114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4112,41117,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4112,41121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4112,41125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4113,41129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4113,41132,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4114,41136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4114,41140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4114,41144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4115,41147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4115,41151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4115,41155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4116,41159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4116,41162,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4117,41166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4117,41170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4117,41174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4118,41177,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4118,41181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4118,41185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4119,41189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4119,41192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4120,41196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4120,41200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4120,41204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4121,41207,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4121,41211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4121,41215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4122,41219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4122,41222,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4123,41226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4123,41230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4123,41234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4124,41237,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4124,41241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4124,41245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4125,41249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4125,41252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4126,41256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4126,41260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4126,41264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4127,41267,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4127,41271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4127,41275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4128,41279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4128,41282,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4129,41286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4129,41290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4129,41294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4130,41297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4130,41301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4130,41305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4131,41309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4131,41312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4132,41316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4132,41320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4132,41324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4133,41327,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4133,41331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4133,41335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4134,41339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4134,41342,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4135,41346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4135,41350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4135,41354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4136,41357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4136,41361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4136,41365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4137,41369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4137,41372,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4138,41376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4138,41380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4138,41384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4139,41387,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4139,41391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4139,41395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4140,41399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4140,41402,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4141,41406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4141,41410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4141,41414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4142,41417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4142,41421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4142,41425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4143,41429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4143,41432,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4144,41436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4144,41440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4144,41444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4145,41447,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4145,41451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4145,41455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4146,41459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4146,41462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4147,41466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4147,41470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4147,41474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4148,41477,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4148,41481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4148,41485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4149,41489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4149,41492,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4150,41496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4150,41500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4150,41504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4151,41507,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4151,41511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4151,41515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4152,41519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4152,41522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4153,41526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4153,41530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4153,41534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4154,41537,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4154,41541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4154,41545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4155,41549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4155,41552,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4156,41556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4156,41560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4156,41564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4157,41567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4157,41571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4157,41575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4158,41579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4158,41582,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4159,41586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4159,41590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4159,41594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4160,41597,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4160,41601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4160,41605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4161,41609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4161,41612,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4162,41616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4162,41620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4162,41624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4163,41627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4163,41631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4163,41635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4164,41639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4164,41642,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4165,41646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4165,41650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4165,41654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4166,41657,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4166,41661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4166,41665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4167,41669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4167,41672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4168,41676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4168,41680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4168,41684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4169,41687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4169,41691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4169,41695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4170,41699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4170,41702,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4171,41706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4171,41710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4171,41714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4172,41717,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4172,41721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4172,41725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4173,41729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4173,41732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4174,41736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4174,41740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4174,41744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4175,41747,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4175,41751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4175,41755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4176,41759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4176,41762,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4177,41766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4177,41770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4177,41774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4178,41777,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4178,41781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4178,41785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4179,41789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4179,41792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4180,41796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4180,41800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4180,41804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4181,41807,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4181,41811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4181,41815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4182,41819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4182,41822,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4183,41826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4183,41830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4183,41834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4184,41837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4184,41841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4184,41845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4185,41849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4185,41852,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4186,41856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4186,41860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4186,41864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4187,41867,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4187,41871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4187,41875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4188,41879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4188,41882,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4189,41886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4189,41890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4189,41894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4190,41897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4190,41901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4190,41905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4191,41909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4191,41912,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4192,41916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4192,41920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4192,41924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4193,41927,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4193,41931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4193,41935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4194,41939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4194,41942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4195,41946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4195,41950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4195,41954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4196,41957,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4196,41961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4196,41965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4197,41969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4197,41972,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4198,41976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4198,41980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4198,41984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4199,41987,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4199,41991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4199,41995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4200,41999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4200,42002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4201,42006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4201,42010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4201,42014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4202,42017,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4202,42021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4202,42025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4203,42029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4203,42032,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4204,42036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4204,42040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4204,42044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4205,42047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4205,42051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4205,42055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4206,42059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4206,42062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4207,42066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4207,42070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4207,42074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4208,42077,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4208,42081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4208,42085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4209,42089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4209,42092,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4210,42096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4210,42100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4210,42104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4211,42107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4211,42111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4211,42115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4212,42119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4212,42122,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4213,42126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4213,42130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4213,42134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4214,42137,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4214,42141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4214,42145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4215,42149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4215,42152,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4216,42156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4216,42160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4216,42164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4217,42167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4217,42171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4217,42175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4218,42179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4218,42182,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4219,42186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4219,42190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4219,42194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4220,42197,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4220,42201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4220,42205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4221,42209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4221,42212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4222,42216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4222,42220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4222,42224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4223,42227,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4223,42231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4223,42235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4224,42239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4224,42242,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4225,42246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4225,42250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4225,42254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4226,42257,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4226,42261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4226,42265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4227,42269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4227,42272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4228,42276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4228,42280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4228,42284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4229,42287,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4229,42291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4229,42295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4230,42299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4230,42302,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4231,42306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4231,42310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4231,42314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4232,42317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4232,42321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4232,42325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4233,42329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4233,42332,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4234,42336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4234,42340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4234,42344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4235,42347,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4235,42351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4235,42355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4236,42359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4236,42362,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4237,42366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4237,42370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4237,42374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4238,42377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4238,42381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4238,42385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4239,42389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4239,42392,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4240,42396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4240,42400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4240,42404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4241,42407,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4241,42411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4241,42415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4242,42419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4242,42422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4243,42426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4243,42430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4243,42434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4244,42437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4244,42441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4244,42445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4245,42449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4245,42452,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4246,42456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4246,42460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4246,42464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4247,42467,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4247,42471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4247,42475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4248,42479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4248,42482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4249,42486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4249,42490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4249,42494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4250,42497,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4250,42501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4250,42505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4251,42509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4251,42512,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4252,42516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4252,42520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4252,42524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4253,42527,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4253,42531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4253,42535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4254,42539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4254,42542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4255,42546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4255,42550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4255,42554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4256,42557,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4256,42561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4256,42565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4257,42569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4257,42572,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4258,42576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4258,42580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4258,42584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4259,42587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4259,42591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4259,42595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4260,42599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4260,42602,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4261,42606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4261,42610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4261,42614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4262,42617,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4262,42621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4262,42625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4263,42629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4263,42632,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4264,42636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4264,42640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4264,42644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4265,42647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4265,42651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4265,42655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4266,42659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4266,42662,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4267,42666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4267,42670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4267,42674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4268,42677,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4268,42681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4268,42685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4269,42689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4269,42692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4270,42696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4270,42700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4270,42704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4271,42707,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4271,42711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4271,42715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4272,42719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4272,42722,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4273,42726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4273,42730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4273,42734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4274,42737,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4274,42741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4274,42745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4275,42749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4275,42752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4276,42756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4276,42760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4276,42764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4277,42767,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4277,42771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4277,42775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4278,42779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4278,42782,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4279,42786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4279,42790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4279,42794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4280,42797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4280,42801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4280,42805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4281,42809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4281,42812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4282,42816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4282,42820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4282,42824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4283,42827,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4283,42831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4283,42835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4284,42839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4284,42842,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4285,42846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4285,42850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4285,42854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4286,42857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4286,42861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4286,42865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4287,42869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4287,42872,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4288,42876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4288,42880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4288,42884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4289,42887,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4289,42891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4289,42895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4290,42899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4290,42902,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4291,42906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4291,42910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4291,42914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4292,42917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4292,42921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4292,42925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4293,42929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4293,42932,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4294,42936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4294,42940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4294,42944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4295,42947,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4295,42951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4295,42955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4296,42959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4296,42962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4297,42966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4297,42970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4297,42974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4298,42977,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4298,42981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4298,42985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4299,42989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4299,42992,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4300,42996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4300,43000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4300,43004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4301,43007,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4301,43011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4301,43015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4302,43019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4302,43022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4303,43026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4303,43030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4303,43034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4304,43037,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4304,43041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4304,43045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4305,43049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4305,43052,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4306,43056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4306,43060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4306,43064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4307,43067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4307,43071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4307,43075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4308,43079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4308,43082,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4309,43086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4309,43090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4309,43094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4310,43097,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4310,43101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4310,43105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4311,43109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4311,43112,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4312,43116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4312,43120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4312,43124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4313,43127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4313,43131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4313,43135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4314,43139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4314,43142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4315,43146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4315,43150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4315,43154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4316,43157,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4316,43161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4316,43165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4317,43169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4317,43172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4318,43176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4318,43180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4318,43184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4319,43187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4319,43191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4319,43195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4320,43199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4320,43202,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4321,43206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4321,43210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4321,43214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4322,43217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4322,43221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4322,43225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4323,43229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4323,43232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4324,43236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4324,43240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4324,43244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4325,43247,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4325,43251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4325,43255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4326,43259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4326,43262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4327,43266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4327,43270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4327,43274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4328,43277,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4328,43281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4328,43285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4329,43289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4329,43292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4330,43296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4330,43300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4330,43304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4331,43307,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4331,43311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4331,43315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4332,43319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4332,43322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4333,43326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4333,43330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4333,43334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4334,43337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4334,43341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4334,43345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4335,43349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4335,43352,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4336,43356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4336,43360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4336,43364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4337,43367,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4337,43371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4337,43375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4338,43379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4338,43382,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4339,43386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4339,43390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4339,43394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4340,43397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4340,43401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4340,43405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4341,43409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4341,43412,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4342,43416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4342,43420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4342,43424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4343,43427,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4343,43431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4343,43435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4344,43439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4344,43442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4345,43446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4345,43450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4345,43454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4346,43457,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4346,43461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4346,43465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4347,43469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4347,43472,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4348,43476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4348,43480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4348,43484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4349,43487,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4349,43491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4349,43495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4350,43499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4350,43502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4351,43506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4351,43510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4351,43514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4352,43517,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4352,43521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4352,43525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4353,43529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4353,43532,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4354,43536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4354,43540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4354,43544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4355,43547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4355,43551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4355,43555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4356,43559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4356,43562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4357,43566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4357,43570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4357,43574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4358,43577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4358,43581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4358,43585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4359,43589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4359,43592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4360,43596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4360,43600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4360,43604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4361,43607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4361,43611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4361,43615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4362,43619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4362,43622,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4363,43626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4363,43630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4363,43634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4364,43637,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4364,43641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4364,43645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4365,43649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4365,43652,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4366,43656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4366,43660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4366,43664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4367,43667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4367,43671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4367,43675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4368,43679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4368,43682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4369,43686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4369,43690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4369,43694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4370,43697,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4370,43701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4370,43705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4371,43709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4371,43712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4372,43716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4372,43720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4372,43724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4373,43727,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4373,43731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4373,43735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4374,43739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4374,43742,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4375,43746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4375,43750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4375,43754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4376,43757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4376,43761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4376,43765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4377,43769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4377,43772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4378,43776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4378,43780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4378,43784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4379,43787,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4379,43791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4379,43795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4380,43799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4380,43802,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4381,43806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4381,43810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4381,43814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4382,43817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4382,43821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4382,43825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4383,43829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4383,43832,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4384,43836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4384,43840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4384,43844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4385,43847,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4385,43851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4385,43855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4386,43859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4386,43862,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4387,43866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4387,43870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4387,43874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4388,43877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4388,43881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4388,43885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4389,43889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4389,43892,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4390,43896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4390,43900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4390,43904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4391,43907,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4391,43911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4391,43915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4392,43919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4392,43922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4393,43926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4393,43930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4393,43934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4394,43937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4394,43941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4394,43945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4395,43949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4395,43952,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4396,43956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4396,43960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4396,43964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4397,43967,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4397,43971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4397,43975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4398,43979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4398,43982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4399,43986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4399,43990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4399,43994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4400,43997,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4400,44001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4400,44005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4401,44009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4401,44012,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4402,44016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4402,44020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4402,44024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4403,44027,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4403,44031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4403,44035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4404,44039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4404,44042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4405,44046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4405,44050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4405,44054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4406,44057,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4406,44061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4406,44065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4407,44069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4407,44072,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4408,44076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4408,44080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4408,44084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4409,44087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4409,44091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4409,44095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4410,44099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4410,44102,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4411,44106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4411,44110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4411,44114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4412,44117,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4412,44121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4412,44125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4413,44129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4413,44132,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4414,44136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4414,44140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4414,44144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4415,44147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4415,44151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4415,44155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4416,44159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4416,44162,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4417,44166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4417,44170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4417,44174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4418,44177,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4418,44181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4418,44185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4419,44189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4419,44192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4420,44196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4420,44200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4420,44204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4421,44207,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4421,44211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4421,44215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4422,44219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4422,44222,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4423,44226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4423,44230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4423,44234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4424,44237,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4424,44241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4424,44245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4425,44249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4425,44252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4426,44256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4426,44260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4426,44264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4427,44267,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4427,44271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4427,44275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4428,44279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4428,44282,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4429,44286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4429,44290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4429,44294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4430,44297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4430,44301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4430,44305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4431,44309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4431,44312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4432,44316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4432,44320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4432,44324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4433,44327,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4433,44331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4433,44335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4434,44339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4434,44342,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4435,44346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4435,44350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4435,44354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4436,44357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4436,44361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4436,44365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4437,44369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4437,44372,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4438,44376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4438,44380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4438,44384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4439,44387,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4439,44391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4439,44395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4440,44399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4440,44402,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4441,44406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4441,44410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4441,44414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4442,44417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4442,44421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4442,44425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4443,44429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4443,44432,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4444,44436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4444,44440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4444,44444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4445,44447,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4445,44451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4445,44455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4446,44459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4446,44462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4447,44466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4447,44470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4447,44474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4448,44477,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4448,44481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4448,44485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4449,44489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4449,44492,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4450,44496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4450,44500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4450,44504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4451,44507,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4451,44511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4451,44515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4452,44519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4452,44522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4453,44526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4453,44530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4453,44534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4454,44537,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4454,44541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4454,44545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4455,44549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4455,44552,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4456,44556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4456,44560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4456,44564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4457,44567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4457,44571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4457,44575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4458,44579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4458,44582,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4459,44586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4459,44590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4459,44594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4460,44597,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4460,44601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4460,44605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4461,44609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4461,44612,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4462,44616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4462,44620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4462,44624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4463,44627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4463,44631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4463,44635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4464,44639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4464,44642,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4465,44646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4465,44650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4465,44654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4466,44657,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4466,44661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4466,44665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4467,44669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4467,44672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4468,44676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4468,44680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4468,44684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4469,44687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4469,44691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4469,44695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4470,44699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4470,44702,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4471,44706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4471,44710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4471,44714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4472,44717,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4472,44721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4472,44725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4473,44729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4473,44732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4474,44736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4474,44740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4474,44744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4475,44747,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4475,44751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4475,44755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4476,44759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4476,44762,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4477,44766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4477,44770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4477,44774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4478,44777,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4478,44781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4478,44785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4479,44789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4479,44792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4480,44796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4480,44800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4480,44804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4481,44807,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4481,44811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4481,44815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4482,44819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4482,44822,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4483,44826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4483,44830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4483,44834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4484,44837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4484,44841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4484,44845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4485,44849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4485,44852,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4486,44856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4486,44860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4486,44864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4487,44867,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4487,44871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4487,44875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4488,44879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4488,44882,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4489,44886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4489,44890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4489,44894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4490,44897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4490,44901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4490,44905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4491,44909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4491,44912,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4492,44916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4492,44920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4492,44924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4493,44927,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4493,44931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4493,44935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4494,44939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4494,44942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4495,44946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4495,44950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4495,44954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4496,44957,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4496,44961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4496,44965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4497,44969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4497,44972,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4498,44976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4498,44980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4498,44984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4499,44987,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4499,44991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4499,44995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4500,44999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4500,45002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4501,45006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4501,45010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4501,45014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4502,45017,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4502,45021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4502,45025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4503,45029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4503,45032,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4504,45036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4504,45040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4504,45044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4505,45047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4505,45051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4505,45055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4506,45059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4506,45062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4507,45066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4507,45070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4507,45074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4508,45077,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4508,45081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4508,45085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4509,45089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4509,45092,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4510,45096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4510,45100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4510,45104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4511,45107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4511,45111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4511,45115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4512,45119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4512,45122,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4513,45126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4513,45130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4513,45134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4514,45137,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4514,45141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4514,45145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4515,45149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4515,45152,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4516,45156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4516,45160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4516,45164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4517,45167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4517,45171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4517,45175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4518,45179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4518,45182,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4519,45186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4519,45190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4519,45194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4520,45197,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4520,45201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4520,45205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4521,45209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4521,45212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4522,45216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4522,45220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4522,45224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4523,45227,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4523,45231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4523,45235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4524,45239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4524,45242,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4525,45246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4525,45250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4525,45254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4526,45257,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4526,45261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4526,45265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4527,45269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4527,45272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4528,45276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4528,45280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4528,45284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4529,45287,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4529,45291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4529,45295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4530,45299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4530,45302,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4531,45306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4531,45310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4531,45314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4532,45317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4532,45321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4532,45325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4533,45329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4533,45332,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4534,45336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4534,45340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4534,45344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4535,45347,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4535,45351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4535,45355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4536,45359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4536,45362,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4537,45366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4537,45370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4537,45374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4538,45377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4538,45381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4538,45385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4539,45389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4539,45392,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4540,45396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4540,45400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4540,45404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4541,45407,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4541,45411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4541,45415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4542,45419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4542,45422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4543,45426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4543,45430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4543,45434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4544,45437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4544,45441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4544,45445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4545,45449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4545,45452,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4546,45456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4546,45460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4546,45464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4547,45467,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4547,45471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4547,45475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4548,45479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4548,45482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4549,45486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4549,45490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4549,45494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4550,45497,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4550,45501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4550,45505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4551,45509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4551,45512,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4552,45516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4552,45520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4552,45524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4553,45527,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4553,45531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4553,45535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4554,45539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4554,45542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4555,45546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4555,45550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4555,45554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4556,45557,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4556,45561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4556,45565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4557,45569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4557,45572,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4558,45576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4558,45580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4558,45584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4559,45587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4559,45591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4559,45595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4560,45599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4560,45602,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4561,45606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4561,45610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4561,45614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4562,45617,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4562,45621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4562,45625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4563,45629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4563,45632,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4564,45636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4564,45640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4564,45644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4565,45647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4565,45651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4565,45655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4566,45659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4566,45662,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4567,45666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4567,45670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4567,45674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4568,45677,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4568,45681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4568,45685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4569,45689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4569,45692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4570,45696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4570,45700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4570,45704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4571,45707,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4571,45711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4571,45715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4572,45719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4572,45722,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4573,45726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4573,45730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4573,45734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4574,45737,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4574,45741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4574,45745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4575,45749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4575,45752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4576,45756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4576,45760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4576,45764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4577,45767,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4577,45771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4577,45775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4578,45779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4578,45782,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4579,45786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4579,45790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4579,45794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4580,45797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4580,45801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4580,45805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4581,45809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4581,45812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4582,45816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4582,45820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4582,45824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4583,45827,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4583,45831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4583,45835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4584,45839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4584,45842,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4585,45846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4585,45850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4585,45854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4586,45857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4586,45861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4586,45865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4587,45869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4587,45872,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4588,45876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4588,45880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4588,45884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4589,45887,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4589,45891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4589,45895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4590,45899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4590,45902,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4591,45906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4591,45910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4591,45914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4592,45917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4592,45921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4592,45925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4593,45929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4593,45932,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4594,45936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4594,45940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4594,45944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4595,45947,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4595,45951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4595,45955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4596,45959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4596,45962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4597,45966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4597,45970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4597,45974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4598,45977,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4598,45981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4598,45985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4599,45989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4599,45992,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4600,45996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4600,46000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4600,46004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4601,46007,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4601,46011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4601,46015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4602,46019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4602,46022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4603,46026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4603,46030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4603,46034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4604,46037,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4604,46041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4604,46045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4605,46049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4605,46052,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4606,46056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4606,46060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4606,46064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4607,46067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4607,46071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4607,46075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4608,46079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4608,46082,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4609,46086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4609,46090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4609,46094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4610,46097,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4610,46101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4610,46105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4611,46109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4611,46112,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4612,46116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4612,46120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4612,46124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4613,46127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4613,46131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4613,46135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4614,46139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4614,46142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4615,46146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4615,46150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4615,46154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4616,46157,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4616,46161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4616,46165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4617,46169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4617,46172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4618,46176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4618,46180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4618,46184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4619,46187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4619,46191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4619,46195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4620,46199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4620,46202,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4621,46206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4621,46210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4621,46214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4622,46217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4622,46221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4622,46225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4623,46229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4623,46232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4624,46236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4624,46240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4624,46244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4625,46247,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4625,46251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4625,46255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4626,46259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4626,46262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4627,46266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4627,46270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4627,46274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4628,46277,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4628,46281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4628,46285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4629,46289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4629,46292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4630,46296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4630,46300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4630,46304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4631,46307,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4631,46311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4631,46315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4632,46319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4632,46322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4633,46326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4633,46330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4633,46334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4634,46337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4634,46341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4634,46345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4635,46349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4635,46352,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4636,46356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4636,46360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4636,46364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4637,46367,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4637,46371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4637,46375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4638,46379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4638,46382,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4639,46386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4639,46390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4639,46394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4640,46397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4640,46401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4640,46405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4641,46409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4641,46412,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4642,46416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4642,46420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4642,46424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4643,46427,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4643,46431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4643,46435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4644,46439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4644,46442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4645,46446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4645,46450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4645,46454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4646,46457,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4646,46461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4646,46465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4647,46469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4647,46472,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4648,46476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4648,46480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4648,46484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4649,46487,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4649,46491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4649,46495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4650,46499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4650,46502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4651,46506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4651,46510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4651,46514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4652,46517,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4652,46521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4652,46525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4653,46529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4653,46532,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4654,46536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4654,46540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4654,46544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4655,46547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4655,46551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4655,46555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4656,46559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4656,46562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4657,46566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4657,46570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4657,46574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4658,46577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4658,46581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4658,46585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4659,46589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4659,46592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4660,46596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4660,46600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4660,46604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4661,46607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4661,46611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4661,46615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4662,46619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4662,46622,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4663,46626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4663,46630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4663,46634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4664,46637,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4664,46641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4664,46645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4665,46649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4665,46652,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4666,46656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4666,46660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4666,46664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4667,46667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4667,46671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4667,46675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4668,46679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4668,46682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4669,46686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4669,46690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4669,46694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4670,46697,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4670,46701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4670,46705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4671,46709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4671,46712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4672,46716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4672,46720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4672,46724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4673,46727,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4673,46731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4673,46735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4674,46739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4674,46742,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4675,46746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4675,46750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4675,46754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4676,46757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4676,46761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4676,46765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4677,46769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4677,46772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4678,46776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4678,46780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4678,46784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4679,46787,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4679,46791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4679,46795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4680,46799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4680,46802,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4681,46806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4681,46810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4681,46814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4682,46817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4682,46821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4682,46825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4683,46829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4683,46832,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4684,46836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4684,46840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4684,46844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4685,46847,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4685,46851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4685,46855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4686,46859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4686,46862,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4687,46866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4687,46870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4687,46874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4688,46877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4688,46881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4688,46885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4689,46889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4689,46892,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4690,46896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4690,46900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4690,46904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4691,46907,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4691,46911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4691,46915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4692,46919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4692,46922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4693,46926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4693,46930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4693,46934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4694,46937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4694,46941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4694,46945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4695,46949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4695,46952,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4696,46956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4696,46960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4696,46964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4697,46967,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4697,46971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4697,46975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4698,46979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4698,46982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4699,46986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4699,46990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4699,46994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4700,46997,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4700,47001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4700,47005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4701,47009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4701,47012,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4702,47016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4702,47020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4702,47024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4703,47027,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4703,47031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4703,47035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4704,47039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4704,47042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4705,47046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4705,47050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4705,47054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4706,47057,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4706,47061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4706,47065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4707,47069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4707,47072,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4708,47076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4708,47080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4708,47084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4709,47087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4709,47091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4709,47095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4710,47099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4710,47102,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4711,47106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4711,47110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4711,47114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4712,47117,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4712,47121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4712,47125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4713,47129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4713,47132,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4714,47136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4714,47140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4714,47144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4715,47147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4715,47151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4715,47155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4716,47159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4716,47162,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4717,47166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4717,47170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4717,47174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4718,47177,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4718,47181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4718,47185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4719,47189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4719,47192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4720,47196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4720,47200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4720,47204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4721,47207,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4721,47211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4721,47215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4722,47219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4722,47222,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4723,47226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4723,47230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4723,47234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4724,47237,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4724,47241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4724,47245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4725,47249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4725,47252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4726,47256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4726,47260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4726,47264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4727,47267,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4727,47271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4727,47275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4728,47279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4728,47282,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4729,47286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4729,47290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4729,47294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4730,47297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4730,47301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4730,47305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4731,47309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4731,47312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4732,47316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4732,47320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4732,47324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4733,47327,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4733,47331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4733,47335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4734,47339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4734,47342,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4735,47346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4735,47350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4735,47354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4736,47357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4736,47361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4736,47365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4737,47369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4737,47372,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4738,47376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4738,47380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4738,47384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4739,47387,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4739,47391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4739,47395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4740,47399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4740,47402,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4741,47406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4741,47410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4741,47414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4742,47417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4742,47421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4742,47425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4743,47429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4743,47432,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4744,47436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4744,47440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4744,47444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4745,47447,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4745,47451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4745,47455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4746,47459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4746,47462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4747,47466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4747,47470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4747,47474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4748,47477,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4748,47481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4748,47485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4749,47489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4749,47492,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4750,47496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4750,47500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4750,47504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4751,47507,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4751,47511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4751,47515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4752,47519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4752,47522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4753,47526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4753,47530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4753,47534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4754,47537,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4754,47541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4754,47545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4755,47549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4755,47552,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4756,47556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4756,47560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4756,47564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4757,47567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4757,47571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4757,47575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4758,47579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4758,47582,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4759,47586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4759,47590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4759,47594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4760,47597,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4760,47601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4760,47605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4761,47609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4761,47612,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4762,47616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4762,47620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4762,47624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4763,47627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4763,47631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4763,47635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4764,47639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4764,47642,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4765,47646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4765,47650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4765,47654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4766,47657,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4766,47661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4766,47665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4767,47669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4767,47672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4768,47676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4768,47680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4768,47684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4769,47687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4769,47691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4769,47695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4770,47699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4770,47702,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4771,47706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4771,47710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4771,47714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4772,47717,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4772,47721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4772,47725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4773,47729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4773,47732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4774,47736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4774,47740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4774,47744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4775,47747,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4775,47751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4775,47755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4776,47759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4776,47762,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4777,47766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4777,47770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4777,47774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4778,47777,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4778,47781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4778,47785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4779,47789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4779,47792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4780,47796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4780,47800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4780,47804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4781,47807,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4781,47811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4781,47815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4782,47819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4782,47822,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4783,47826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4783,47830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4783,47834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4784,47837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4784,47841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4784,47845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4785,47849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4785,47852,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4786,47856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4786,47860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4786,47864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4787,47867,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4787,47871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4787,47875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4788,47879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4788,47882,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4789,47886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4789,47890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4789,47894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4790,47897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4790,47901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4790,47905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4791,47909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4791,47912,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4792,47916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4792,47920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4792,47924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4793,47927,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4793,47931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4793,47935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4794,47939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4794,47942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4795,47946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4795,47950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4795,47954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4796,47957,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4796,47961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4796,47965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4797,47969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4797,47972,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4798,47976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4798,47980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4798,47984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4799,47987,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4799,47991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4799,47995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4800,47999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4800,48002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4801,48006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4801,48010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4801,48014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4802,48017,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4802,48021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4802,48025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4803,48029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4803,48032,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4804,48036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4804,48040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4804,48044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4805,48047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4805,48051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4805,48055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4806,48059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4806,48062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4807,48066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4807,48070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4807,48074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4808,48077,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4808,48081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4808,48085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4809,48089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4809,48092,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4810,48096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4810,48100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4810,48104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4811,48107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4811,48111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4811,48115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4812,48119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4812,48122,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4813,48126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4813,48130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4813,48134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4814,48137,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4814,48141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4814,48145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4815,48149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4815,48152,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4816,48156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4816,48160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4816,48164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4817,48167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4817,48171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4817,48175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4818,48179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4818,48182,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4819,48186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4819,48190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4819,48194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4820,48197,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4820,48201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4820,48205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4821,48209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4821,48212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4822,48216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4822,48220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4822,48224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4823,48227,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4823,48231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4823,48235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4824,48239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4824,48242,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4825,48246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4825,48250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4825,48254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4826,48257,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4826,48261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4826,48265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4827,48269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4827,48272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4828,48276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4828,48280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4828,48284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4829,48287,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4829,48291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4829,48295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4830,48299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4830,48302,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4831,48306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4831,48310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4831,48314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4832,48317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4832,48321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4832,48325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4833,48329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4833,48332,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4834,48336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4834,48340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4834,48344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4835,48347,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4835,48351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4835,48355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4836,48359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4836,48362,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4837,48366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4837,48370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4837,48374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4838,48377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4838,48381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4838,48385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4839,48389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4839,48392,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4840,48396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4840,48400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4840,48404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4841,48407,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4841,48411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4841,48415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4842,48419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4842,48422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4843,48426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4843,48430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4843,48434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4844,48437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4844,48441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4844,48445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4845,48449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4845,48452,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4846,48456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4846,48460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4846,48464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4847,48467,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4847,48471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4847,48475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4848,48479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4848,48482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4849,48486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4849,48490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4849,48494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4850,48497,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4850,48501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4850,48505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4851,48509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4851,48512,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4852,48516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4852,48520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4852,48524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4853,48527,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4853,48531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4853,48535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4854,48539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4854,48542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4855,48546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4855,48550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4855,48554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4856,48557,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4856,48561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4856,48565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4857,48569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4857,48572,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4858,48576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4858,48580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4858,48584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4859,48587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4859,48591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4859,48595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4860,48599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4860,48602,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4861,48606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4861,48610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4861,48614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4862,48617,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4862,48621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4862,48625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4863,48629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4863,48632,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4864,48636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4864,48640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4864,48644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4865,48647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4865,48651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4865,48655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4866,48659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4866,48662,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4867,48666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4867,48670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4867,48674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4868,48677,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4868,48681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4868,48685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4869,48689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4869,48692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4870,48696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4870,48700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4870,48704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4871,48707,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4871,48711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4871,48715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4872,48719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4872,48722,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4873,48726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4873,48730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4873,48734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4874,48737,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4874,48741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4874,48745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4875,48749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4875,48752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4876,48756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4876,48760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4876,48764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4877,48767,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4877,48771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4877,48775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4878,48779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4878,48782,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4879,48786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4879,48790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4879,48794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4880,48797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4880,48801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4880,48805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4881,48809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4881,48812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4882,48816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4882,48820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4882,48824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4883,48827,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4883,48831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4883,48835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4884,48839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4884,48842,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4885,48846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4885,48850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4885,48854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4886,48857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4886,48861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4886,48865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4887,48869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4887,48872,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4888,48876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4888,48880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4888,48884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4889,48887,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4889,48891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4889,48895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4890,48899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4890,48902,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4891,48906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4891,48910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4891,48914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4892,48917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4892,48921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4892,48925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4893,48929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4893,48932,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4894,48936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4894,48940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4894,48944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4895,48947,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4895,48951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4895,48955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4896,48959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4896,48962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4897,48966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4897,48970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4897,48974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4898,48977,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4898,48981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4898,48985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4899,48989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4899,48992,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4900,48996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4900,49000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4900,49004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4901,49007,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4901,49011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4901,49015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4902,49019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4902,49022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4903,49026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4903,49030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4903,49034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4904,49037,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4904,49041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4904,49045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4905,49049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4905,49052,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4906,49056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4906,49060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4906,49064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4907,49067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4907,49071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4907,49075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4908,49079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4908,49082,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4909,49086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4909,49090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4909,49094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4910,49097,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4910,49101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4910,49105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4911,49109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4911,49112,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4912,49116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4912,49120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4912,49124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4913,49127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4913,49131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4913,49135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4914,49139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4914,49142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4915,49146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4915,49150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4915,49154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4916,49157,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4916,49161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4916,49165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4917,49169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4917,49172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4918,49176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4918,49180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4918,49184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4919,49187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4919,49191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4919,49195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4920,49199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4920,49202,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4921,49206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4921,49210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4921,49214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4922,49217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4922,49221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4922,49225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4923,49229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4923,49232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4924,49236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4924,49240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4924,49244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4925,49247,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4925,49251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4925,49255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4926,49259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4926,49262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4927,49266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4927,49270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4927,49274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4928,49277,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4928,49281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4928,49285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4929,49289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4929,49292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4930,49296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4930,49300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4930,49304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4931,49307,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4931,49311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4931,49315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4932,49319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4932,49322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4933,49326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4933,49330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4933,49334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4934,49337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4934,49341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4934,49345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4935,49349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4935,49352,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4936,49356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4936,49360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4936,49364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4937,49367,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4937,49371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4937,49375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4938,49379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4938,49382,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4939,49386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4939,49390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4939,49394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4940,49397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4940,49401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4940,49405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4941,49409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4941,49412,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4942,49416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4942,49420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4942,49424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4943,49427,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4943,49431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4943,49435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4944,49439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4944,49442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4945,49446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4945,49450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4945,49454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4946,49457,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4946,49461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4946,49465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4947,49469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4947,49472,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4948,49476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4948,49480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4948,49484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4949,49487,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4949,49491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4949,49495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4950,49499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4950,49502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4951,49506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4951,49510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4951,49514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4952,49517,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4952,49521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4952,49525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4953,49529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4953,49532,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4954,49536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4954,49540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4954,49544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4955,49547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4955,49551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4955,49555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4956,49559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4956,49562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4957,49566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4957,49570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4957,49574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4958,49577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4958,49581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4958,49585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4959,49589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4959,49592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4960,49596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4960,49600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4960,49604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4961,49607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4961,49611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4961,49615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4962,49619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4962,49622,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4963,49626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4963,49630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4963,49634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4964,49637,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4964,49641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4964,49645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4965,49649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4965,49652,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4966,49656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4966,49660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4966,49664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4967,49667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4967,49671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4967,49675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4968,49679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4968,49682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4969,49686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4969,49690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4969,49694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4970,49697,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4970,49701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4970,49705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4971,49709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4971,49712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4972,49716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4972,49720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4972,49724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4973,49727,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4973,49731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4973,49735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4974,49739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4974,49742,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4975,49746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4975,49750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4975,49754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4976,49757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4976,49761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4976,49765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4977,49769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4977,49772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4978,49776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4978,49780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4978,49784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4979,49787,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4979,49791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4979,49795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4980,49799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4980,49802,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4981,49806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4981,49810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4981,49814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4982,49817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4982,49821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4982,49825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4983,49829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4983,49832,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4984,49836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4984,49840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4984,49844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4985,49847,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4985,49851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4985,49855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4986,49859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4986,49862,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4987,49866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4987,49870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4987,49874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4988,49877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4988,49881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4988,49885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4989,49889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4989,49892,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4990,49896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4990,49900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4990,49904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4991,49907,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4991,49911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4991,49915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4992,49919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4992,49922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4993,49926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4993,49930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4993,49934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4994,49937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4994,49941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4994,49945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4995,49949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4995,49952,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4996,49956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4996,49960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4996,49964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4997,49967,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4997,49971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4997,49975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4998,49979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4998,49982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4999,49986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4999,49990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4999,49994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=5000,49997,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +Segment buffer empty!!!!!!!!!!!!!!!!!!!!!../grbl/stepper.c:st_go_idle:295 +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=5000,50000,0..