From 972f29ec19485d6ca10cfaad5003f6df37840d24 Mon Sep 17 00:00:00 2001 From: Anders Sandstrom Date: Wed, 19 Jan 2022 20:06:00 +0100 Subject: [PATCH] WIP --- ecmc_plugin_grbl/ecmcPluginGrbl.c | 2 + grbl/stepper.c | 6 +- grbl/stepper.h | 2 +- iocsh/log.log | 29248 ++++++++++++++++++++++++---- 4 files changed, 25532 insertions(+), 3726 deletions(-) diff --git a/ecmc_plugin_grbl/ecmcPluginGrbl.c b/ecmc_plugin_grbl/ecmcPluginGrbl.c index ecf61eb..2ec4cbc 100644 --- a/ecmc_plugin_grbl/ecmcPluginGrbl.c +++ b/ecmc_plugin_grbl/ecmcPluginGrbl.c @@ -177,6 +177,8 @@ int grblConstruct(char *configStr) // test some commands printf("Test command:G0X10Y100\n"); ecmc_write_command_serial("G0X10Y100\n"); + printf("Test command:G1X20Y200F20\n"); + ecmc_write_command_serial("G1X20Y200F20\n"); //printf("Test command:$J=X10.0Y-1.5\n"); //ecmc_write_command_serial("$J=X10.0Y-1.5\0"); //printf("Test command:#\n"); diff --git a/grbl/stepper.c b/grbl/stepper.c index 86d32cd..290c9c2 100644 --- a/grbl/stepper.c +++ b/grbl/stepper.c @@ -229,7 +229,10 @@ void *ecmc_dummy_thread(void *ptr) { while (stepperInterruptEnable) { for(int i=0; i < 30; i++) { - ecmc_grbl_main_rt_thread(); + if(!stepperInterruptEnable) { + break; + } + ecmc_grbl_main_rt_thread(); } printf("%s:%s:%d Positions(x,y,z)=%d,%d,%d..\n",__FILE__,__FUNCTION__,__LINE__,sys_position[X_AXIS], sys_position[Y_AXIS],sys_position[Z_AXIS] ); delay_ms(1); @@ -439,6 +442,7 @@ void ecmc_grbl_main_rt_thread() } else { // Segment buffer empty. Shutdown. + printf("Segment buffer empty!!!!!!!!!!!!!!!!!!!!!"); st_go_idle(); #ifdef VARIABLE_SPINDLE // Ensure pwm is set properly upon completion of rate-controlled motion. diff --git a/grbl/stepper.h b/grbl/stepper.h index 41871a6..f5ae0f0 100644 --- a/grbl/stepper.h +++ b/grbl/stepper.h @@ -23,7 +23,7 @@ #define stepper_h #ifndef SEGMENT_BUFFER_SIZE - #define SEGMENT_BUFFER_SIZE 6 + #define SEGMENT_BUFFER_SIZE 32 #endif // Initialize and setup the stepper motor subsystem diff --git a/iocsh/log.log b/iocsh/log.log index 335fed0..c39d601 100644 --- a/iocsh/log.log +++ b/iocsh/log.log @@ -1,9 +1,9 @@ registerChannelProviderLocal firstTime true # -# Start at "2022-W03-Jan19-1804-20-CET" +# Start at "2022-W03-Jan19-2003-51-CET" # # Version information: -# European Spallation Source ERIC : iocsh.bash (3.4.0-PID-13371) +# European Spallation Source ERIC : iocsh.bash (3.4.0-PID-16800) # # --->--> 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-13371" +epicsEnvSet REQUIRE_IOC "REQMOD:raspberrypi-16800" # # Enable an exit subroutine for sotfioc -dbLoadRecords "/home/pi/epics/base-7.0.5/db/softIocExit.db" "IOC=REQMOD:raspberrypi-13371" +dbLoadRecords "/home/pi/epics/base-7.0.5/db/softIocExit.db" "IOC=REQMOD:raspberrypi-16800" # # 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,16 +206,16 @@ 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, paramTableSi2022/01/19 18:04:20.982 +ecmcAsynPortDriverConfigure: portName = MC_CPU1, paramTableSi2022/01/19 20:03:51.522 ECMC Initializes............. -2022/01/19 18:04:20.982 ESS Open Source EtherCAT Motion Control Epics Module2022/01/19 18:04:20.982 +2022/01/19 20:03:51.523 ESS Open Source EtherCAT Motion Control Epics Module2022/01/19 20:03:51.523 Mode: Configuration -2022/01/19 18:04:20.982 OK -2022/01/19 18:04:20.982 OK -2022/01/19 18:04:20.984 OK -2022/01/19 18:04:21.009 OK -2022/01/19 18:04:21.010 OK -2022/01/19 18:04:21.010 OK +2022/01/19 20:03:51.523 OK +2022/01/19 20:03:51.523 OK +2022/01/19 20:03:51.524 OK +2022/01/19 20:03:51.556 OK +2022/01/19 20:03:51.556 OK +2022/01/19 20:03:51.556 OK ze = 1000, disableAutoConnect = 0, priority = 0, defaultSampleRateMS = 100.000000 asynOctetSetOutputEos(MC_CPU1, -1, ";\n") asynOctetSetInputEos(MC_CPU1, -1, ";\n") @@ -284,13 +284,12 @@ ecmcConfigOrDie "Cfg.LoadPlugin(0,/home/pi/epics/base-7.0.5/require/3.4.0/siteMo ../ecmc_plugin_grbl/ecmcPluginGrbl.c:ecmc_grbl_client_simulation_thread:46 grbl main thread created successfully -Waiting for grbl init..../ecmc_plug2022/01/19 18:04:23.013 OK -in_grbl/ecmcPluginGrbl.c:ecmc_grbl_main_thread:57 +Waiting for grbl init..../ecmc_plugin_grbl/ecmcPluginGrbl.c:ecmc_grbl_main_thread:57 ../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:620 +../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.. @@ -298,9 +297,9 @@ in_grbl/ecmcPluginGrbl.c:ecmc_grbl_main_thread:57 ../grbl/coolant_control.c:coolant_init:25 Not supported yet.. ../grbl/limits.c:limits_init:43 Not supported yet.. ../grbl/probe.c:probe_init:31 Not supported yet.. -../grbl/stepper.c:st_reset:587 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_generate_step_dir_invert_masks:565 +../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: @@ -352,11 +351,39 @@ Adding 0 to buffer G0X10Y1 Adding 0 to buffer G0X10Y10 Adding to buffer G0X10Y100 +Test command:G1X20Y200F20 +Adding G to buffer G0X10Y100 + NEW_CHAR +Adding 1 to buffer G0X10Y100 +G +Adding X to buffer G0X10Y100 +G1 ../grbl/gcode.c:gc_execute_line:72:G0X10Y100 1 letter=G value=0.000000 +Adding 2 to buffer G0X10Y100 +G1X +Adding 0 to buffer G0X10Y100 +G1X2 +Adding Y to buffer G0X10Y100 +G1X20 +Adding 2 to buffer G0X10Y100 +G1X20Y +Adding 0 to buffer G0X10Y100 +G1X20Y2 +Adding 0 to buffer G0X10Y100 +G1X20Y20 +Adding F to buffer G0X10Y100 +G1X20Y200 +Adding 2 to buffer G0X10Y100 +G1X20Y200F +Adding 0 to buffer G0X10Y100 +G1X20Y200F2 +Adding + to buffer G0X10Y100 +G1X20Y200F20 int_value=0 mantissa=0 axis_command=2 @@ -380,28 +407,70 @@ mantissa=0 ../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:4112022/01/19 20:03:53.560 OK +2022/01/19 20:03:53.562 OK +2022/01/19 20:03:53.562 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtIocBuild (0). Allow callbacks: true. +Starting iocInit +2022/01/19 20:03:53.562 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtBeginning (1). Allow callbacks: true. +: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:667 -../grbl/stepper.c:st_wake_up:261 -../grbl/stepper.c:ecmc_start_dummy_thread:242 +NEW_CHAR +../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/stepper.c:st_update_plan_block_parameters:658 +../grbl/stepper.c:st_next_block_index:671 +../grbl/stepper.c:st_wake_up:264 +../grbl/stepper.c:ecmc_start_dummy_thread:245 ecmcEpicsEnvSetCalcTernary("ECMC_PLUGIN_REPORT", "1>0","","#") 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.. ../grbl/serial.c:ecmc_get_char_from_grbl_tx_buffer:117: -o../grbl/serial.c:ecmc_get_char_from_grbl_2022/01/19 18:04:23.014 OK -2022/01/19 18:04:23.015 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtIocBuild (0). Allow callbacks: true. -Starting iocInit -2022/01/19 18:04:23.015 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtBeginning (1). Allow callbacks: true. -2022/01/19 18:04:23.016 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCallbackInit (2). Allow callbacks: true. -2022/01/19 18:04:23.017 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCaLinkInit (3). Allow callbacks: true. -2022/01/19 18:04:23.017 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDrvSup (4). Allow callbacks: true. -2022/01/19 18:04:23.018 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitRecSup (5). Allow callbacks: true. -2022/01/19 18:04:23.018 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDevSup (6). Allow callbacks: true. -2022/01/19 18:04:23.026 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDatabase (7). Allow callbacks: true. -tx_buffer:117: +o../grbl/serial.c:ecmc_get_char_from_grbl_tx_buffer:117: +k../grbl/serial.c:ecmc_get_char_from_grbl_tx_buffer:117: + ../grbl/serial.c:ecmc_get_char_from_grbl_tx_buffer:117: + +../grbl/serial.c:ecmc_get_char_from_grbl_tx_buffer:117: +o../grbl/serial.c:ecmc_get_char_from_grbl_tx_buffer:117: k../grbl/serial.c:ecmc_get_char_from_grbl_tx_buffer:117: ../grbl/serial.c:ecmc_get_char_from_grbl_tx_buffer:117: @@ -420,4881 +489,26612 @@ Plugin info: max plc funcs = 64 max plc func args = 10 max plc consts = 64 - Construct func = @0xb4f206f8 - Enter realtime func = @0xb4f204c8 - Exit realtime func = @0xb4f204d0 - Realtime func = @0xb4f204c0 - Destruct func = @0xb4f206e0 - dlhandle = @0xa85ba8 + Construct func = @0xb4e5f6f8 + Enter realtime func = @0xb4e5f4c8 + Exit realtime func = @0xb4e5f4d0 + Realtime func = @0xb4e5f4c0 + Destruct func = @0xb4e5f6e0 + dlhandle = @0xc96f90 Plc functions: funcs[00]: Name = "grbl_connect();" Desc = double grbl_connect() : Connect to grbl interface (from config str). Arg count = 0 - func = @0xb4f204d8 + func = @0xb4e5f4d8 Plc constants: epicsEnvUnset(ECMC_PLUGIN_REPORT); epicsEnvUnset(ECMC_PLUGIN_FILNAME) epicsEnvUnset(ECMC_PLUGIN_CONFIG) ############################################################################## +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. ## PLC 0 +../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.. # $(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: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:234 Positions(x,y,z)=0,4,0.. +../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_set2022/01/19 20:03:53.568 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCallbackInit (2). Allow callbacks: true. +2022/01/19 20:03:53.569 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCaLinkInit (3). Allow callbacks: true. +2022/01/19 20:03:53.569 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDrvSup (4). Allow callbacks: true. +2022/01/19 20:03:53.569 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitRecSup (5). Allow callbacks: true. +2022/01/19 20:03:53.569 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDevSup (6). Allow callbacks: true. +2022/01/19 20:03:53.572 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDatabase (7). Allow callbacks: true. +2022/01/19 20:03:53.572 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterFinishDevSup (8). Allow callbacks: true. +_speed:131 Not supported yet.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1,7,0.. +../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:234 Positions(x,y,z)=1,11,0.. +../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:234 Positions(x,y,z)=1,15,0.. +../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:234 Positions(x,y,z)=2,19,0.. +../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:234 Positions(x,y,z)=2,22,0.. +../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:234 Positions(x,y,z)=3,26,0.. +../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:234 Positions(x,y,z)=3,30,0.. +../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:234 Positions(x,y,z)=3,34,0.. +../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:234 Positions(x,y,z)=4,37,0.. +../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:234 Positions(x,y,z)=4,41,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=4,45,0.. +../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:234 Positions(x,y,z)=5,49,0.. +../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:234 Positions(x,y,z)=5,52,0.. +../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:234 Positions(x,y,z)=6,56,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=6,60,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported 2022/01/19 18:04:23.037 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterFinishDevSup (8). Allow callbacks: true. -yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=6,64,0.. +../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:234 Positions(x,y,z)=7,67,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=7,71,0.. +../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:234 Positions(x,y,z)=7,75,0.. +../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:234 Positions(x,y,z)=8,79,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=8,82,0.. +../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:234 Positions(x,y,z)=9,86,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=9,90,0.. +../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:234 Positions(x,y,z)=9,94,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=10,97,0.. +../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:234 Positions(x,y,z)=10,101,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=10,105,0.. +../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:234 Positions(x,y,z)=11,109,0.. +../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:234 Positions(x,y,z)=11,112,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=12,116,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=12,120,0.. +../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:234 Positions(x,y,z)=12,124,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=13,127,0.. +../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:234 Positions(x,y,z)=13,131,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=13,135,0.. +../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:234 Positions(x,y,z)=14,139,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=14,142,0.. +../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:234 Positions(x,y,z)=15,146,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=15,150,0.. +../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:234 Positions(x,y,z)=15,154,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=16,157,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=16,161,0.. +../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:234 Positions(x,y,z)=16,165,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=17,169,0.. +../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:234 Positions(x,y,z)=17,172,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=18,176,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=18,180,0.. +../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:234 Positions(x,y,z)=18,184,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=19,187,0.. +../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:234 Positions(x,y,z)=19,191,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=19,195,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=20,199,0.. +../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:234 Positions(x,y,z)=20,202,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=21,206,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=21,210,0.. +../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:234 Positions(x,y,z)=21,214,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=22,217,0.. +../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:234 Positions(x,y,z)=22,221,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=22,225,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=23,229,0.. +../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:234 Positions(x,y,z)=23,232,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=24,236,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=24,240,0.. +../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:234 Positions(x,y,z)=24,244,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=25,247,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=25,251,0.. +../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:234 Positions(x,y,z)=25,255,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=26,259,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=26,262,0.. +../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:234 Positions(x,y,z)=27,266,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=27,270,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=27,274,0.. +../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:234 Positions(x,y,z)=28,277,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=28,281,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=28,285,0.. +../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:234 Positions(x,y,z)=29,289,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=29,292,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=30,296,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=30,300,0.. +../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:234 Positions(x,y,z)=30,304,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=31,307,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=31,311,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=31,315,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=32,319,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=32,322,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=33,326,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=33,330,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=33,334,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=34,337,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=34,341,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=34,345,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=35,349,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=35,352,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=36,356,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=36,360,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=36,364,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=37,367,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=37,371,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=37,375,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=38,379,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=38,382,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=39,386,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=39,390,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=39,394,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=40,397,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=40,401,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=40,405,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=41,409,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=41,412,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=42,416,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=42,420,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=42,424,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=43,427,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=43,431,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=43,435,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=44,439,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=44,442,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=45,446,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=45,450,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=45,454,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=46,457,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=46,461,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=46,465,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=47,469,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=47,472,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=48,476,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=48,480,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=48,484,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=49,487,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=49,491,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=49,495,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=50,499,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=50,502,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=51,506,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=51,510,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=51,514,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=52,517,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=52,521,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=52,525,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=53,529,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=53,532,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=54,536,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=54,540,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=54,544,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=55,547,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=55,551,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=55,555,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=56,559,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=56,562,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=57,566,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=57,570,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=57,574,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=58,577,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=58,581,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=58,585,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=59,589,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=59,592,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=60,596,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=60,600,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=60,604,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=61,607,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=61,611,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=61,615,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=62,619,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=62,622,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=63,626,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=63,630,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=63,634,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=64,637,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=64,641,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=64,645,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=65,649,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=65,652,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=66,656,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=66,660,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=66,664,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=67,667,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=67,671,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=67,675,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=68,679,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=68,682,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=69,686,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=69,690,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=69,694,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=70,697,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=70,701,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=70,705,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=71,709,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=71,712,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=72,716,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=72,720,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=72,724,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=73,727,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=73,731,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=73,735,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=74,739,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=74,742,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=75,746,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=75,750,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=75,754,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=76,757,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=76,761,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=76,765,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=77,769,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=77,772,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=78,776,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=78,780,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=78,784,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=79,787,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=79,791,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=79,795,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=80,799,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=80,805,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=81,812,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=82,820,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=83,827,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=83,835,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=84,842,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=85,850,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=86,857,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=86,865,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=87,872,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=88,880,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=89,887,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=89,895,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=90,902,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=91,910,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=92,917,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=92,925,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=93,932,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=94,940,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=95,947,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=95,955,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=96,962,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=97,970,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=98,977,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=98,985,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=99,992,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=100,1000,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=101,1007,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=101,1015,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=102,1022,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=103,1030,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=104,1037,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=104,1045,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=105,1052,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=106,1060,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=107,1067,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=107,1075,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=108,1082,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=109,1090,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=110,1097,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=110,1105,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=111,1112,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=112,1120,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=113,1127,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=113,1135,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=114,1142,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=115,1150,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=116,1157,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=116,1165,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=117,1172,0.. +../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:234 Positions(x,y,z)=118,1180,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=119,1187,0.. +../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:234 Positions(x,y,z)=119,1195,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=120,1202,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=121,1210,0.. +../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:234 Positions(x,y,z)=122,1217,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=122,1225,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=123,1232,0.. +../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:234 Positions(x,y,z)=124,1240,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=125,1247,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=125,1255,0.. +../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:234 Positions(x,y,z)=126,1262,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=127,1270,0.. +../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:234 Positions(x,y,z)=128,1277,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=128,1285,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=129,1292,0.. +../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:234 Positions(x,y,z)=130,1300,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=131,1307,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=131,1315,0.. +../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:234 Positions(x,y,z)=132,1322,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=133,1330,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=134,1337,0.. +../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:234 Positions(x,y,z)=134,1345,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=135,1352,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=136,1360,0.. +../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:234 Positions(x,y,z)=137,1367,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=137,1375,0.. +../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:234 Positions(x,y,z)=138,1382,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=139,1390,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=140,1397,0.. +../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:234 Positions(x,y,z)=140,1405,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=141,1412,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=142,1420,0.. +../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:234 Positions(x,y,z)=143,1427,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=143,1435,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=144,1442,0.. +../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:234 Positions(x,y,z)=145,1450,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=146,1457,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=146,1465,0.. +../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:234 Positions(x,y,z)=147,1472,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=148,1480,0.. +../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:234 Positions(x,y,z)=149,1487,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=149,1495,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=150,1502,0.. +../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:234 Positions(x,y,z)=151,1510,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=152,1517,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=152,1525,0.. +../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:234 Positions(x,y,z)=153,1532,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=154,1540,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=155,1547,0.. +../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:234 Positions(x,y,z)=155,1555,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=156,1562,0.. +../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:234 Positions(x,y,z)=157,1570,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=158,1577,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=158,1585,0.. +../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:234 Positions(x,y,z)=159,1592,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=160,1600,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=161,1607,0.. +../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:234 Positions(x,y,z)=161,1615,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=162,1622,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=163,1630,0.. +../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:234 Positions(x,y,z)=164,1637,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=164,1645,0.. +../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:234 Positions(x,y,z)=165,1652,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=166,1660,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=167,1667,0.. +../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:234 Positions(x,y,z)=167,1675,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=168,1682,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=169,1690,0.. +../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:234 Positions(x,y,z)=170,1697,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=170,1705,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=171,1712,0.. +../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:234 Positions(x,y,z)=172,1720,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=173,1727,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=173,1735,0.. +../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:234 Positions(x,y,z)=174,1742,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=175,1750,0.. +../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:234 Positions(x,y,z)=176,1757,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=176,1765,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=177,1772,0.. +../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:234 Positions(x,y,z)=178,1780,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=179,1787,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=179,1795,0.. +../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:234 Positions(x,y,z)=180,1802,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=181,1810,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=182,1817,0.. +../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:234 Positions(x,y,z)=182,1825,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=183,1832,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=184,1840,0.. +../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:234 Positions(x,y,z)=185,1847,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=185,1855,0.. +../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:234 Positions(x,y,z)=186,1862,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=187,1870,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=188,1877,0.. +../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:234 Positions(x,y,z)=188,1885,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=189,1892,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=190,1900,0.. +../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:234 Positions(x,y,z)=191,1907,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=191,1915,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=192,1922,0.. +../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:234 Positions(x,y,z)=193,1930,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=194,1937,0.. +../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:234 Positions(x,y,z)=194,1945,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=195,1952,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=196,1960,0.. +../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:234 Positions(x,y,z)=197,1967,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=197,1975,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=198,1982,0.. +../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:234 Positions(x,y,z)=199,1990,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=200,1997,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=200,2005,0.. +../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:234 Positions(x,y,z)=201,2012,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=202,2020,0.. +../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:234 Positions(x,y,z)=203,2027,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=203,2035,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=204,2042,0.. +../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:234 Positions(x,y,z)=205,2050,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=206,2057,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=206,2065,0.. +../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:234 Positions(x,y,z)=207,2072,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=208,2080,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=209,2087,0.. +../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:234 Positions(x,y,z)=209,2095,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=210,2102,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=211,2110,0.. +../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:234 Positions(x,y,z)=212,2117,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=212,2125,0.. +../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:234 Positions(x,y,z)=213,2132,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=214,2140,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=215,2147,0.. +../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:234 Positions(x,y,z)=215,2155,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=216,2162,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=217,2170,0.. +../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:spin2022/01/19 20:03:54.074 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterScanInit (9). Allow callbacks: true. +2022/01/19 20:03:54.074 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitialProcess (10). Allow callbacks: true. +dle_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:234 Positions(x,y,z)=218,2177,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=218,2185,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=219,2192,0.. +../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:234 Positions(x,y,z)=220,2200,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=221,2207,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=221,2215,0.. +../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:234 Positions(x,y,z)=222,2222,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=223,2230,0.. +../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:234 Positions(x,y,z)=224,2237,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=224,2245,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=225,2252,0.. +../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:234 Positions(x,y,z)=226,2260,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=227,2267,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=227,2275,0.. +../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:234 Positions(x,y,z)=228,2282,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=229,2290,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=230,2297,0.. +../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:234 Positions(x,y,z)=230,2305,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=231,2312,0.. +../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:234 Positions(x,y,z)=232,2320,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=233,2327,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=233,2335,0.. +../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:234 Positions(x,y,z)=234,2342,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=235,2350,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=236,2357,0.. +../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:234 Positions(x,y,z)=236,2365,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=237,2372,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=238,2380,0.. +../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:234 Positions(x,y,z)=239,2387,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=239,2395,0.. +../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:234 Positions(x,y,z)=240,2402,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=241,2410,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=242,2417,0.. +../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:234 Positions(x,y,z)=242,2425,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=243,2432,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=244,2440,0.. +../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:234 Positions(x,y,z)=245,2447,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=245,2455,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=246,2462,0.. +../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:234 Positions(x,y,z)=247,2470,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=248,2477,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=248,2485,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=255,2552,0.. +../grbl/stepper.c:ecmc_dummy2022/01/19 20:03:54.075 ecmcAsynPortDriver:getEpicsState: EPICS state: Unknown state (11). Allow callbacks: true. +2022/01/19 20:03:54.075 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterIocBuilt (12). Allow callbacks: true. +_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:234 Positions(x,y,z)=249,2492,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=250,2500,0.. +../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:234 Positions(x,y,z)=251,2507,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=251,2515,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=252,2522,0.. +../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:234 Positions(x,y,z)=253,2530,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=254,2537,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=254,2545,0.. +../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:234 Positions(x,y,z)=255,2552,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=256,2560,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=257,2567,0.. +../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:234 Positions(x,y,z)=257,2575,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=258,2582,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=259,2590,0.. +../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:234 Positions(x,y,z)=260,2597,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=260,2605,0.. +../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:234 Positions(x,y,z)=261,2612,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=262,2620,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=263,2627,0.. +../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:234 Positions(x,y,z)=263,2635,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=264,2642,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=265,2650,0.. +../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:234 Positions(x,y,z)=266,2657,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=266,2665,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=267,2672,0.. +../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:234 Positions(x,y,z)=268,26802022/01/19 18:04:23.540 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterScanInit (9). Allow callbacks: true. -2022/01/19 18:04:23.540 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitialProcess (10). Allow callbacks: true. -2022/01/19 18:04:23.542 ecmcAsynPortDriver:getEpicsState: EPICS state: Unknown state (11). Allow callbacks: true. -2022/01/19 18:04:23.542 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterIocBuilt (12). Allow callbacks: true. -,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=269,2687,0.. +../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:234 Positions(x,y,z)=269,2695,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=270,2702,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=271,2710,0.. +../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:234 Positions(x,y,z)=272,2717,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=272,2725,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=273,2732,0.. +../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:234 Positions(x,y,z)=274,2740,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=275,2747,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=275,2755,0.. +../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:234 Positions(x,y,z)=276,2762,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=277,2770,0.. +../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:234 Positions(x,y,z)=278,2777,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=278,2785,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=279,2792,0.. +../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:234 Positions(x,y,z)=280,2800,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=281,2807,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=281,2815,0.. +../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:234 Positions(x,y,z)=282,2822,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=283,2830,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=284,2837,0.. +../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:234 Positions(x,y,z)=284,2845,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=285,2852,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=286,2860,0.. +../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:234 Positions(x,y,z)=287,2867,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=287,2875,0.. +../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:234 Positions(x,y,z)=288,2882,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=289,2890,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=290,2897,0.. +../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:234 Positions(x,y,z)=290,2905,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=291,2912,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=292,2920,0.. +../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:234 Positions(x,y,z)=293,2927,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=293,2935,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=294,2942,0.. +../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:234 Positions(x,y,z)=295,2950,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=296,2957,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=296,2965,0.. +../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:234 Positions(x,y,z)=297,2972,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=298,2980,0.. +../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:234 Positions(x,y,z)=299,2987,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=299,2995,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=300,3002,0.. +../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:234 Positions(x,y,z)=301,3010,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=302,3017,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=302,3025,0.. +../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:234 Positions(x,y,z)=303,3032,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=304,3040,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=305,3047,0.. +../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:234 Positions(x,y,z)=305,3055,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=306,3062,0.. +../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:234 Positions(x,y,z)=307,3070,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=308,3077,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=308,3085,0.. +../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:234 Positions(x,y,z)=309,3092,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=310,3100,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=311,3107,0.. +../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:234 Positions(x,y,z)=311,3115,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=312,3122,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=313,3130,0.. +../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:234 Positions(x,y,z)=314,3137,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=314,3145,0.. +../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:234 Positions(x,y,z)=315,3152,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=316,3160,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=317,3167,0.. +../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:234 Positions(x,y,z)=317,3175,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=318,3182,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=319,3190,0.. +../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:234 Positions(x,y,z)=320,3197,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=320,3205,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=321,3212,0.. +../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:234 Positions(x,y,z)=322,3220,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=323,3227,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=323,3235,0.. +../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:234 Positions(x,y,z)=324,3242,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=325,3250,0.. +../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:234 Positions(x,y,z)=326,3257,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=326,3265,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=327,3272,0.. +../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:234 Positions(x,y,z)=328,3280,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=329,3287,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=329,3295,0.. +../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:234 Positions(x,y,z)=330,3302,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=331,3310,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=332,3317,0.. +../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:234 Positions(x,y,z)=332,3325,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=333,3332,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=334,3340,0.. +../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:234 Positions(x,y,z)=335,3347,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=335,3355,0.. +../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:234 Positions(x,y,z)=336,3362,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=337,3370,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=338,3377,0.. +../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:234 Positions(x,y,z)=338,3385,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=339,3392,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=340,3400,0.. +../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:234 Positions(x,y,z)=341,3407,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=341,3415,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=342,3422,0.. +../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:234 Positions(x,y,z)=343,3430,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=344,3437,0.. +../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:234 Positions(x,y,z)=344,3445,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=345,3452,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=346,3460,0.. +../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:234 Positions(x,y,z)=347,3467,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=347,3475,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=348,3482,0.. +../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:234 Positions(x,y,z)=349,3490,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=350,3497,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=350,3505,0.. +../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:234 Positions(x,y,z)=351,3512,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=352,3520,0.. +../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:234 Positions(x,y,z)=353,3527,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=353,3535,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=354,3542,0.. +../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:234 Positions(x,y,z)=355,3550,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=356,3557,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=356,3565,0.. +../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:234 Positions(x,y,z)=357,3572,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=358,3580,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=359,3587,0.. +../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:234 Positions(x,y,z)=359,3595,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=360,3602,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=361,3610,0.. +../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:234 Positions(x,y,z)=362,3617,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=362,3625,0.. +../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:234 Positions(x,y,z)=363,3632,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=364,3640,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=365,3647,0.. +../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:234 Positions(x,y,z)=365,3655,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=366,3662,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=367,3670,0.. +../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:234 Positions(x,y,z)=368,3677,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=368,3685,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=369,3692,0.. +../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:234 Positions(x,y,z)=370,3700,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=371,3707,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=371,3715,0.. +../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:234 Positions(x,y,z)=372,3722,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=373,3730,0.. +../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:234 Positions(x,y,z)=374,3737,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=374,3745,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=375,3752,0.. +../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:234 Positions(x,y,z)=376,3760,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=377,3767,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=377,3775,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=378,3782,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=379,3790,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=380,3797,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=380,3805,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=381,3812,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=382,3820,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=383,3827,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=383,3835,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=384,3842,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=385,3850,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=386,3857,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=386,3865,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=387,3872,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=388,3880,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=389,3887,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=389,3895,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=390,3902,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=391,3910,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=392,3917,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=392,3925,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=393,3932,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=394,3940,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=395,3947,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=395,3955,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=396,3962,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=397,3970,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=398,3977,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y2022/01/19 18:04:23.755 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtIocRun (13). Allow callbacks: true. -2022/01/19 18:04:23.755 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterDatabaseRunning (14). Allow callbacks: true. -2022/01/19 18:04:23.755 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInterruptAccept (28). Allow callbacks: true. -2022/01/19 18:04:23.755 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCaServerRunning (15). Allow callbacks: true. -2022/01/19 18:04:23.755 ecmcAsynPortDriver:getEpicsState: EPICS state: Unknown state (29). Allow callbacks: true. +../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_2022/01/19 20:03:54.299 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtIocRun (13). Allow callbacks: true. +2022/01/19 20:03:54.300 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterDatabaseRunning (14). Allow callbacks: true. +2022/01/19 20:03:54.300 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInterruptAccept (28). Allow callbacks: true. +2022/01/19 20:03:54.300 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCaServerRunning (15). Allow callbacks: true. +2022/01/19 20:03:54.300 ecmcAsynPortDriver:getEpicsState: EPICS state: Unknown state (29). Allow callbacks: true. iocRun: All initialization complete -2022/01/19 18:04:23.780 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterIocRunning (16). Allow callbacks: true. -,z)=398,3985,0.. +2022/01/19 20:03:54.328 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterIocRunning (16). Allow callbacks: true. +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:234 Positions(x,y,z)=399,3992,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=400,4000,0.. +../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:234 Positions(x,y,z)=401,4007,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=401,4015,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=402,4022,0.. +../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:234 Positions(x,y,z)=403,4030,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=404,4037,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=404,4045,0.. +../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:234 Positions(x,y,z)=405,4052,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=406,4060,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=407,4067,0.. +../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:234 Positions(x,y,z)=407,4075,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=408,4082,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=409,4090,0.. +../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:234 Positions(x,y,z)=410,4097,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=410,4105,0.. +../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:234 Positions(x,y,z)=411,4112,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=412,4120,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=413,4127,0.. +../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:234 Positions(x,y,z)=413,4135,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=414,4142,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=415,4150,0.. +../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:234 Positions(x,y,z)=416,4157,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=416,4165,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=417,4172,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=418,4180,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=419,4187,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=419,4195,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=420,4202,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=421,4210,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=422,4217,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=422,4225,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=423,4232,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=424,4240,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=425,4247,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=425,4255,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=426,4262,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=427,4270,0.. +../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.. # Set the IOC Prompt String One -epicsEnvSet IOCSH_PS1 "raspberrypi-13371 > " +epicsEnvSet IOCSH_PS1 "raspberrypi-16800 > " # +../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:234 Positions(x,y,z)=428,4277,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=428,4285,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=429,4292,0.. +../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:234 Positions(x,y,z)=430,4300,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=431,4307,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=431,4315,0.. +../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:234 Positions(x,y,z)=432,4322,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=433,4330,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=434,4337,0.. +../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:234 Positions(x,y,z)=434,4345,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=435,4352,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=436,4360,0.. +../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:234 Positions(x,y,z)=437,4367,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=437,4375,0.. +../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:234 Positions(x,y,z)=438,4382,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=439,4390,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=440,4397,0.. +../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:234 Positions(x,y,z)=440,4405,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=441,4412,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=442,4420,0.. +../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:234 Positions(x,y,z)=443,4427,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=443,4435,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=444,4442,0.. +../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:234 Positions(x,y,z)=445,4450,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=446,4457,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=446,4465,0.. +../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:234 Positions(x,y,z)=447,4472,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=448,4480,0.. +../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:234 Positions(x,y,z)=449,4487,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=449,4495,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=450,4502,0.. +../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:234 Positions(x,y,z)=451,4510,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=452,4517,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=452,4525,0.. +../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:234 Positions(x,y,z)=453,4532,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=454,4540,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=455,4547,0.. +../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:234 Positions(x,y,z)=455,4555,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=456,4562,0.. +../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:234 Positions(x,y,z)=457,4570,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=458,4577,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=458,4585,0.. +../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:234 Positions(x,y,z)=459,4592,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=460,4600,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=461,4607,0.. +../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:234 Positions(x,y,z)=461,4615,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=462,4622,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=463,4630,0.. +../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:234 Positions(x,y,z)=464,4637,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=464,4645,0.. +../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:234 Positions(x,y,z)=465,4652,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=466,4660,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=467,4667,0.. +../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:234 Positions(x,y,z)=467,4675,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=468,4682,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=469,4690,0.. +../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:234 Positions(x,y,z)=470,4697,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=470,4705,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=471,4712,0.. +../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:234 Positions(x,y,z)=472,4720,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=473,4727,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=473,4735,0.. +../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:234 Positions(x,y,z)=474,4742,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=475,4750,0.. +../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:234 Positions(x,y,z)=476,4757,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=476,4765,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=477,4772,0.. +../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:234 Positions(x,y,z)=478,4780,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=479,4787,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=479,4795,0.. +../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:234 Positions(x,y,z)=480,4802,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=481,4810,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=482,4817,0.. +../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:234 Positions(x,y,z)=482,4825,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=483,4832,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=484,4840,0.. +../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:234 Positions(x,y,z)=485,4847,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=485,4855,0.. +../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:234 Positions(x,y,z)=486,4862,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=487,4870,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=488,4877,0.. +../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:234 Positions(x,y,z)=488,4885,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=489,4892,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=490,4900,0.. +../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:234 Positions(x,y,z)=491,4907,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=491,4915,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=492,4922,0.. +../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:234 Positions(x,y,z)=493,4930,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=494,4937,0.. +../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:234 Positions(x,y,z)=494,4945,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=495,4952,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=496,4960,0.. +../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:234 Positions(x,y,z)=497,4967,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=497,4975,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=498,4982,0.. +../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:234 Positions(x,y,z)=499,4990,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=500,4997,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=500,5005,0.. +../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:234 Positions(x,y,z)=501,5012,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=502,5020,0.. +../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:234 Positions(x,y,z)=503,5027,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=503,5035,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=504,5042,0.. +../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:234 Positions(x,y,z)=505,5050,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=506,5057,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=506,5065,0.. +../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:234 Positions(x,y,z)=507,5072,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=508,5080,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=509,5087,0.. +../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:234 Positions(x,y,z)=509,5095,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=510,5102,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=511,5110,0.. +../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:234 Positions(x,y,z)=512,5117,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=512,5125,0.. +../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:234 Positions(x,y,z)=513,5132,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=514,5140,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=515,5147,0.. +../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:234 Positions(x,y,z)=515,5155,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=516,5162,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=517,5170,0.. +../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:234 Positions(x,y,z)=518,5177,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=518,5185,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=519,5192,0.. +../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:234 Positions(x,y,z)=520,5200,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=521,5207,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=521,5215,0.. +../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:234 Positions(x,y,z)=522,5222,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=523,5230,0.. +../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:234 Positions(x,y,z)=524,5237,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=524,5245,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=525,5252,0.. +../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:234 Positions(x,y,z)=526,5260,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=527,5267,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=527,5275,0.. +../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:234 Positions(x,y,z)=528,5282,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=529,5290,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=530,5297,0.. +../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:234 Positions(x,y,z)=530,5305,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=531,5312,0.. +../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:234 Positions(x,y,z)=532,5320,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=533,5327,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=533,5335,0.. +../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:234 Positions(x,y,z)=534,5342,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=535,5350,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=536,5357,0.. +../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:234 Positions(x,y,z)=536,5365,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=537,5372,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=538,5380,0.. +../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:234 Positions(x,y,z)=539,5387,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=539,5395,0.. +../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:234 Positions(x,y,z)=540,5402,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=541,5410,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=542,5417,0.. +../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:234 Positions(x,y,z)=542,5425,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=543,5432,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=544,5440,0.. +../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:234 Positions(x,y,z)=545,5447,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=545,5455,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=546,5462,0.. +../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:234 Positions(x,y,z)=547,5470,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=548,5477,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=548,5485,0.. +../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:234 Positions(x,y,z)=549,5492,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=550,5500,0.. +../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:234 Positions(x,y,z)=551,5507,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=551,5515,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=552,5522,0.. +../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:234 Positions(x,y,z)=553,5530,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=554,5537,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=554,5545,0.. +../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:234 Positions(x,y,z)=555,5552,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=556,5560,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=557,5567,0.. +../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:234 Positions(x,y,z)=557,5575,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=558,5582,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=559,5590,0.. +../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:234 Positions(x,y,z)=560,5597,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=560,5605,0.. +../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:234 Positions(x,y,z)=561,5612,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=562,5620,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=563,5627,0.. +../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:234 Positions(x,y,z)=563,5635,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=564,5642,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=565,5650,0.. +../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:234 Positions(x,y,z)=566,5657,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=566,5665,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=567,5672,0.. +../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:234 Positions(x,y,z)=568,5680,0.. -raspberrypi-13371 > ../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=569,5687,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=547,5470,0.. +raspberrypi-16800 > ../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:234 Positions(x,y,z)=569,5695,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=570,5702,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=571,5710,0.. +../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:234 Positions(x,y,z)=572,5717,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=572,5725,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=573,5732,0.. +../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:234 Positions(x,y,z)=574,5740,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=575,5747,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=575,5755,0.. +../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:234 Positions(x,y,z)=576,5762,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=577,5770,0.. +../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:234 Positions(x,y,z)=578,5777,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=578,5785,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=579,5792,0.. +../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:234 Positions(x,y,z)=580,5800,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=581,5807,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=581,5815,0.. +../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:234 Positions(x,y,z)=582,5822,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=583,5830,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=584,5837,0.. +../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:234 Positions(x,y,z)=584,5845,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=585,5852,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=586,5860,0.. +../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:234 Positions(x,y,z)=587,5867,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=587,5875,0.. +../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:234 Positions(x,y,z)=588,5882,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=589,5890,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=590,5897,0.. +../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:234 Positions(x,y,z)=590,5905,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=591,5912,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=592,5920,0.. +../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:234 Positions(x,y,z)=593,5927,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=593,5935,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=594,5942,0.. +../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:234 Positions(x,y,z)=595,5950,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=596,5957,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=596,5965,0.. +../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:234 Positions(x,y,z)=597,5972,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=598,5980,0.. +../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:234 Positions(x,y,z)=599,5987,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=599,5995,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=600,6002,0.. +../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:234 Positions(x,y,z)=601,6010,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=602,6017,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=602,6025,0.. +../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:234 Positions(x,y,z)=603,6032,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=604,6040,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=605,6047,0.. +../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:234 Positions(x,y,z)=605,6055,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=606,6062,0.. +../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:234 Positions(x,y,z)=607,6070,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=608,6077,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=608,6085,0.. +../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:234 Positions(x,y,z)=609,6092,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=610,6100,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=611,6107,0.. +../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:234 Positions(x,y,z)=611,6115,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=612,6122,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=613,6130,0.. +../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:234 Positions(x,y,z)=614,6137,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=614,6145,0.. +../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:234 Positions(x,y,z)=615,6152,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=616,6160,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=617,6167,0.. +../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:234 Positions(x,y,z)=617,6175,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=618,6182,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=619,6190,0.. +../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:234 Positions(x,y,z)=620,6197,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=620,6205,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=621,6212,0.. +../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:234 Positions(x,y,z)=622,6220,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=623,6227,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=623,6235,0.. +../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:234 Positions(x,y,z)=624,6242,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=625,6250,0.. +../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:234 Positions(x,y,z)=626,6257,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=626,6265,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=627,6272,0.. +../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:234 Positions(x,y,z)=628,6280,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=629,6287,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=629,6295,0.. +../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:234 Positions(x,y,z)=630,6302,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=631,6310,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=632,6317,0.. +../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:234 Positions(x,y,z)=632,6325,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=633,6332,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=634,6340,0.. +../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:234 Positions(x,y,z)=635,6347,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=635,6355,0.. +../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:234 Positions(x,y,z)=636,6362,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=637,6370,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=638,6377,0.. +../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:234 Positions(x,y,z)=638,6385,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=639,6392,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=640,6400,0.. +../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:234 Positions(x,y,z)=641,6407,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=641,6415,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=642,6422,0.. +../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:234 Positions(x,y,z)=643,6430,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=644,6437,0.. +../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:234 Positions(x,y,z)=644,6445,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=645,6452,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=646,6460,0.. +../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:234 Positions(x,y,z)=647,6467,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=647,6475,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=648,6482,0.. +../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:234 Positions(x,y,z)=649,6490,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=650,6497,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=650,6505,0.. +../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:234 Positions(x,y,z)=651,6512,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=652,6520,0.. +../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:234 Positions(x,y,z)=653,6527,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=653,6535,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=654,6542,0.. +../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:234 Positions(x,y,z)=655,6550,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=656,6557,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=656,6565,0.. +../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:234 Positions(x,y,z)=657,6572,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=658,6580,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=659,6587,0.. +../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:234 Positions(x,y,z)=659,6595,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=660,6602,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=661,6610,0.. +../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:234 Positions(x,y,z)=662,6617,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=662,6625,0.. +../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:234 Positions(x,y,z)=663,6632,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=664,6640,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=665,6647,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=643,6430,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=644,6437,0.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=665,6655,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=666,6662,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=667,6670,0.. +../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:234 Positions(x,y,z)=668,6677,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=668,6685,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=669,6692,0.. +../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:234 Positions(x,y,z)=670,6700,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=671,6707,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=671,6715,0.. +../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:234 Positions(x,y,z)=672,6722,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=673,6730,0.. +../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:234 Positions(x,y,z)=674,6737,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=674,6745,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=675,6752,0.. +../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:234 Positions(x,y,z)=676,6760,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=677,6767,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=677,6775,0.. +../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:234 Positions(x,y,z)=678,6782,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=679,6790,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=680,6797,0.. +../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:234 Positions(x,y,z)=680,6805,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=681,6812,0.. +../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:234 Positions(x,y,z)=682,6820,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=683,6827,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=683,6835,0.. +../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:234 Positions(x,y,z)=684,6842,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=685,6850,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=686,6857,0.. +../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:234 Positions(x,y,z)=686,6865,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=687,6872,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=688,6880,0.. +../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:234 Positions(x,y,z)=689,6887,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=689,6895,0.. +../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:234 Positions(x,y,z)=690,6902,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=691,6910,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=692,6917,0.. +../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:234 Positions(x,y,z)=692,6925,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=693,6932,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=694,6940,0.. +../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:234 Positions(x,y,z)=695,6947,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=695,6955,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=696,6962,0.. +../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:234 Positions(x,y,z)=697,6970,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=698,6977,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=698,6985,0.. +../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:234 Positions(x,y,z)=699,6992,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=700,7000,0.. +../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:234 Positions(x,y,z)=701,7007,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=701,7015,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=702,7022,0.. +../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:234 Positions(x,y,z)=703,7030,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=704,7037,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=704,7045,0.. +../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:234 Positions(x,y,z)=705,7052,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=706,7060,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=707,7067,0.. +../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:234 Positions(x,y,z)=707,7075,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=708,7082,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=709,7090,0.. +../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:234 Positions(x,y,z)=710,7097,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=710,7105,0.. +../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:234 Positions(x,y,z)=711,7112,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=712,7120,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=713,7127,0.. +../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:234 Positions(x,y,z)=713,7135,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=714,7142,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=715,7150,0.. +../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:234 Positions(x,y,z)=716,7157,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=716,7165,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=717,7172,0.. +../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:234 Positions(x,y,z)=718,7180,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=719,7187,0.. +../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:234 Positions(x,y,z)=719,7195,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=720,7202,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=721,7210,0.. +../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:234 Positions(x,y,z)=722,7217,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=722,7225,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=723,7232,0.. +../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:234 Positions(x,y,z)=724,7240,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=725,7247,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=725,7255,0.. +../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:234 Positions(x,y,z)=726,7262,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=727,7270,0.. +../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:234 Positions(x,y,z)=728,7277,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=728,7285,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=729,7292,0.. +../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:234 Positions(x,y,z)=730,7300,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=731,7307,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=731,7315,0.. +../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:234 Positions(x,y,z)=732,7322,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=733,7330,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=734,7337,0.. +../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:234 Positions(x,y,z)=734,7345,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=735,7352,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=736,7360,0.. +../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:234 Positions(x,y,z)=737,7367,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=737,7375,0.. +../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:234 Positions(x,y,z)=738,7382,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=739,7390,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=740,7397,0.. +../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:234 Positions(x,y,z)=740,7405,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=741,7412,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=742,7420,0.. +../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:234 Positions(x,y,z)=743,7427,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=743,7435,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=744,7442,0.. +../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:234 Positions(x,y,z)=745,7450,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=746,7457,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=746,7465,0.. +../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:234 Positions(x,y,z)=747,7472,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=748,7480,0.. +../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:234 Positions(x,y,z)=749,7487,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=749,7495,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=750,7502,0.. +../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:234 Positions(x,y,z)=751,7510,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=752,7517,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=752,7525,0.. +../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:234 Positions(x,y,z)=753,7532,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=754,7540,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=755,7547,0.. +../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:234 Positions(x,y,z)=755,7555,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=756,7562,0.. +../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:234 Positions(x,y,z)=757,7570,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=758,7577,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=758,7585,0.. +../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:234 Positions(x,y,z)=759,7592,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=760,7600,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=761,7607,0.. +../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:234 Positions(x,y,z)=761,7615,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=762,7622,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=763,7630,0.. +../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:234 Positions(x,y,z)=764,7637,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=764,7645,0.. +../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:234 Positions(x,y,z)=765,7652,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=766,7660,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=767,7667,0.. +../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:234 Positions(x,y,z)=767,7675,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=768,7682,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=769,7690,0.. +../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:234 Positions(x,y,z)=770,7697,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=770,7705,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=771,7712,0.. +../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:234 Positions(x,y,z)=772,7720,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=773,7727,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=773,7735,0.. +../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:234 Positions(x,y,z)=774,7742,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=775,7750,0.. +../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:234 Positions(x,y,z)=776,7757,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=776,7765,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=777,7772,0.. +../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:234 Positions(x,y,z)=778,7780,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=779,7787,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=779,7795,0.. +../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:234 Positions(x,y,z)=780,7802,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=781,7810,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=782,7817,0.. +../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:234 Positions(x,y,z)=782,7825,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=783,7832,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=784,7840,0.. +../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:234 Positions(x,y,z)=785,7847,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=785,7855,0.. +../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:234 Positions(x,y,z)=786,7862,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=787,7870,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=788,7877,0.. +../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:234 Positions(x,y,z)=788,7885,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=789,7892,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=790,7900,0.. +../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:234 Positions(x,y,z)=791,7907,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=791,7915,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=792,7922,0.. +../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:234 Positions(x,y,z)=793,7930,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=794,7937,0.. +../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:234 Positions(x,y,z)=794,7945,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=795,7952,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=796,7960,0.. +../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:234 Positions(x,y,z)=797,7967,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=797,7975,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=798,7982,0.. +../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:234 Positions(x,y,z)=799,7990,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=800,7997,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=800,8005,0.. +../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:234 Positions(x,y,z)=801,8012,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=802,8020,0.. +../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:234 Positions(x,y,z)=803,8027,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=803,8035,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=804,8042,0.. +../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:234 Positions(x,y,z)=805,8050,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=806,8057,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=806,8065,0.. +../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:234 Positions(x,y,z)=807,8072,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=808,8080,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=809,8087,0.. +../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:234 Positions(x,y,z)=809,8095,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=810,8102,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=811,8110,0.. +../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:234 Positions(x,y,z)=812,8117,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=812,8125,0.. +../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:234 Positions(x,y,z)=813,8132,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=814,8140,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=815,8147,0.. +../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:234 Positions(x,y,z)=815,8155,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=816,8162,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=817,8170,0.. +../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:234 Positions(x,y,z)=818,8177,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=818,8185,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=819,8192,0.. +../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:234 Positions(x,y,z)=820,8200,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=821,8207,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=821,8215,0.. +../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:234 Positions(x,y,z)=822,8222,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=823,8230,0.. +../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:234 Positions(x,y,z)=824,8237,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=824,8245,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=825,8252,0.. +../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:234 Positions(x,y,z)=826,8260,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=827,8267,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=827,8275,0.. +../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:234 Positions(x,y,z)=828,8282,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=829,8290,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=830,8297,0.. +../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:234 Positions(x,y,z)=830,8305,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=831,8312,0.. +../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:234 Positions(x,y,z)=832,8320,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=833,8327,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=833,8335,0.. +../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:234 Positions(x,y,z)=834,8342,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=835,8350,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=836,8357,0.. +../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:234 Positions(x,y,z)=836,8365,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=837,8372,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=838,8380,0.. +../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:234 Positions(x,y,z)=839,8387,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=839,8395,0.. +../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:234 Positions(x,y,z)=840,8402,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=841,8410,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=842,8417,0.. +../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:234 Positions(x,y,z)=842,8425,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=843,8432,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=844,8440,0.. +../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:234 Positions(x,y,z)=845,8447,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=845,8455,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=846,8462,0.. +../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:234 Positions(x,y,z)=847,8470,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=848,8477,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=848,8485,0.. +../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:234 Positions(x,y,z)=849,8492,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=850,8500,0.. +../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:234 Positions(x,y,z)=851,8507,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=851,8515,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=852,8522,0.. +../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:234 Positions(x,y,z)=853,8530,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=854,8537,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=854,8545,0.. +../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:234 Positions(x,y,z)=855,8552,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=856,8560,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=857,8567,0.. +../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:234 Positions(x,y,z)=857,8575,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=858,8582,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=859,8590,0.. +../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:234 Positions(x,y,z)=860,8597,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=860,8605,0.. +../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:234 Positions(x,y,z)=861,8612,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=862,8620,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=863,8627,0.. +../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:234 Positions(x,y,z)=863,8635,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=864,8642,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=865,8650,0.. +../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:234 Positions(x,y,z)=866,8657,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=866,8665,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=867,8672,0.. +../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:234 Positions(x,y,z)=868,8680,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=869,8687,0.. +../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:234 Positions(x,y,z)=869,8695,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=870,8702,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=871,8710,0.. +../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:234 Positions(x,y,z)=872,8717,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=872,8725,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=873,8732,0.. +../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:234 Positions(x,y,z)=874,8740,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=875,8747,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=875,8755,0.. +../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:234 Positions(x,y,z)=876,8762,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=877,8770,0.. +../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:234 Positions(x,y,z)=878,8777,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=878,8785,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=879,8792,0.. +../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:234 Positions(x,y,z)=880,8800,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=881,8807,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=881,8815,0.. +../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:234 Positions(x,y,z)=882,8822,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=883,8830,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=884,8837,0.. +../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:234 Positions(x,y,z)=884,8845,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=885,8852,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=886,8860,0.. +../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:234 Positions(x,y,z)=887,8867,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=887,8875,0.. +../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:234 Positions(x,y,z)=888,8882,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=889,8890,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=890,8897,0.. +../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:234 Positions(x,y,z)=890,8905,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=891,8912,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=892,8920,0.. +../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:234 Positions(x,y,z)=893,8927,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=893,8935,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=894,8942,0.. +../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:234 Positions(x,y,z)=895,8950,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=896,8957,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=896,8965,0.. +../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:234 Positions(x,y,z)=897,8972,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=898,8980,0.. +../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:234 Positions(x,y,z)=899,8987,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=899,8995,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=900,9002,0.. +../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:234 Positions(x,y,z)=901,9010,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=902,9017,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=902,9025,0.. +../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:234 Positions(x,y,z)=903,9032,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=904,9040,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=905,9047,0.. +../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:234 Positions(x,y,z)=905,9055,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=906,9062,0.. +../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:234 Positions(x,y,z)=907,9070,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=908,9077,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=908,9085,0.. +../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:234 Positions(x,y,z)=909,9092,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=910,9100,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=911,9107,0.. +../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:234 Positions(x,y,z)=911,9115,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=912,9122,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=913,9130,0.. +../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:234 Positions(x,y,z)=914,9137,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=914,9145,0.. +../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:234 Positions(x,y,z)=915,9152,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=916,9160,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=917,9167,0.. +../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:234 Positions(x,y,z)=917,9175,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=918,9182,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=919,9190,0.. +../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:234 Positions(x,y,z)=920,9197,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=920,9205,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=921,9212,0.. +../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:234 Positions(x,y,z)=922,9220,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=923,9227,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=923,9235,0.. +../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:234 Positions(x,y,z)=924,9242,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=925,9250,0.. +../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:234 Positions(x,y,z)=926,9257,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=926,9265,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=927,9272,0.. +../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:234 Positions(x,y,z)=928,9280,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=929,9287,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=929,9295,0.. +../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:234 Positions(x,y,z)=930,9302,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=931,9310,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=932,9317,0.. +../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:234 Positions(x,y,z)=932,9325,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=933,9332,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=934,9340,0.. +../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:234 Positions(x,y,z)=935,9347,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=935,9355,0.. +../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:234 Positions(x,y,z)=936,9362,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=937,9370,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=938,9377,0.. +../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:234 Positions(x,y,z)=938,9385,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=939,9392,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=940,9400,0.. +../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:234 Positions(x,y,z)=941,9407,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=941,9415,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=942,9422,0.. +../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:234 Positions(x,y,z)=943,9430,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=944,9437,0.. +../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:234 Positions(x,y,z)=944,9445,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=945,9452,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=946,9460,0.. +../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:234 Positions(x,y,z)=947,9467,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=947,9475,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=948,9482,0.. +../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:234 Positions(x,y,z)=949,9490,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=950,9497,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=950,9505,0.. +../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:234 Positions(x,y,z)=951,9512,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=952,9520,0.. +../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:234 Positions(x,y,z)=953,9527,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=953,9535,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=954,9542,0.. +../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:234 Positions(x,y,z)=955,9550,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=956,9557,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=956,9565,0.. +../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:234 Positions(x,y,z)=957,9572,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=958,9580,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=959,9587,0.. +../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:234 Positions(x,y,z)=959,9595,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=960,9602,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=961,9610,0.. +../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:234 Positions(x,y,z)=962,9617,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=962,9625,0.. +../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:234 Positions(x,y,z)=963,9632,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=964,9640,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=965,9647,0.. +../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:234 Positions(x,y,z)=965,9655,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=966,9662,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=967,9670,0.. +../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:234 Positions(x,y,z)=968,9677,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=968,9685,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=969,9692,0.. +../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:234 Positions(x,y,z)=970,9700,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=971,9707,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=971,9715,0.. +../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:234 Positions(x,y,z)=972,9722,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=973,9730,0.. +../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:234 Positions(x,y,z)=974,9737,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=974,9745,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=975,9752,0.. +../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:234 Positions(x,y,z)=976,9760,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=977,9767,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=977,9775,0.. +../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:234 Positions(x,y,z)=978,9782,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=979,9790,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=980,9797,0.. +../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:234 Positions(x,y,z)=980,9805,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=981,9812,0.. +../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:234 Positions(x,y,z)=982,9820,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=983,9827,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=983,9835,0.. +../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:234 Positions(x,y,z)=984,9842,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=985,9850,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=986,9857,0.. +../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:234 Positions(x,y,z)=986,9865,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=987,9872,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=988,9880,0.. +../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:234 Positions(x,y,z)=989,9887,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=989,9895,0.. +../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:234 Positions(x,y,z)=990,9902,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=991,9910,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=992,9917,0.. +../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:234 Positions(x,y,z)=992,9925,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=993,9932,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=994,9940,0.. +../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:234 Positions(x,y,z)=995,9947,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=995,9955,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=996,9962,0.. +../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:234 Positions(x,y,z)=997,9970,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=998,9977,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=998,9985,0.. +../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:234 Positions(x,y,z)=999,9992,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1000,10000,0.. +../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:234 Positions(x,y,z)=1001,10007,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1001,10015,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1002,10022,0.. +../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:234 Positions(x,y,z)=1003,10030,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1004,10037,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1004,10045,0.. +../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:234 Positions(x,y,z)=1005,10052,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1006,10060,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1007,10067,0.. +../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:234 Positions(x,y,z)=1007,10075,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1008,10082,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1009,10090,0.. +../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:234 Positions(x,y,z)=1010,10097,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1010,10105,0.. +../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:234 Positions(x,y,z)=1011,10112,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1012,10120,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1013,10127,0.. +../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:234 Positions(x,y,z)=1013,10135,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1014,10142,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1015,10150,0.. +../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:234 Positions(x,y,z)=1016,10157,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1016,10165,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1017,10172,0.. +../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:234 Positions(x,y,z)=1018,10180,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1019,10187,0.. +../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:234 Positions(x,y,z)=1019,10195,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1020,10202,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1021,10210,0.. +../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:234 Positions(x,y,z)=1022,10217,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1022,10225,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1023,10232,0.. +../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:234 Positions(x,y,z)=1024,10240,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1025,10247,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1025,10255,0.. +../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:234 Positions(x,y,z)=1026,10262,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1027,10270,0.. +../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:234 Positions(x,y,z)=1028,10277,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1028,10285,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1029,10292,0.. +../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:234 Positions(x,y,z)=1030,10300,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1031,10307,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1031,10315,0.. +../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:234 Positions(x,y,z)=1032,10322,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1033,10330,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1034,10337,0.. +../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:234 Positions(x,y,z)=1034,10345,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1035,10352,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1036,10360,0.. +../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:234 Positions(x,y,z)=1037,10367,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1037,10375,0.. +../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:234 Positions(x,y,z)=1038,10382,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1039,10390,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1040,10397,0.. +../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:234 Positions(x,y,z)=1040,10405,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1041,10412,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1042,10420,0.. +../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:234 Positions(x,y,z)=1043,10427,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1043,10435,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1044,10442,0.. +../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:234 Positions(x,y,z)=1045,10450,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1046,10457,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1046,10465,0.. +../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:234 Positions(x,y,z)=1047,10472,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1048,10480,0.. +../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:234 Positions(x,y,z)=1049,10487,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1049,10495,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1050,10502,0.. +../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:234 Positions(x,y,z)=1051,10510,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1052,10517,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1052,10525,0.. +../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:234 Positions(x,y,z)=1053,10532,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1054,10540,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1055,10547,0.. +../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:234 Positions(x,y,z)=1055,10555,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1056,10562,0.. +../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:234 Positions(x,y,z)=1057,10570,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1058,10577,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1058,10585,0.. +../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:234 Positions(x,y,z)=1059,10592,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1060,10600,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1061,10607,0.. +../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:234 Positions(x,y,z)=1061,10615,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1062,10622,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1063,10630,0.. +../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:234 Positions(x,y,z)=1064,10637,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1064,10645,0.. +../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:234 Positions(x,y,z)=1065,10652,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1066,10660,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1067,10667,0.. +../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:234 Positions(x,y,z)=1067,10675,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1068,10682,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1069,10690,0.. +../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:234 Positions(x,y,z)=1070,10697,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1070,10705,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1071,10712,0.. +../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:234 Positions(x,y,z)=1072,10720,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1073,10727,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1073,10735,0.. +../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:234 Positions(x,y,z)=1074,10742,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1075,10750,0.. +../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:234 Positions(x,y,z)=1076,10757,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1076,10765,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1077,10772,0.. +../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:234 Positions(x,y,z)=1078,10780,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1079,10787,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1079,10795,0.. +../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:234 Positions(x,y,z)=1080,10802,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1081,10810,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1082,10817,0.. +../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:234 Positions(x,y,z)=1082,10825,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1083,10832,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1084,10840,0.. +../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:234 Positions(x,y,z)=1085,10847,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1085,10855,0.. +../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:234 Positions(x,y,z)=1086,10862,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1087,10870,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1088,10877,0.. +../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:234 Positions(x,y,z)=1088,10885,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1089,10892,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1090,10900,0.. +../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:234 Positions(x,y,z)=1091,10907,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1091,10915,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1092,10922,0.. +../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:234 Positions(x,y,z)=1093,10930,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1094,10937,0.. +../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:234 Positions(x,y,z)=1094,10945,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1095,10952,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1096,10960,0.. +../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:234 Positions(x,y,z)=1097,10967,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1097,10975,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1098,10982,0.. +../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:234 Positions(x,y,z)=1099,10990,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1100,10997,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1100,11005,0.. +../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:234 Positions(x,y,z)=1101,11012,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1102,11020,0.. +../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:234 Positions(x,y,z)=1103,11027,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1103,11035,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1104,11042,0.. +../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:234 Positions(x,y,z)=1105,11050,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1106,11057,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1106,11065,0.. +../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:234 Positions(x,y,z)=1107,11072,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1108,11080,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1109,11087,0.. +../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:234 Positions(x,y,z)=1109,11095,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1110,11102,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1111,11110,0.. +../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:234 Positions(x,y,z)=1112,11117,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1112,11125,0.. +../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:234 Positions(x,y,z)=1113,11132,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1114,11140,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1115,11147,0.. +../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:234 Positions(x,y,z)=1115,11155,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1116,11162,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1117,11170,0.. +../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:234 Positions(x,y,z)=1118,11177,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1118,11185,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1119,11192,0.. +../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:234 Positions(x,y,z)=1120,11200,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1121,11207,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1121,11215,0.. +../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:234 Positions(x,y,z)=1122,11222,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1123,11230,0.. +../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:234 Positions(x,y,z)=1124,11237,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1124,11245,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1125,11252,0.. +../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:234 Positions(x,y,z)=1126,11260,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1127,11267,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1127,11275,0.. +../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:234 Positions(x,y,z)=1128,11282,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1129,11290,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1130,11297,0.. +../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:234 Positions(x,y,z)=1130,11305,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1131,11312,0.. +../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:234 Positions(x,y,z)=1132,11320,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1133,11327,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1133,11335,0.. +../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:234 Positions(x,y,z)=1134,11342,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1135,11350,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1136,11357,0.. +../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:234 Positions(x,y,z)=1136,11365,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1137,11372,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1138,11380,0.. +../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:234 Positions(x,y,z)=1139,11387,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1139,11395,0.. +../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:234 Positions(x,y,z)=1140,11402,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1141,11410,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1142,11417,0.. +../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:234 Positions(x,y,z)=1142,11425,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1143,11432,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1144,11440,0.. +../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:234 Positions(x,y,z)=1145,11447,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1145,11455,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1146,11462,0.. +../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:234 Positions(x,y,z)=1147,11470,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1148,11477,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1148,11485,0.. +../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:234 Positions(x,y,z)=1149,11492,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1150,11500,0.. +../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:234 Positions(x,y,z)=1151,11507,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1151,11515,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1152,11522,0.. +../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:234 Positions(x,y,z)=1153,11530,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1154,11537,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1154,11545,0.. +../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:234 Positions(x,y,z)=1155,11552,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1156,11560,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1157,11567,0.. +../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:234 Positions(x,y,z)=1157,11575,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1158,11582,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1159,11590,0.. +../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:234 Positions(x,y,z)=1160,11597,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1160,11605,0.. +../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:234 Positions(x,y,z)=1161,11612,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1162,11620,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1163,11627,0.. +../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:234 Positions(x,y,z)=1163,11635,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1164,11642,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1165,11650,0.. +../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:234 Positions(x,y,z)=1166,11657,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1166,11665,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1167,11672,0.. +../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:234 Positions(x,y,z)=1168,11680,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1169,11687,0.. +../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:234 Positions(x,y,z)=1169,11695,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1170,11702,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1171,11710,0.. +../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:234 Positions(x,y,z)=1172,11717,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1172,11725,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1173,11732,0.. +../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:234 Positions(x,y,z)=1174,11740,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1175,11747,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1175,11755,0.. +../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:234 Positions(x,y,z)=1176,11762,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1177,11770,0.. +../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:234 Positions(x,y,z)=1178,11777,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1178,11785,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1179,11792,0.. +../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:234 Positions(x,y,z)=1180,11800,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1181,11807,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1181,11815,0.. +../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:234 Positions(x,y,z)=1182,11822,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1183,11830,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1184,11837,0.. +../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:234 Positions(x,y,z)=1184,11845,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1185,11852,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1186,11860,0.. +../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:234 Positions(x,y,z)=1187,11867,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1187,11875,0.. +../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:234 Positions(x,y,z)=1188,11882,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1189,11890,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1190,11897,0.. +../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:234 Positions(x,y,z)=1190,11905,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1191,11912,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1192,11920,0.. +../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:234 Positions(x,y,z)=1193,11927,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1193,11935,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1194,11942,0.. +../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:234 Positions(x,y,z)=1195,11950,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1196,11957,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1196,11965,0.. +../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:234 Positions(x,y,z)=1197,11972,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1198,11980,0.. +../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:234 Positions(x,y,z)=1199,11987,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1199,11995,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1200,12002,0.. +../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:234 Positions(x,y,z)=1201,12010,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1202,12017,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1202,12025,0.. +../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:234 Positions(x,y,z)=1203,12032,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1204,12040,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1205,12047,0.. +../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:234 Positions(x,y,z)=1205,12055,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1206,12062,0.. +../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:234 Positions(x,y,z)=1207,12070,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1208,12077,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1208,12085,0.. +../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:234 Positions(x,y,z)=1209,12092,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1210,12100,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1211,12107,0.. +../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:234 Positions(x,y,z)=1211,12115,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1212,12122,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1213,12130,0.. +../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:234 Positions(x,y,z)=1214,12137,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1214,12145,0.. +../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:234 Positions(x,y,z)=1215,12152,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1216,12160,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1217,12167,0.. +../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:234 Positions(x,y,z)=1217,12175,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1218,12182,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1219,12190,0.. +../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:234 Positions(x,y,z)=1220,12197,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1220,12205,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1221,12212,0.. +../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:234 Positions(x,y,z)=1222,12220,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1223,12227,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1223,12235,0.. +../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:234 Positions(x,y,z)=1224,12242,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1225,12250,0.. +../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:234 Positions(x,y,z)=1226,12257,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1226,12265,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1227,12272,0.. +../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:234 Positions(x,y,z)=1228,12280,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1229,12287,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1229,12295,0.. +../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:234 Positions(x,y,z)=1230,12302,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1231,12310,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1232,12317,0.. +../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:234 Positions(x,y,z)=1232,12325,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1233,12332,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1234,12340,0.. +../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:234 Positions(x,y,z)=1235,12347,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1235,12355,0.. +../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:234 Positions(x,y,z)=1236,12362,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1237,12370,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1238,12377,0.. +../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:234 Positions(x,y,z)=1238,12385,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1239,12392,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1240,12400,0.. +../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:234 Positions(x,y,z)=1241,12407,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1241,12415,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1242,12422,0.. +../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:234 Positions(x,y,z)=1243,12430,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1244,12437,0.. +../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:234 Positions(x,y,z)=1244,12445,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1245,12452,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1246,12460,0.. +../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:234 Positions(x,y,z)=1247,12467,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1247,12475,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1248,12482,0.. +../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:234 Positions(x,y,z)=1249,12490,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1250,12497,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1250,12505,0.. +../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:234 Positions(x,y,z)=1251,12512,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1252,12520,0.. +../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:234 Positions(x,y,z)=1253,12527,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1253,12535,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1254,12542,0.. +../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:234 Positions(x,y,z)=1255,12550,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1256,12557,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1256,12565,0.. +../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:234 Positions(x,y,z)=1257,12572,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1258,12580,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1259,12587,0.. +../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:234 Positions(x,y,z)=1259,12595,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1260,12602,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1261,12610,0.. +../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:234 Positions(x,y,z)=1262,12617,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1262,12625,0.. +../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:234 Positions(x,y,z)=1263,12632,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1264,12640,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1265,12647,0.. +../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:234 Positions(x,y,z)=1265,12655,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1266,12662,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1267,12670,0.. +../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:234 Positions(x,y,z)=1268,12677,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1268,12685,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1269,12692,0.. +../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:234 Positions(x,y,z)=1270,12700,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1271,12707,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1271,12715,0.. +../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:234 Positions(x,y,z)=1272,12722,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1273,12730,0.. +../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:234 Positions(x,y,z)=1274,12737,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1274,12745,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1275,12752,0.. +../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:234 Positions(x,y,z)=1276,12760,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1277,12767,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1277,12775,0.. +../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:234 Positions(x,y,z)=1278,12782,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1279,12790,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1280,12797,0.. +../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:234 Positions(x,y,z)=1280,12805,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1281,12812,0.. +../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:234 Positions(x,y,z)=1282,12820,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1283,12827,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1283,12835,0.. +../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:234 Positions(x,y,z)=1284,12842,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1285,12850,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1286,12857,0.. +../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:234 Positions(x,y,z)=1286,12865,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1287,12872,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1288,12880,0.. +../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:234 Positions(x,y,z)=1289,12887,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1289,12895,0.. +../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:234 Positions(x,y,z)=1290,12902,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1291,12910,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1292,12917,0.. +../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:234 Positions(x,y,z)=1292,12925,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1293,12932,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1294,12940,0.. +../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:234 Positions(x,y,z)=1295,12947,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1295,12955,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1296,12962,0.. +../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:234 Positions(x,y,z)=1297,12970,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1298,12977,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1298,12985,0.. +../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:234 Positions(x,y,z)=1299,12992,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1300,13000,0.. +../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:234 Positions(x,y,z)=1301,13007,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1301,13015,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1302,13022,0.. +../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:234 Positions(x,y,z)=1303,13030,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1304,13037,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1304,13045,0.. +../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:234 Positions(x,y,z)=1305,13052,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1306,13060,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1307,13067,0.. +../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:234 Positions(x,y,z)=1307,13075,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1308,13082,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1309,13090,0.. +../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:234 Positions(x,y,z)=1310,13097,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1310,13105,0.. +../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:234 Positions(x,y,z)=1311,13112,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1312,13120,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1313,13127,0.. +../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:234 Positions(x,y,z)=1313,13135,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1314,13142,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1315,13150,0.. +../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:234 Positions(x,y,z)=1316,13157,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1316,13165,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1317,13172,0.. +../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:234 Positions(x,y,z)=1318,13180,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1319,13187,0.. +../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:234 Positions(x,y,z)=1319,13195,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1320,13202,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1321,13210,0.. +../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:234 Positions(x,y,z)=1322,13217,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1322,13225,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1323,13232,0.. +../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:234 Positions(x,y,z)=1324,13240,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1325,13247,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1325,13255,0.. +../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:234 Positions(x,y,z)=1326,13262,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1327,13270,0.. +../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:234 Positions(x,y,z)=1328,13277,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1328,13285,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1329,13292,0.. +../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:234 Positions(x,y,z)=1330,13300,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1331,13307,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1331,13315,0.. +../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:234 Positions(x,y,z)=1332,13322,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1333,13330,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1334,13337,0.. +../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:234 Positions(x,y,z)=1334,13345,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1335,13352,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1336,13360,0.. +../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:234 Positions(x,y,z)=1337,13367,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1337,13375,0.. +../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:234 Positions(x,y,z)=1338,13382,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1339,13390,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1340,13397,0.. +../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:234 Positions(x,y,z)=1340,13405,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1341,13412,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1342,13420,0.. +../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:234 Positions(x,y,z)=1343,13427,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1343,13435,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1344,13442,0.. +../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:234 Positions(x,y,z)=1345,13450,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1346,13457,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1346,13465,0.. +../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:234 Positions(x,y,z)=1347,13472,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1348,13480,0.. +../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:234 Positions(x,y,z)=1349,13487,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1349,13495,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1350,13502,0.. +../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:234 Positions(x,y,z)=1351,13510,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1352,13517,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1352,13525,0.. +../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:234 Positions(x,y,z)=1353,13532,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1354,13540,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1355,13547,0.. +../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:234 Positions(x,y,z)=1355,13555,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1356,13562,0.. +../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:234 Positions(x,y,z)=1357,13570,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1358,13577,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1358,13585,0.. +../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:234 Positions(x,y,z)=1359,13592,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1360,13600,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1361,13607,0.. +../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:234 Positions(x,y,z)=1361,13615,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1362,13622,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1363,13630,0.. +../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:234 Positions(x,y,z)=1364,13637,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1364,13645,0.. +../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:234 Positions(x,y,z)=1365,13652,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1366,13660,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1367,13667,0.. +../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:234 Positions(x,y,z)=1367,13675,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1368,13682,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1369,13690,0.. +../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:234 Positions(x,y,z)=1370,13697,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1370,13705,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1371,13712,0.. +../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:234 Positions(x,y,z)=1372,13720,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1373,13727,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1373,13735,0.. +../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:234 Positions(x,y,z)=1374,13742,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1375,13750,0.. +../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:234 Positions(x,y,z)=1376,13757,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1376,13765,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1377,13772,0.. +../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:234 Positions(x,y,z)=1378,13780,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1379,13787,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1379,13795,0.. +../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:234 Positions(x,y,z)=1380,13802,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1381,13810,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1382,13817,0.. +../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:234 Positions(x,y,z)=1382,13825,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1383,13832,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1384,13840,0.. +../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:234 Positions(x,y,z)=1385,13847,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1385,13855,0.. +../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:234 Positions(x,y,z)=1386,13862,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1387,13870,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1388,13877,0.. +../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:234 Positions(x,y,z)=1388,13885,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1389,13892,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1390,13900,0.. +../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:234 Positions(x,y,z)=1391,13907,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1391,13915,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1392,13922,0.. +../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:234 Positions(x,y,z)=1393,13930,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1394,13937,0.. +../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:234 Positions(x,y,z)=1394,13945,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1395,13952,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1396,13960,0.. +../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:234 Positions(x,y,z)=1397,13967,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1397,13975,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1398,13982,0.. +../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:234 Positions(x,y,z)=1399,13990,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1400,13997,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1400,14005,0.. +../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.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1401,14012,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1402,14020,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1380,13802,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1381,13810,0.. +../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:234 Positions(x,y,z)=1403,14027,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1403,14035,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1404,14042,0.. +../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:234 Positions(x,y,z)=1405,14050,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1406,14057,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1406,14065,0.. +../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:234 Positions(x,y,z)=1407,14072,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1408,14080,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1409,14087,0.. +../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:234 Positions(x,y,z)=1409,14095,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1410,14102,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1411,14110,0.. +../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:234 Positions(x,y,z)=1412,14117,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1412,14125,0.. +../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:234 Positions(x,y,z)=1413,14132,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1414,14140,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1415,14147,0.. +../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:234 Positions(x,y,z)=1415,14155,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1416,14162,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1417,14170,0.. +../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:234 Positions(x,y,z)=1418,14177,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1418,14185,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1419,14192,0.. +../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:234 Positions(x,y,z)=1420,14200,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1421,14207,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1421,14215,0.. +../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:234 Positions(x,y,z)=1422,14222,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1423,14230,0.. +../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:234 Positions(x,y,z)=1424,14237,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1424,14245,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1425,14252,0.. +../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:234 Positions(x,y,z)=1426,14260,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1427,14267,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1427,14275,0.. +../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:234 Positions(x,y,z)=1428,14282,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1429,14290,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1430,14297,0.. +../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:234 Positions(x,y,z)=1430,14305,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1431,14312,0.. +../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:234 Positions(x,y,z)=1432,14320,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1433,14327,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1433,14335,0.. +../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:234 Positions(x,y,z)=1434,14342,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1435,14350,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1436,14357,0.. +../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:234 Positions(x,y,z)=1436,14365,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1437,14372,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1438,14380,0.. +../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:234 Positions(x,y,z)=1439,14387,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1439,14395,0.. +../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:234 Positions(x,y,z)=1440,14402,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1441,14410,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1442,14417,0.. +../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:234 Positions(x,y,z)=1442,14425,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1443,14432,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1444,14440,0.. +../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:234 Positions(x,y,z)=1445,14447,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1445,14455,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1446,14462,0.. +../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:234 Positions(x,y,z)=1447,14470,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1448,14477,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1448,14485,0.. +../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:234 Positions(x,y,z)=1449,14492,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1450,14500,0.. +../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:234 Positions(x,y,z)=1451,14507,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1451,14515,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1452,14522,0.. +../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:234 Positions(x,y,z)=1453,14530,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1454,14537,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1454,14545,0.. +../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:234 Positions(x,y,z)=1455,14552,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1456,14560,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1457,14567,0.. +../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:234 Positions(x,y,z)=1457,14575,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1458,14582,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1459,14590,0.. +../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:234 Positions(x,y,z)=1460,14597,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1460,14605,0.. +../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:234 Positions(x,y,z)=1461,14612,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1462,14620,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1463,14627,0.. +../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:234 Positions(x,y,z)=1463,14635,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1464,14642,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1465,14650,0.. +../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:234 Positions(x,y,z)=1466,14657,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1466,14665,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1467,14672,0.. +../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:234 Positions(x,y,z)=1468,14680,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1469,14687,0.. +../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:234 Positions(x,y,z)=1469,14695,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1470,14702,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1471,14710,0.. +../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:234 Positions(x,y,z)=1472,14717,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1472,14725,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1473,14732,0.. +../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:234 Positions(x,y,z)=1474,14740,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1475,14747,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1475,14755,0.. +../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:234 Positions(x,y,z)=1476,14762,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1477,14770,0.. +../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:234 Positions(x,y,z)=1478,14777,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1478,14785,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1479,14792,0.. +../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:234 Positions(x,y,z)=1480,14800,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1481,14807,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1481,14815,0.. +../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:234 Positions(x,y,z)=1482,14822,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1483,14830,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1484,14837,0.. +../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:234 Positions(x,y,z)=1484,14845,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1485,14852,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1486,14860,0.. +../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:234 Positions(x,y,z)=1487,14867,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1487,14875,0.. +../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:234 Positions(x,y,z)=1488,14882,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1489,14890,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1490,14897,0.. +../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:234 Positions(x,y,z)=1490,14905,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1491,14912,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1492,14920,0.. +../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:234 Positions(x,y,z)=1493,14927,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1493,14935,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1494,14942,0.. +../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:234 Positions(x,y,z)=1495,14950,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1496,14957,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1496,14965,0.. +../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:234 Positions(x,y,z)=1497,14972,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1498,14980,0.. +../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:234 Positions(x,y,z)=1499,14987,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1499,14995,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1500,15002,0.. +../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:234 Positions(x,y,z)=1501,15010,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1502,15017,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1502,15025,0.. +../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:234 Positions(x,y,z)=1503,15032,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1504,15040,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1505,15047,0.. +../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:234 Positions(x,y,z)=1505,15055,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1506,15062,0.. +../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:234 Positions(x,y,z)=1507,15070,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1508,15077,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1508,15085,0.. +../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:234 Positions(x,y,z)=1509,15092,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1510,15100,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1511,15107,0.. +../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:234 Positions(x,y,z)=1511,15115,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1512,15122,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1513,15130,0.. +../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:234 Positions(x,y,z)=1514,15137,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1514,15145,0.. +../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:234 Positions(x,y,z)=1515,15152,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1516,15160,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1517,15167,0.. +../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:234 Positions(x,y,z)=1517,15175,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1518,15182,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1519,15190,0.. +../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:234 Positions(x,y,z)=1520,15197,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1520,15205,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1521,15212,0.. +../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:234 Positions(x,y,z)=1522,15220,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1523,15227,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1523,15235,0.. +../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:234 Positions(x,y,z)=1524,15242,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1525,15250,0.. +../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:234 Positions(x,y,z)=1526,15257,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1526,15265,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1527,15272,0.. +../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:234 Positions(x,y,z)=1528,15280,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1529,15287,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1529,15295,0.. +../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:234 Positions(x,y,z)=1530,15302,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1531,15310,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1532,15317,0.. +../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:234 Positions(x,y,z)=1532,15325,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1533,15332,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1534,15340,0.. +../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:234 Positions(x,y,z)=1535,15347,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1535,15355,0.. +../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:234 Positions(x,y,z)=1536,15362,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1537,15370,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1538,15377,0.. +../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:234 Positions(x,y,z)=1538,15385,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1539,15392,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1540,15400,0.. +../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:234 Positions(x,y,z)=1541,15407,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1541,15415,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1542,15422,0.. +../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:234 Positions(x,y,z)=1543,15430,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1544,15437,0.. +../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:234 Positions(x,y,z)=1544,15445,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1545,15452,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1546,15460,0.. +../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:234 Positions(x,y,z)=1547,15467,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1547,15475,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1548,15482,0.. +../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:234 Positions(x,y,z)=1549,15490,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1550,15497,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1550,15505,0.. +../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:234 Positions(x,y,z)=1551,15512,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1552,15520,0.. +../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:234 Positions(x,y,z)=1553,15527,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1553,15535,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1554,15542,0.. +../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:234 Positions(x,y,z)=1555,15550,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1556,15557,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1556,15565,0.. +../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:234 Positions(x,y,z)=1557,15572,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1558,15580,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1559,15587,0.. +../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:234 Positions(x,y,z)=1559,15595,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1560,15602,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1561,15610,0.. +../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:234 Positions(x,y,z)=1562,15617,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1562,15625,0.. +../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:234 Positions(x,y,z)=1563,15632,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1564,15640,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1565,15647,0.. +../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:234 Positions(x,y,z)=1565,15655,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1566,15662,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1567,15670,0.. +../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:234 Positions(x,y,z)=1568,15677,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1568,15685,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1569,15692,0.. +../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:234 Positions(x,y,z)=1570,15700,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1571,15707,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1571,15715,0.. +../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:234 Positions(x,y,z)=1572,15722,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1573,15730,0.. +../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:234 Positions(x,y,z)=1574,15737,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1574,15745,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1575,15752,0.. +../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:234 Positions(x,y,z)=1576,15760,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1577,15767,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1577,15775,0.. +../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:234 Positions(x,y,z)=1578,15782,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1579,15790,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1580,15797,0.. +../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:234 Positions(x,y,z)=1580,15805,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1581,15812,0.. +../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:234 Positions(x,y,z)=1582,15820,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1583,15827,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1583,15835,0.. +../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:234 Positions(x,y,z)=1584,15842,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1585,15850,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1586,15857,0.. +../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:234 Positions(x,y,z)=1586,15865,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1587,15872,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1588,15880,0.. +../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:234 Positions(x,y,z)=1589,15887,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1589,15895,0.. +../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:234 Positions(x,y,z)=1590,15902,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1591,15910,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1592,15917,0.. +../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:234 Positions(x,y,z)=1592,15925,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1593,15932,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1594,15940,0.. +../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:234 Positions(x,y,z)=1595,15947,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1595,15955,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1596,15962,0.. +../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:234 Positions(x,y,z)=1597,15970,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1598,15977,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1598,15985,0.. +../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:234 Positions(x,y,z)=1599,15992,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1600,16000,0.. +../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:234 Positions(x,y,z)=1601,16007,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1601,16015,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1602,16022,0.. +../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:234 Positions(x,y,z)=1603,16030,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1604,16037,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1604,16045,0.. +../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:234 Positions(x,y,z)=1605,16052,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1606,16060,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1607,16067,0.. +../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:234 Positions(x,y,z)=1607,16075,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1608,16082,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1609,16090,0.. +../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:234 Positions(x,y,z)=1610,16097,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1610,16105,0.. +../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:234 Positions(x,y,z)=1611,16112,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1612,16120,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1613,16127,0.. +../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:234 Positions(x,y,z)=1613,16135,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1614,16142,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1615,16150,0.. +../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:234 Positions(x,y,z)=1616,16157,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1616,16165,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1617,16172,0.. +../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:234 Positions(x,y,z)=1618,16180,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1619,16187,0.. +../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:234 Positions(x,y,z)=1619,16195,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1620,16202,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1621,16210,0.. +../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:234 Positions(x,y,z)=1622,16217,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1622,16225,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1623,16232,0.. +../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:234 Positions(x,y,z)=1624,16240,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1625,16247,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1625,16255,0.. +../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:234 Positions(x,y,z)=1626,16262,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1627,16270,0.. +../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:234 Positions(x,y,z)=1628,16277,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1628,16285,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1629,16292,0.. +../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:234 Positions(x,y,z)=1630,16300,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1631,16307,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1631,16315,0.. +../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:234 Positions(x,y,z)=1632,16322,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1633,16330,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1634,16337,0.. +../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:234 Positions(x,y,z)=1634,16345,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1635,16352,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1636,16360,0.. +../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:234 Positions(x,y,z)=1637,16367,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1637,16375,0.. +../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:234 Positions(x,y,z)=1638,16382,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1639,16390,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1640,16397,0.. +../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:234 Positions(x,y,z)=1640,16405,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1641,16412,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1642,16420,0.. +../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:234 Positions(x,y,z)=1643,16427,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1643,16435,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1644,16442,0.. +../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:234 Positions(x,y,z)=1645,16450,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1646,16457,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1646,16465,0.. +../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:234 Positions(x,y,z)=1647,16472,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1648,16480,0.. +../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:234 Positions(x,y,z)=1649,16487,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1649,16495,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1650,16502,0.. +../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:234 Positions(x,y,z)=1651,16510,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1652,16517,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1652,16525,0.. +../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:234 Positions(x,y,z)=1653,16532,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1654,16540,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1655,16547,0.. +../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:234 Positions(x,y,z)=1655,16555,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1656,16562,0.. +../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:234 Positions(x,y,z)=1657,16570,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1658,16577,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1658,16585,0.. +../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:234 Positions(x,y,z)=1659,16592,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1660,16600,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1661,16607,0.. +../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:234 Positions(x,y,z)=1661,16615,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1662,16622,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1663,16630,0.. +../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:234 Positions(x,y,z)=1664,16637,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1664,16645,0.. +../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:234 Positions(x,y,z)=1665,16652,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1666,16660,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1667,16667,0.. +../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:234 Positions(x,y,z)=1667,16675,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1668,16682,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1669,16690,0.. +../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:234 Positions(x,y,z)=1670,16697,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1670,16705,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1671,16712,0.. +../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:234 Positions(x,y,z)=1672,16720,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1673,16727,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1673,16735,0.. +../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:234 Positions(x,y,z)=1674,16742,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1675,16750,0.. +../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:234 Positions(x,y,z)=1676,16757,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1676,16765,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1677,16772,0.. +../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:234 Positions(x,y,z)=1678,16780,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1679,16787,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1679,16795,0.. +../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:234 Positions(x,y,z)=1680,16802,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1681,16810,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1682,16817,0.. +../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:234 Positions(x,y,z)=1682,16825,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1683,16832,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1684,16840,0.. +../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:234 Positions(x,y,z)=1685,16847,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1685,16855,0.. +../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:234 Positions(x,y,z)=1686,16862,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1687,16870,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1688,16877,0.. +../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:234 Positions(x,y,z)=1688,16885,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1689,16892,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1690,16900,0.. +../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:234 Positions(x,y,z)=1691,16907,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1691,16915,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1692,16922,0.. +../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:234 Positions(x,y,z)=1693,16930,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1694,16937,0.. +../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:234 Positions(x,y,z)=1694,16945,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1695,16952,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1696,16960,0.. +../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:234 Positions(x,y,z)=1697,16967,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1697,16975,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1698,16982,0.. +../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:234 Positions(x,y,z)=1699,16990,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1700,16997,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1700,17005,0.. +../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:234 Positions(x,y,z)=1701,17012,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1702,17020,0.. +../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:234 Positions(x,y,z)=1703,17027,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1703,17035,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1704,17042,0.. +../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:234 Positions(x,y,z)=1705,17050,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1706,17057,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1706,17065,0.. +../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:234 Positions(x,y,z)=1707,17072,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1708,17080,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1709,17087,0.. +../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:234 Positions(x,y,z)=1709,17095,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1710,17102,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1711,17110,0.. +../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:234 Positions(x,y,z)=1712,17117,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1712,17125,0.. +../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:234 Positions(x,y,z)=1713,17132,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1714,17140,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1715,17147,0.. +../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:234 Positions(x,y,z)=1715,17155,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1716,17162,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1717,17170,0.. +../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:234 Positions(x,y,z)=1718,17177,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1718,17185,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1719,17192,0.. +../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:234 Positions(x,y,z)=1720,17200,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1721,17207,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1721,17215,0.. +../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:234 Positions(x,y,z)=1722,17222,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1723,17230,0.. +../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:234 Positions(x,y,z)=1724,17237,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1724,17245,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1725,17252,0.. +../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:234 Positions(x,y,z)=1726,17260,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1727,17267,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1727,17275,0.. +../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:234 Positions(x,y,z)=1728,17282,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1729,17290,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1730,17297,0.. +../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:234 Positions(x,y,z)=1730,17305,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1731,17312,0.. +../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:234 Positions(x,y,z)=1732,17320,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1733,17327,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1733,17335,0.. +../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:234 Positions(x,y,z)=1734,17342,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1735,17350,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1736,17357,0.. +../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:234 Positions(x,y,z)=1736,17365,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1737,17372,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1738,17380,0.. +../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:234 Positions(x,y,z)=1739,17387,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1739,17395,0.. +../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:234 Positions(x,y,z)=1740,17402,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1741,17410,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1742,17417,0.. +../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:234 Positions(x,y,z)=1742,17425,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1743,17432,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1744,17440,0.. +../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:234 Positions(x,y,z)=1745,17447,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1745,17455,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1746,17462,0.. +../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:234 Positions(x,y,z)=1747,17470,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1748,17477,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1748,17485,0.. +../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:234 Positions(x,y,z)=1749,17492,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1750,17500,0.. +../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:234 Positions(x,y,z)=1751,17507,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1751,17515,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1752,17522,0.. +../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:234 Positions(x,y,z)=1753,17530,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1754,17537,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1754,17545,0.. +../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:234 Positions(x,y,z)=1755,17552,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1756,17560,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1757,17567,0.. +../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 supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1757,17575,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1758,17582,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1759,17590,0.. +../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:234 Positions(x,y,z)=1760,17597,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1760,17605,0.. +../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:234 Positions(x,y,z)=1761,17612,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1762,17620,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1763,17627,0.. +../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:234 Positions(x,y,z)=1763,17635,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1764,17642,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1765,17650,0.. +../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:234 Positions(x,y,z)=1766,17657,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1766,17665,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1767,17672,0.. +../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:234 Positions(x,y,z)=1768,17680,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1769,17687,0.. +../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:234 Positions(x,y,z)=1769,17695,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1770,17702,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1771,17710,0.. +../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:234 Positions(x,y,z)=1772,17717,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1772,17725,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1773,17732,0.. +../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:234 Positions(x,y,z)=1774,17740,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1775,17747,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1775,17755,0.. +../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:234 Positions(x,y,z)=1776,17762,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1777,17770,0.. +../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:234 Positions(x,y,z)=1778,17777,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1778,17785,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1779,17792,0.. +../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:234 Positions(x,y,z)=1780,17800,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1781,17807,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1781,17815,0.. +../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:234 Positions(x,y,z)=1782,17822,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1783,17830,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1784,17837,0.. +../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:234 Positions(x,y,z)=1784,17845,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1785,17852,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1786,17860,0.. +../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:234 Positions(x,y,z)=1787,17867,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1787,17875,0.. +../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:234 Positions(x,y,z)=1788,17882,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1789,17890,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1790,17897,0.. +../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:234 Positions(x,y,z)=1790,17905,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1791,17912,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1792,17920,0.. +../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:234 Positions(x,y,z)=1793,17927,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1793,17935,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1794,17942,0.. +../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:234 Positions(x,y,z)=1795,17950,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1796,17957,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1796,17965,0.. +../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:234 Positions(x,y,z)=1797,17972,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1798,17980,0.. +../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:234 Positions(x,y,z)=1799,17987,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1799,17995,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1800,18002,0.. +../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:234 Positions(x,y,z)=1801,18010,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1802,18017,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1802,18025,0.. +../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:234 Positions(x,y,z)=1803,18032,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1804,18040,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1805,18047,0.. +../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:234 Positions(x,y,z)=1805,18055,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1806,18062,0.. +../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:234 Positions(x,y,z)=1807,18070,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1808,18077,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1808,18085,0.. +../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:234 Positions(x,y,z)=1809,18092,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1810,18100,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1811,18107,0.. +../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:234 Positions(x,y,z)=1811,18115,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1812,18122,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1813,18130,0.. +../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:234 Positions(x,y,z)=1814,18137,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1814,18145,0.. +../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:234 Positions(x,y,z)=1815,18152,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1816,18160,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1817,18167,0.. +../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:234 Positions(x,y,z)=1817,18175,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1818,18182,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1819,18190,0.. +../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:234 Positions(x,y,z)=1820,18197,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1820,18205,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1821,18212,0.. +../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:234 Positions(x,y,z)=1822,18220,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1823,18227,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1823,18235,0.. +../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:234 Positions(x,y,z)=1824,18242,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1825,18250,0.. +../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:234 Positions(x,y,z)=1826,18257,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1826,18265,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1827,18272,0.. +../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:234 Positions(x,y,z)=1828,18280,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1829,18287,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1829,18295,0.. +../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:234 Positions(x,y,z)=1830,18302,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1831,18310,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1832,18317,0.. +../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:234 Positions(x,y,z)=1832,18325,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1833,18332,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1834,18340,0.. +../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:234 Positions(x,y,z)=1835,18347,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1835,18355,0.. +../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:234 Positions(x,y,z)=1836,18362,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1837,18370,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1838,18377,0.. +../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:234 Positions(x,y,z)=1838,18385,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1839,18392,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1840,18400,0.. +../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:234 Positions(x,y,z)=1841,18407,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1841,18415,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1842,18422,0.. +../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:234 Positions(x,y,z)=1843,18430,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1844,18437,0.. +../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:234 Positions(x,y,z)=1844,18445,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1845,18452,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1846,18460,0.. +../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:234 Positions(x,y,z)=1847,18467,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1847,18475,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1848,18482,0.. +../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:234 Positions(x,y,z)=1849,18490,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1850,18497,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1850,18505,0.. +../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:234 Positions(x,y,z)=1851,18512,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1852,18520,0.. +../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:234 Positions(x,y,z)=1853,18527,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1853,18535,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1854,18542,0.. +../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:234 Positions(x,y,z)=1855,18550,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1856,18557,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1856,18565,0.. +../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:234 Positions(x,y,z)=1857,18572,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1858,18580,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1859,18587,0.. +../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:234 Positions(x,y,z)=1859,18595,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1860,18602,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1861,18610,0.. +../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:234 Positions(x,y,z)=1862,18617,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1862,18625,0.. +../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:234 Positions(x,y,z)=1863,18632,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1864,18640,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1865,18647,0.. +../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:234 Positions(x,y,z)=1865,18655,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1866,18662,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1867,18670,0.. +../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:234 Positions(x,y,z)=1868,18677,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1868,18685,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1869,18692,0.. +../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:234 Positions(x,y,z)=1870,18700,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1871,18707,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1871,18715,0.. +../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:234 Positions(x,y,z)=1872,18722,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1873,18730,0.. +../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:234 Positions(x,y,z)=1874,18737,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1874,18745,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1875,18752,0.. +../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:234 Positions(x,y,z)=1876,18760,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1877,18767,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1877,18775,0.. +../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:234 Positions(x,y,z)=1878,18782,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1879,18790,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1880,18797,0.. +../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:234 Positions(x,y,z)=1880,18805,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1881,18812,0.. +../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:234 Positions(x,y,z)=1882,18820,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1883,18827,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1883,18835,0.. +../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:234 Positions(x,y,z)=1884,18842,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1885,18850,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1886,18857,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1863,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:234 Positions(x,y,z)=1886,18865,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1887,18872,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1888,18880,0.. +../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:234 Positions(x,y,z)=1889,18887,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1889,18895,0.. +../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:234 Positions(x,y,z)=1890,18902,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1891,18910,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1892,18917,0.. +../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:234 Positions(x,y,z)=1892,18925,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1893,18932,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1894,18940,0.. +../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:234 Positions(x,y,z)=1895,18947,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1895,18955,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1896,18962,0.. +../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:234 Positions(x,y,z)=1897,18970,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1898,18977,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1898,18985,0.. +../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:234 Positions(x,y,z)=1899,18992,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1900,19000,0.. +../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:234 Positions(x,y,z)=1901,19007,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1901,19015,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1902,19022,0.. +../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:234 Positions(x,y,z)=1903,19030,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1904,19037,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1904,19045,0.. +../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:234 Positions(x,y,z)=1905,19052,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1906,19060,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1907,19067,0.. +../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:234 Positions(x,y,z)=1907,19075,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1908,19082,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1909,19090,0.. +../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:234 Positions(x,y,z)=1910,19097,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1910,19105,0.. +../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:234 Positions(x,y,z)=1911,19112,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1912,19120,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1913,19127,0.. +../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:234 Positions(x,y,z)=1913,19135,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1914,19142,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1915,19150,0.. +../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:234 Positions(x,y,z)=1916,19157,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1916,19165,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1917,19172,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1895,18947,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(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:234 Positions(x,y,z)=1918,19180,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1919,19187,0.. +../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:234 Positions(x,y,z)=1919,19195,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1920,19202,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1921,19210,0.. +../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:234 Positions(x,y,z)=1922,19217,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1922,19225,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1923,19232,0.. +../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:234 Positions(x,y,z)=1924,19240,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1925,19247,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1925,19255,0.. +../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:234 Positions(x,y,z)=1926,19262,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1927,19270,0.. +../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:234 Positions(x,y,z)=1928,19277,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1928,19285,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1929,19292,0.. +../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:234 Positions(x,y,z)=1930,19300,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1931,19307,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1931,19315,0.. +../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:234 Positions(x,y,z)=1932,19322,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1933,19330,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1934,19337,0.. +../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:234 Positions(x,y,z)=1934,19345,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1935,19352,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1936,19360,0.. +../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:234 Positions(x,y,z)=1937,19367,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1937,19375,0.. +../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:234 Positions(x,y,z)=1938,19382,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1939,19390,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1940,19397,0.. +../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:234 Positions(x,y,z)=1940,19405,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1941,19412,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1942,19420,0.. +../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:234 Positions(x,y,z)=1943,19427,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1943,19435,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1944,19442,0.. +../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:234 Positions(x,y,z)=1945,19450,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1946,19457,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1946,19465,0.. +../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:234 Positions(x,y,z)=1947,19472,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1948,19480,0.. +../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:234 Positions(x,y,z)=1949,19487,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1949,19495,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1950,19502,0.. +../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:234 Positions(x,y,z)=1951,19510,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1952,19517,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1952,19525,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=1930,19300,0.. +../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:234 Positions(x,y,z)=1953,19532,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1954,19540,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1955,19547,0.. +../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:234 Positions(x,y,z)=1955,19555,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1956,19562,0.. +../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:234 Positions(x,y,z)=1957,19570,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1958,19577,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1958,19585,0.. +../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:234 Positions(x,y,z)=1959,19592,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1960,19600,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1961,19607,0.. +../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:234 Positions(x,y,z)=1961,19615,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1962,19622,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1963,19630,0.. +../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:234 Positions(x,y,z)=1964,19637,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1964,19645,0.. +../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:234 Positions(x,y,z)=1965,19652,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1966,19660,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1967,19667,0.. +../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:234 Positions(x,y,z)=1967,19675,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1968,19682,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1969,19690,0.. +../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:234 Positions(x,y,z)=1970,19697,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1970,19705,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1971,19712,0.. +../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:234 Positions(x,y,z)=1972,19720,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1973,19727,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1973,19735,0.. +../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:234 Positions(x,y,z)=1974,19742,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1975,19750,0.. +../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:234 Positions(x,y,z)=1976,19757,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1976,19765,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1977,19772,0.. +../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:234 Positions(x,y,z)=1978,19780,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1979,19787,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1979,19795,0.. +../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:234 Positions(x,y,z)=1980,19802,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1981,19810,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1982,19817,0.. +../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:234 Positions(x,y,z)=1982,19825,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1983,19832,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1984,19840,0.. +../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:234 Positions(x,y,z)=1985,19847,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1985,19855,0.. +../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:234 Positions(x,y,z)=1986,19862,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1987,19870,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1988,19877,0.. +../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:234 Positions(x,y,z)=1988,19885,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1989,19892,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1990,19900,0.. +../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:234 Positions(x,y,z)=1991,19907,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1991,19915,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1992,19922,0.. +../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:234 Positions(x,y,z)=1993,19930,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1994,19937,0.. +../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:234 Positions(x,y,z)=1994,19945,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1995,19952,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1996,19960,0.. +../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:234 Positions(x,y,z)=1997,19967,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1997,19975,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=1998,19982,0.. +../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:234 Positions(x,y,z)=1999,19990,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2000,19997,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2000,20005,0.. +../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:234 Positions(x,y,z)=2001,20012,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2002,20020,0.. +../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:234 Positions(x,y,z)=2003,20027,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2003,20035,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2004,20042,0.. +../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:234 Positions(x,y,z)=2005,20050,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2006,20057,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2006,20065,0.. +../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:234 Positions(x,y,z)=2007,20072,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2008,20080,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2009,20087,0.. +../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:234 Positions(x,y,z)=2009,20095,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2010,20102,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2011,20110,0.. +../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:234 Positions(x,y,z)=2012,20117,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2012,20125,0.. +../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:234 Positions(x,y,z)=2013,20132,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2014,20140,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2015,20147,0.. +../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:234 Positions(x,y,z)=2015,20155,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2016,20162,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2017,20170,0.. +../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:234 Positions(x,y,z)=2018,20177,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2018,20185,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2019,20192,0.. +../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:234 Positions(x,y,z)=2020,20200,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2021,20207,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2021,20215,0.. +../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:234 Positions(x,y,z)=2022,20222,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2023,20230,0.. +../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:234 Positions(x,y,z)=2024,20237,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2024,20245,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2025,20252,0.. +../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:234 Positions(x,y,z)=2026,20260,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2027,20267,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2027,20275,0.. +../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:234 Positions(x,y,z)=2028,20282,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2029,20290,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2030,20297,0.. +../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:234 Positions(x,y,z)=2030,20305,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2031,20312,0.. +../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:234 Positions(x,y,z)=2032,20320,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2033,20327,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2033,20335,0.. +../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:234 Positions(x,y,z)=2034,20342,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2035,20350,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2036,20357,0.. +../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:234 Positions(x,y,z)=2036,20365,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2037,20372,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2038,20380,0.. +../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:234 Positions(x,y,z)=2039,20387,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2039,20395,0.. +../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:234 Positions(x,y,z)=2040,20402,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2041,20410,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2042,20417,0.. +../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:234 Positions(x,y,z)=2042,20425,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2043,20432,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2044,20440,0.. +../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:234 Positions(x,y,z)=2045,20447,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2045,20455,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2046,20462,0.. +../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:234 Positions(x,y,z)=2047,20470,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2048,20477,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2048,20485,0.. +../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:234 Positions(x,y,z)=2049,20492,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2050,20500,0.. +../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:234 Positions(x,y,z)=2051,20507,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2051,20515,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2052,20522,0.. +../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:234 Positions(x,y,z)=2053,20530,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2054,20537,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2054,20545,0.. +../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:234 Positions(x,y,z)=2055,20552,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2056,20560,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2057,20567,0.. +../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:234 Positions(x,y,z)=2057,20575,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2058,20582,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2059,20590,0.. +../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:234 Positions(x,y,z)=2060,20597,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2060,20605,0.. +../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:234 Positions(x,y,z)=2061,20612,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2062,20620,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2063,20627,0.. +../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:234 Positions(x,y,z)=2063,20635,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2064,20642,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2065,20650,0.. +../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:234 Positions(x,y,z)=2066,20657,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2066,20665,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2067,20672,0.. +../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:234 Positions(x,y,z)=2068,20680,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2069,20687,0.. +../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:234 Positions(x,y,z)=2069,20695,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2070,20702,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2071,20710,0.. +../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:234 Positions(x,y,z)=2072,20717,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2072,20725,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2073,20732,0.. +../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:234 Positions(x,y,z)=2074,20740,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2075,20747,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2075,20755,0.. +../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:234 Positions(x,y,z)=2076,20762,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2077,20770,0.. +../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:234 Positions(x,y,z)=2078,20777,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2078,20785,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2079,20792,0.. +../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:234 Positions(x,y,z)=2080,20800,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2081,20807,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2081,20815,0.. +../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:234 Positions(x,y,z)=2082,20822,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2083,20830,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2084,20837,0.. +../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:234 Positions(x,y,z)=2084,20845,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2085,20852,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2086,20860,0.. +../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:234 Positions(x,y,z)=2087,20867,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2087,20875,0.. +../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:234 Positions(x,y,z)=2088,20882,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2089,20890,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2090,20897,0.. +../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:234 Positions(x,y,z)=2090,20905,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2091,20912,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2092,20920,0.. +../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:234 Positions(x,y,z)=2093,20927,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2093,20935,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2094,20942,0.. +../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:234 Positions(x,y,z)=2095,20950,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2096,20957,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2096,20965,0.. +../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:234 Positions(x,y,z)=2097,20972,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2098,20980,0.. +../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:234 Positions(x,y,z)=2099,20987,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2099,20995,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2100,21002,0.. +../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:234 Positions(x,y,z)=2101,21010,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2102,21017,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2102,21025,0.. +../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.. +../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:234 Positions(x,y,z)=2103,21032,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2104,21040,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2105,21047,0.. +../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:234 Positions(x,y,z)=2105,21055,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2106,21062,0.. +../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:234 Positions(x,y,z)=2107,21070,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2108,21077,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2108,21085,0.. +../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:234 Positions(x,y,z)=2109,21092,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2110,21100,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2111,21107,0.. +../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:234 Positions(x,y,z)=2111,21115,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2112,21122,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2113,21130,0.. +../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:234 Positions(x,y,z)=2114,21137,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2114,21145,0.. +../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:234 Positions(x,y,z)=2115,21152,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2116,21160,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2117,21167,0.. +../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:234 Positions(x,y,z)=2117,21175,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2118,21182,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2119,21190,0.. +../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:234 Positions(x,y,z)=2120,21197,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2120,21205,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2121,21212,0.. +../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:234 Positions(x,y,z)=2122,21220,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2123,21227,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2123,21235,0.. +../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:234 Positions(x,y,z)=2124,21242,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2125,21250,0.. +../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:234 Positions(x,y,z)=2126,21257,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2126,21265,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2127,21272,0.. +../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:234 Positions(x,y,z)=2128,21280,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2129,21287,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2129,21295,0.. +../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:234 Positions(x,y,z)=2130,21302,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2131,21310,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2132,21317,0.. +../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:234 Positions(x,y,z)=2132,21325,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2133,21332,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2134,21340,0.. +../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:234 Positions(x,y,z)=2135,21347,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2135,21355,0.. +../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:234 Positions(x,y,z)=2136,21362,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2137,21370,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2138,21377,0.. +../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:234 Positions(x,y,z)=2138,21385,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2139,21392,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2140,21400,0.. +../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:234 Positions(x,y,z)=2141,21407,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2141,21415,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2142,21422,0.. +../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:234 Positions(x,y,z)=2143,21430,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2144,21437,0.. +../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:234 Positions(x,y,z)=2144,21445,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2145,21452,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2146,21460,0.. +../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:234 Positions(x,y,z)=2147,21467,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2147,21475,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2148,21482,0.. +../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:234 Positions(x,y,z)=2149,21490,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2150,21497,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2150,21505,0.. +../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:234 Positions(x,y,z)=2151,21512,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2152,21520,0.. +../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:234 Positions(x,y,z)=2153,21527,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2153,21535,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2154,21542,0.. +../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:234 Positions(x,y,z)=2155,21550,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2156,21557,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2156,21565,0.. +../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:234 Positions(x,y,z)=2157,21572,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2158,21580,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2159,21587,0.. +../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:234 Positions(x,y,z)=2159,21595,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2160,21602,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2161,21610,0.. +../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:234 Positions(x,y,z)=2162,21617,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2162,21625,0.. +../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:234 Positions(x,y,z)=2163,21632,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2164,21640,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2165,21647,0.. +../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:234 Positions(x,y,z)=2165,21655,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2166,21662,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2167,21670,0.. +../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:234 Positions(x,y,z)=2168,21677,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2168,21685,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2169,21692,0.. +../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:234 Positions(x,y,z)=2170,21700,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2171,21707,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2171,21715,0.. +../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:234 Positions(x,y,z)=2172,21722,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2173,21730,0.. +../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:234 Positions(x,y,z)=2174,21737,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2174,21745,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2175,21752,0.. +../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:234 Positions(x,y,z)=2176,21760,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2177,21767,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2177,21775,0.. +../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:234 Positions(x,y,z)=2178,21782,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2179,21790,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2180,21797,0.. +../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:234 Positions(x,y,z)=2180,21805,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2181,21812,0.. +../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:234 Positions(x,y,z)=2182,21820,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2183,21827,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2183,21835,0.. +../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:234 Positions(x,y,z)=2184,21842,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2185,21850,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2186,21857,0.. +../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:234 Positions(x,y,z)=2186,21865,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2187,21872,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2188,21880,0.. +../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:234 Positions(x,y,z)=2189,21887,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2189,21895,0.. +../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:234 Positions(x,y,z)=2190,21902,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2191,21910,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2192,21917,0.. +../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:234 Positions(x,y,z)=2192,21925,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2193,21932,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2194,21940,0.. +../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:234 Positions(x,y,z)=2195,21947,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2195,21955,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2196,21962,0.. +../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:234 Positions(x,y,z)=2197,21970,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2198,21977,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2198,21985,0.. +../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:234 Positions(x,y,z)=2199,21992,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2200,22000,0.. +../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:234 Positions(x,y,z)=2201,22007,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2201,22015,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2202,22022,0.. +../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:234 Positions(x,y,z)=2203,22030,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2204,22037,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2204,22045,0.. +../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:234 Positions(x,y,z)=2205,22052,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2206,22060,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2207,22067,0.. +../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:234 Positions(x,y,z)=2207,22075,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2208,22082,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2209,22090,0.. +../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:234 Positions(x,y,z)=2210,22097,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2210,22105,0.. +../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:234 Positions(x,y,z)=2211,22112,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2212,22120,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2213,22127,0.. +../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:234 Positions(x,y,z)=2213,22135,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2214,22142,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2215,22150,0.. +../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:234 Positions(x,y,z)=2216,22157,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2216,22165,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2217,22172,0.. +../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:234 Positions(x,y,z)=2218,22180,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2219,22187,0.. +../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:234 Positions(x,y,z)=2219,22195,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2220,22202,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2221,22210,0.. +../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:234 Positions(x,y,z)=2222,22217,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2222,22225,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2223,22232,0.. +../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:234 Positions(x,y,z)=2224,22240,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2225,22247,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2225,22255,0.. +../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:234 Positions(x,y,z)=2226,22262,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2227,22270,0.. +../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:234 Positions(x,y,z)=2228,22277,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2228,22285,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2229,22292,0.. +../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:234 Positions(x,y,z)=2230,22300,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2231,22307,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2231,22315,0.. +../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:234 Positions(x,y,z)=2232,22322,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2233,22330,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2234,22337,0.. +../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:234 Positions(x,y,z)=2234,22345,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2235,22352,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2236,22360,0.. +../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:234 Positions(x,y,z)=2237,22367,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2237,22375,0.. +../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:234 Positions(x,y,z)=2238,22382,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2239,22390,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2240,22397,0.. +../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:234 Positions(x,y,z)=2240,22405,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2241,22412,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2242,22420,0.. +../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:234 Positions(x,y,z)=2243,22427,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2243,22435,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2244,22442,0.. +../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:234 Positions(x,y,z)=2245,22450,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2246,22457,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2246,22465,0.. +../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:234 Positions(x,y,z)=2247,22472,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2248,22480,0.. +../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:234 Positions(x,y,z)=2249,22487,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2249,22495,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2250,22502,0.. +../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:234 Positions(x,y,z)=2251,22510,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2252,22517,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2252,22525,0.. +../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:234 Positions(x,y,z)=2253,22532,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2254,22540,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2255,22547,0.. +../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:234 Positions(x,y,z)=2255,22555,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2256,22562,0.. +../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:234 Positions(x,y,z)=2257,22570,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2258,22577,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2258,22585,0.. +../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:234 Positions(x,y,z)=2259,22592,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2260,22600,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2261,22607,0.. +../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:234 Positions(x,y,z)=2261,22615,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2262,22622,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2263,22630,0.. +../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:234 Positions(x,y,z)=2264,22637,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2264,22645,0.. +../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:234 Positions(x,y,z)=2265,22652,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2266,22660,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2267,22667,0.. +../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:234 Positions(x,y,z)=2267,22675,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2268,22682,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2269,22690,0.. +../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:234 Positions(x,y,z)=2270,22697,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2270,22705,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2271,22712,0.. +../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:234 Positions(x,y,z)=2272,22720,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2273,22727,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2273,22735,0.. +../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:234 Positions(x,y,z)=2274,22742,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2275,22750,0.. +../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:234 Positions(x,y,z)=2276,22757,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2276,22765,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2277,22772,0.. +../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:234 Positions(x,y,z)=2278,22780,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2279,22787,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2279,22795,0.. +../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:234 Positions(x,y,z)=2280,22802,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2281,22810,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2282,22817,0.. +../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:234 Positions(x,y,z)=2282,22825,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2283,22832,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2284,22840,0.. +../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:234 Positions(x,y,z)=2285,22847,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2285,22855,0.. +../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:234 Positions(x,y,z)=2286,22862,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2287,22870,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2288,22877,0.. +../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:234 Positions(x,y,z)=2288,22885,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2289,22892,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2290,22900,0.. +../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:234 Positions(x,y,z)=2291,22907,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2291,22915,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2292,22922,0.. +../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:234 Positions(x,y,z)=2293,22930,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2294,22937,0.. +../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:234 Positions(x,y,z)=2294,22945,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2295,22952,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2296,22960,0.. +../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:234 Positions(x,y,z)=2297,22967,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2297,22975,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2298,22982,0.. +../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:234 Positions(x,y,z)=2299,22990,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2300,22997,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2300,23005,0.. +../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:234 Positions(x,y,z)=2301,23012,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2302,23020,0.. +../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:234 Positions(x,y,z)=2303,23027,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2303,23035,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2304,23042,0.. +../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:234 Positions(x,y,z)=2305,23050,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2306,23057,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2306,23065,0.. +../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:234 Positions(x,y,z)=2307,23072,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2308,23080,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2309,23087,0.. +../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:234 Positions(x,y,z)=2309,23095,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2310,23102,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2311,23110,0.. +../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:234 Positions(x,y,z)=2312,23117,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2312,23125,0.. +../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:234 Positions(x,y,z)=2313,23132,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2314,23140,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2315,23147,0.. +../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:234 Positions(x,y,z)=2315,23155,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2316,23162,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2317,23170,0.. +../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:234 Positions(x,y,z)=2318,23177,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2318,23185,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2319,23192,0.. +../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:234 Positions(x,y,z)=2320,23200,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2321,23207,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2321,23215,0.. +../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:234 Positions(x,y,z)=2322,23222,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2323,23230,0.. +../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:234 Positions(x,y,z)=2324,23237,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2324,23245,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2325,23252,0.. +../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:234 Positions(x,y,z)=2326,23260,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2327,23267,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2327,23275,0.. +../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:234 Positions(x,y,z)=2328,23282,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2329,23290,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2330,23297,0.. +../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:234 Positions(x,y,z)=2330,23305,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2331,23312,0.. +../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:234 Positions(x,y,z)=2332,23320,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2333,23327,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2333,23335,0.. +../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:234 Positions(x,y,z)=2334,23342,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2335,23350,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2336,23357,0.. +../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:234 Positions(x,y,z)=2336,23365,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2337,23372,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2338,23380,0.. +../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:234 Positions(x,y,z)=2339,23387,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2339,23395,0.. +../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:234 Positions(x,y,z)=2340,23402,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2341,23410,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2342,23417,0.. +../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:234 Positions(x,y,z)=2342,23425,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2343,23432,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2344,23440,0.. +../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:234 Positions(x,y,z)=2345,23447,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2345,23455,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2346,23462,0.. +../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:234 Positions(x,y,z)=2347,23470,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2348,23477,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2348,23485,0.. +../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:234 Positions(x,y,z)=2349,23492,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2350,23500,0.. +../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:234 Positions(x,y,z)=2351,23507,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2351,23515,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2352,23522,0.. +../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:234 Positions(x,y,z)=2353,23530,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2354,23537,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2354,23545,0.. +../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:234 Positions(x,y,z)=2355,23552,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2356,23560,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2357,23567,0.. +../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:234 Positions(x,y,z)=2357,23575,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2358,23582,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2359,23590,0.. +../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:234 Positions(x,y,z)=2360,23597,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2360,23605,0.. +../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:234 Positions(x,y,z)=2361,23612,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2362,23620,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2363,23627,0.. +../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:234 Positions(x,y,z)=2363,23635,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2364,23642,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2365,23650,0.. +../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:234 Positions(x,y,z)=2366,23657,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2366,23665,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2367,23672,0.. +../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:234 Positions(x,y,z)=2368,23680,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2369,23687,0.. +../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:234 Positions(x,y,z)=2369,23695,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2370,23702,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2371,23710,0.. +../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:234 Positions(x,y,z)=2372,23717,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2372,23725,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2373,23732,0.. +../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:234 Positions(x,y,z)=2374,23740,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2375,23747,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2375,23755,0.. +../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:234 Positions(x,y,z)=2376,23762,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2377,23770,0.. +../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:234 Positions(x,y,z)=2378,23777,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2378,23785,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2379,23792,0.. +../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:234 Positions(x,y,z)=2380,23800,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2381,23807,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2381,23815,0.. +../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:234 Positions(x,y,z)=2382,23822,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2383,23830,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2384,23837,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2384,23845,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2385,23852,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2386,23860,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2387,23867,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2387,23875,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2388,23882,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2389,23890,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2390,23897,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2390,23905,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2391,23912,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2392,23920,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2393,23927,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2393,23935,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2394,23942,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2395,23950,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2396,23957,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2396,23965,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2397,23972,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2398,23980,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2399,23987,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2399,23995,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2400,24002,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2401,24010,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2402,24017,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2402,24025,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2403,24032,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2404,24040,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2405,24047,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2405,24055,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2406,24062,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2407,24070,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2408,24077,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2408,24085,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2409,24092,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2410,24100,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2411,24107,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2411,24115,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2412,24122,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2413,24130,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2414,24137,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2414,24145,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2415,24152,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2416,24160,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2417,24167,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2417,24175,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2418,24182,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2419,24190,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2420,24195,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2420,24199,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2420,24203,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2421,24206,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2421,24210,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2421,24214,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2422,24218,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2422,24221,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2423,24225,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2423,24229,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2423,24233,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2424,24236,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2424,24240,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2424,24244,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2425,24248,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2425,24251,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2426,24255,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2426,24259,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2426,24263,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2427,24266,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2427,24270,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2427,24274,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2428,24278,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2428,24281,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2429,24285,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2429,24289,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2429,24293,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2430,24296,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2430,24300,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2430,24304,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2431,24308,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2431,24311,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2432,24315,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2432,24319,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2432,24323,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2433,24326,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2433,24330,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2433,24334,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2434,24338,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2434,24341,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2435,24345,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2435,24349,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2435,24353,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2436,24356,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2436,24360,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2436,24364,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2437,24368,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2437,24371,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2438,24375,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2438,24379,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2438,24383,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2439,24386,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2439,24390,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2439,24394,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2440,24398,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2440,24401,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2441,24405,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2441,24409,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2441,24413,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2442,24416,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2442,24420,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2442,24424,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2443,24428,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2443,24431,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2444,24435,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2444,24439,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2444,24443,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2445,24446,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2445,24450,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2445,24454,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2446,24458,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2446,24461,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2447,24465,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2447,24469,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2447,24473,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2448,24476,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2448,24480,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2448,24484,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2449,24488,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2449,24491,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2450,24495,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2450,24499,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2450,24503,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2451,24506,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2451,24510,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2451,24514,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2452,24518,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2452,24521,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2453,24525,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2453,24529,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2453,24533,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2454,24536,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2454,24540,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2454,24544,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2455,24548,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2455,24551,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2456,24555,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2456,24559,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2456,24563,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2457,24566,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2457,24570,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2457,24574,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2458,24578,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2458,24581,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2459,24585,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2459,24589,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2459,24593,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2460,24596,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2460,24600,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2460,24604,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2461,24608,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2461,24611,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2462,24615,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2462,24619,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2462,24623,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2463,24626,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2463,24630,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2463,24634,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2464,24638,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2464,24641,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2465,24645,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2465,24649,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2465,24653,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2466,24656,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2466,24660,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2466,24664,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2467,24668,0.. -../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2467,24671,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2468,24675,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2468,24679,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2468,24683,0.. +../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:234 Positions(x,y,z)=2469,24686,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2469,24690,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2469,24694,0.. +../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:234 Positions(x,y,z)=2470,24698,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2470,24701,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2471,24705,0.. +../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:234 Positions(x,y,z)=2471,24709,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2471,24713,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2472,24716,0.. +../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:234 Positions(x,y,z)=2472,24720,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2472,24724,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2473,24728,0.. +../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:234 Positions(x,y,z)=2473,24731,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2474,24735,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2474,24739,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2474,24743,0.. +../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:234 Positions(x,y,z)=2475,24746,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2475,24750,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2475,24754,0.. +../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:234 Positions(x,y,z)=2476,24758,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2476,24761,0.. +../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:234 Positions(x,y,z)=2477,24765,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2477,24769,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2477,24773,0.. +../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:234 Positions(x,y,z)=2478,24776,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2478,24780,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2478,24784,0.. +../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:234 Positions(x,y,z)=2479,24788,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2479,24791,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2480,24795,0.. +../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/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2435,24345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../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/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2459,24589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../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/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2463,24630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../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:234 Positions(x,y,z)=2480,24799,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2480,24803,0.. +../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:234 Positions(x,y,z)=2481,24806,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2481,24810,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2481,24814,0.. +../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:234 Positions(x,y,z)=2482,24818,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2482,24821,0.. +../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/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2473,24731,0.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2483,24825,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2483,24829,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2483,24833,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:234 Positions(x,y,z)=2484,24836,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2484,24840,0.. +../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:234 Positions(x,y,z)=2484,24844,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2485,24848,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2485,24851,0.. +../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:234 Positions(x,y,z)=2486,24855,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2486,24859,0.. +../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:234 Positions(x,y,z)=2486,24863,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2487,24866,0.. +../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:234 Positions(x,y,z)=2487,24870,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2487,24874,0.. +../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:234 Positions(x,y,z)=2488,24878,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2488,24881,0.. +../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/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2481,24806,0.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2489,24885,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2489,24889,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:234 Positions(x,y,z)=2489,24893,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2490,24896,0.. +../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/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2483,24825,0.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2490,24900,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2490,24904,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:234 Positions(x,y,z)=2491,24908,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2491,24911,0.. +../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/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2484,24844,0.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2492,24915,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2492,24919,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:234 Positions(x,y,z)=2492,24923,0.. +../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:234 Positions(x,y,z)=2493,24926,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2493,24930,0.. +../grbl/stepper.c:st_next_block_index:671 +../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:234 Positions(x,y,z)=2493,24934,0.. +../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/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2488,24878,0.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2494,24938,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2494,24941,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:234 Positions(x,y,z)=2495,24945,0.. +../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/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2489,24893,0.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2495,24949,0.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2495,24953,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:234 Positions(x,y,z)=2496,24956,0.. +../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:234 Positions(x,y,z)=2496,24960,0.. +../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:234 Positions(x,y,z)=2496,24964,0.. +../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:234 Positions(x,y,z)=2497,24968,0.. +../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:234 Positions(x,y,z)=2497,24971,0.. +../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:234 Positions(x,y,z)=2498,24975,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2493,24934,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2494,24938,0.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2498,24979,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:234 Positions(x,y,z)=2498,24983,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2495,24945,0.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2495,24949,0.. ../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../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:234 Positions(x,y,z)=2499,24986,0.. +../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:234 Positions(x,y,z)=2499,24990,0.. +../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:234 Positions(x,y,z)=2499,24994,0.. +../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:234 Positions(x,y,z)=2500,24998,0.. +../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:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:st_go_idle:292 -../grbl/stepper.c:ecmc_dummy_thread:234 Positions(x,y,z)=2500,25000,0.. +../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/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/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/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/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.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2500,25001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25013,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25028,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25043,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25058,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25073,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25088,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25103,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25118,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25133,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2514,25144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25148,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2516,25159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25163,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2517,25174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25178,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2519,25189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25193,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2520,25204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25208,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25223,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25238,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25253,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25268,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25283,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25298,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25313,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25328,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25343,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25358,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25373,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25388,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25403,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25418,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25433,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25448,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25463,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25478,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25493,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2550,25504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25508,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2552,25519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25523,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2553,25534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25538,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2555,25549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25553,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25568,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25583,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25598,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25613,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25628,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25643,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25658,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25673,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25688,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25703,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25718,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25733,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25748,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25763,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25778,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25793,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25808,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25823,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25838,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2585,25849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25853,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2586,25864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25868,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2588,25879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25883,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2589,25894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25898,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25913,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25928,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25943,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25958,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25973,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25988,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,25999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26003,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26018,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26033,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26048,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26063,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26078,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26093,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26108,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26123,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26138,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26153,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26168,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26183,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2619,26194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26198,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2621,26209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26213,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2622,26224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26228,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2624,26239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26243,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2625,26254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26258,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26273,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26288,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26303,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26318,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26333,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26348,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26363,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26378,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26393,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26408,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26423,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26438,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26453,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26468,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26483,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26498,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26513,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26528,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26543,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2655,26554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26558,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2657,26569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26573,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2658,26584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26588,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2660,26599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26603,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26618,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26633,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26648,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26663,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26678,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26693,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26708,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26723,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26738,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26753,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26768,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26783,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26798,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26813,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26828,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26843,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26858,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26873,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26888,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2690,26899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26903,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2691,26914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26918,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2693,26929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26933,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2694,26944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26948,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26963,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26978,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26993,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,26996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27008,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27023,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27038,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27053,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27068,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27083,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27098,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27113,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27128,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27143,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27158,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27173,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27188,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27203,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27218,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27233,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2724,27244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27248,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2726,27259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27263,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2727,27274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27278,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2729,27289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27293,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2730,27304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27308,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27323,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27338,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27353,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27368,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27383,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27398,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27413,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27428,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27443,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27458,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27473,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27488,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27503,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27518,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27533,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27548,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27563,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27578,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2759,27589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27593,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2760,27604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27608,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2762,27619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27623,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2763,27634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27638,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2765,27649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27653,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27668,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27683,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27698,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27713,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27728,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27743,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27758,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27773,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27788,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27803,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27818,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27833,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27848,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27863,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27878,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27893,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27908,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27923,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27938,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2795,27949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27953,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2796,27964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27968,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2798,27979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27983,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2799,27994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,27998,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28013,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28028,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28043,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28058,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28073,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28088,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28103,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28118,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28133,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28148,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28163,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28178,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28193,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28208,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28223,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28238,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28253,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28268,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28283,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2829,28294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28298,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2831,28309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28313,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2832,28324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28328,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2834,28339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28343,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28358,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28373,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28388,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28403,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28418,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28433,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28448,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28463,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28478,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28493,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28508,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28523,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28538,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28553,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28568,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28583,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28598,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28613,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28628,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2864,28639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28643,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2865,28654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28658,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2867,28669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28673,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2868,28684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28688,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2870,28699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28703,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28718,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28733,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28748,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28763,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28778,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28793,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28808,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28823,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28838,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28853,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28868,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28883,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28898,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28913,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28928,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28943,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28958,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28973,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28988,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,28995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2900,28999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29003,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2901,29014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29018,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2903,29029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29033,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2904,29044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29048,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29063,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29078,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29093,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29108,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29123,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29138,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29153,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29168,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29183,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29198,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29213,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29228,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29243,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29258,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29273,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29288,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29303,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29318,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29333,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2934,29344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29348,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2936,29359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29363,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2937,29374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29378,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2939,29389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29393,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29408,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29423,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29438,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29453,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29468,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29483,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29498,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29513,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29528,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29543,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29558,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29573,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29588,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29603,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29618,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29633,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29648,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29663,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29678,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2969,29689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29693,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2970,29704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29708,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2972,29719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29723,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2973,29734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29738,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=2975,29749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29753,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29768,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29783,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29798,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29813,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29828,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29843,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29858,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29873,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29888,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29903,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29918,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29933,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29948,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29963,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29978,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29993,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,29996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30008,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30023,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3003,30034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30038,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3005,30049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30053,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3006,30064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30068,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3008,30079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30083,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3009,30094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30098,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30113,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30128,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30143,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30158,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30173,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30188,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30203,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30218,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30233,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30248,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30263,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30278,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30293,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30308,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30323,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30338,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30353,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30368,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30383,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3039,30394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30398,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3041,30409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30413,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3042,30424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30428,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3044,30439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30443,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30458,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30473,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30488,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30503,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30518,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30533,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30548,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30563,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30578,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30593,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30608,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30623,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30638,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30653,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30668,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30683,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30698,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30713,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30728,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3074,30739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30743,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3075,30754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30758,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3077,30769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30773,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3078,30784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30788,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30803,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30818,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30833,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30848,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30863,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30878,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30893,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30908,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30923,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30938,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30953,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30968,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30983,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,30998,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31013,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31028,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31043,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31058,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31073,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3108,31084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31088,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3110,31099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31103,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3111,31114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31118,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3113,31129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31133,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3114,31144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31148,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31163,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31178,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31193,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31208,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31223,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31238,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31253,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31268,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31283,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31298,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31313,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31328,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31343,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31358,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31373,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31388,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31403,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31418,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3143,31429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31433,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3144,31444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31448,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3146,31459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31463,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3147,31474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31478,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3149,31489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31493,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31508,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31523,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31538,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31553,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31568,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31583,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31598,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31613,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31628,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31643,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31658,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31673,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31688,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31703,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31718,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31733,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31748,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31763,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31778,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3179,31789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31793,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3180,31804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31808,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3182,31819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31823,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3183,31834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31838,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31853,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31868,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31883,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31898,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31913,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31928,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31943,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31958,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31973,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31988,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,31999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32003,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32018,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32033,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32048,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32063,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32078,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32093,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32108,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32123,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3213,32134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32138,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3215,32149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32153,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3216,32164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32168,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3218,32179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32183,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32198,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32213,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32228,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32243,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32258,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32273,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32288,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32303,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32318,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32333,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32348,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32363,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32378,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32393,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32408,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32423,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32438,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32453,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32468,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3248,32479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32483,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3249,32494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32498,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3251,32509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32513,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3252,32524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32528,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3254,32539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32543,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32558,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32573,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32588,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32603,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32618,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32633,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32648,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32663,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32678,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32693,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32708,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32723,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32738,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32753,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32768,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32783,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32798,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32813,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32828,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3284,32839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32843,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3285,32854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32858,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3287,32869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32873,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3288,32884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32888,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32903,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32918,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32933,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32948,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32963,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32978,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32993,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,32996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33008,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33023,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33038,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33053,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33068,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33083,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33098,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33113,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33128,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33143,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33158,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33173,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3318,33184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33188,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3320,33199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33203,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3321,33214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33218,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3323,33229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33233,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33248,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33263,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33278,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33293,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33308,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33323,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33338,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33353,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33368,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33383,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33398,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33413,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33428,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33443,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33458,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33473,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33488,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33503,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33518,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3353,33529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33533,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3354,33544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33548,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3356,33559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33563,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3357,33574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33578,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3359,33589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33593,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33608,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33623,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33638,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33653,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33668,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33683,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33698,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33713,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33728,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33743,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33758,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33773,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33788,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33803,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33818,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33833,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33848,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33863,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3387,33874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33878,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3389,33889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33893,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3390,33904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33908,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3392,33919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33923,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3393,33934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33938,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33953,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33968,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33983,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,33998,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34013,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34028,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34043,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34058,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34073,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34088,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34103,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34118,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34133,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34148,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34163,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34178,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34193,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34208,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34223,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3423,34234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34238,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3425,34249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34253,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3426,34264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34268,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3428,34279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34283,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34298,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34313,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34328,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34343,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34358,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34373,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34388,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34403,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34418,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34433,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34448,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34463,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34478,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34493,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34508,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34523,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34538,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34553,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34568,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3458,34579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34583,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3459,34594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34598,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3461,34609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34613,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3462,34624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34628,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34643,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34658,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34673,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34688,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34703,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34718,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34733,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34748,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34763,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34778,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34793,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34808,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34823,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34838,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34853,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34868,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34883,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34898,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34913,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3492,34924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34928,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3494,34939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34943,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3495,34954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34958,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3497,34969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34973,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3498,34984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34988,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,34999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35003,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35018,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35033,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35048,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35063,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35078,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35093,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35108,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35123,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35138,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35153,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35168,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35183,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35198,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35213,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35228,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35243,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35258,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35273,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3528,35284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35288,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3530,35299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35303,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3531,35314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35318,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3533,35329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35333,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35348,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35363,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35378,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35393,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35408,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35423,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35438,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35453,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35468,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35483,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35498,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35513,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35528,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35543,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35558,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35573,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35588,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35603,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35618,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3563,35629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35633,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3564,35644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35648,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3566,35659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35663,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3567,35674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35678,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35693,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35708,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35723,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35738,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35753,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35768,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35783,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35798,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35813,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35828,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35843,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35858,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35873,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35888,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35903,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35918,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35933,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35948,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35963,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3597,35974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35978,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3599,35989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35993,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,35996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3600,36004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36008,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3602,36019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36023,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3603,36034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36038,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36053,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36068,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36083,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36098,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36113,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36128,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36143,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36158,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36173,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36188,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36203,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36218,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36233,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36248,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36263,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36278,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36293,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36308,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3632,36319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36323,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3633,36334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36338,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3635,36349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36353,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3636,36364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36368,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3638,36379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36383,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36398,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36413,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36428,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36443,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36458,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36473,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36488,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36503,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36518,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36533,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36548,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36563,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36578,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36593,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36608,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36623,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36638,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36653,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36668,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3668,36679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36683,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3669,36694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36698,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3671,36709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36713,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3672,36724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36728,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36743,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36758,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36773,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36788,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36803,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36818,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36833,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36848,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36863,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36878,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36893,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36908,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36923,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36938,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36953,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36968,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36983,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,36998,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37013,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3702,37024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37028,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3704,37039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37043,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3705,37054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37058,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3707,37069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37073,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37088,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37103,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37118,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37133,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37148,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37163,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37178,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37193,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37208,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37223,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37238,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37253,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37268,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37283,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37298,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37313,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37328,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37343,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37358,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3737,37369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37373,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3738,37384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37388,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3740,37399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37403,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3741,37414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37418,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3743,37429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37433,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37448,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37463,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37478,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37493,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37508,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37523,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37538,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37553,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37568,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37583,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37598,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37613,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37628,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37643,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37658,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37673,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37688,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37703,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3771,37714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37718,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3773,37729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37733,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3774,37744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37748,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3776,37759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37763,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3777,37774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37778,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37793,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37808,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37823,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37838,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37853,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37868,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37883,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37898,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37913,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37928,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37943,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37958,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37973,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37988,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,37999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38003,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38018,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38033,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38048,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38063,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3807,38074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38078,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3809,38089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38093,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3810,38104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38108,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3812,38119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38123,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38138,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38153,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38168,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38183,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38198,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38213,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38228,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38243,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38258,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38273,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38288,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38303,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38318,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38333,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38348,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38363,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38378,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38393,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38408,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3842,38419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38423,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3843,38434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38438,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3845,38449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38453,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3846,38464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38468,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38483,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38498,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38513,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38528,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38543,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38558,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38573,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38588,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38603,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38618,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38633,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38648,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38663,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38678,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38693,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38708,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38723,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38738,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38753,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3876,38764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38768,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3878,38779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38783,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3879,38794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38798,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3881,38809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38813,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3882,38824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38828,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38843,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38858,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38873,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38888,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38903,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38918,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38933,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38948,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38963,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38978,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38993,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,38996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39008,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39023,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39038,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39053,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39068,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39083,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39098,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39113,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3912,39124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39128,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3914,39139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39143,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3915,39154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39158,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3917,39169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39173,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39188,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39203,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39218,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39233,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39248,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39263,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39278,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39293,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39308,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39323,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39338,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39353,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39368,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39383,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39398,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39413,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39428,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39443,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39458,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3947,39469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39473,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3948,39484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39488,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3950,39499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39503,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3951,39514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39518,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39533,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39548,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39563,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39578,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39593,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39608,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39623,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39638,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39653,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39668,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39683,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39698,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39713,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39728,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39743,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39758,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39773,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39788,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39803,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3981,39814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39818,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3983,39829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39833,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3984,39844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39848,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3986,39859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39863,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=3987,39874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39878,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39893,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39908,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39923,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39938,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39953,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39968,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39983,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,39998,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40013,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40028,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40043,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40058,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40073,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40088,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40103,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40118,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40133,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40148,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4016,40159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40163,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4017,40174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40178,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4019,40189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40193,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4020,40204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40208,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4022,40219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40223,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40238,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40253,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40268,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40283,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40298,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40313,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40328,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40343,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40358,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40373,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40388,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40403,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40418,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40433,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40448,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40463,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40478,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40493,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40508,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4052,40519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40523,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4053,40534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40538,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4055,40549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40553,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4056,40564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40568,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40583,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40598,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40613,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40628,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40643,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40658,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40673,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40688,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40703,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40718,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40733,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40748,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40763,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40778,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40793,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40808,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40823,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40838,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40853,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4086,40864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40868,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4088,40879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40883,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4089,40894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40898,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4091,40909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40913,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40928,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40943,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40958,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40973,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40988,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,40999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41003,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41018,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41033,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41048,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41063,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41078,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41093,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41108,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41123,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41138,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41153,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41168,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41183,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41198,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4121,41209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41213,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4122,41224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41228,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4124,41239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41243,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4125,41254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41258,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4127,41269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41273,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41288,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41303,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41318,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41333,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41348,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41363,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41378,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41393,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41408,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41423,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41438,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41453,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41468,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41483,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41498,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41513,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41528,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41543,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41558,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4157,41569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41573,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4158,41584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41588,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4160,41599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41603,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4161,41614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41618,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41633,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41648,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41663,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41678,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41693,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41708,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41723,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41738,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41753,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41768,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41783,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41798,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41813,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41828,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41843,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41858,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41873,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41888,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41903,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4191,41914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41918,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4193,41929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41933,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4194,41944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41948,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4196,41959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41963,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41978,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41993,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,41996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42008,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42023,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42038,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42053,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42068,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42083,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42098,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42113,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42128,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42143,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42158,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42173,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42188,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42203,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42218,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42233,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42248,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4226,42259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42263,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4227,42274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42278,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4229,42289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42293,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4230,42304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42308,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4232,42319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42323,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42338,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42353,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42368,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42383,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42398,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42413,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42428,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42443,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42458,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42473,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42488,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42503,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42518,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42533,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42548,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42563,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42578,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42593,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4260,42604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42608,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4262,42619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42623,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4263,42634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42638,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4265,42649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42653,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4266,42664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42668,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42683,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42698,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42713,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42728,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42743,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42758,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42773,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42788,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42803,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42818,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42833,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42848,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42863,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42878,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42893,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42908,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42923,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42938,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42953,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4296,42964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42968,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4298,42979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42983,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4299,42994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,42998,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4301,43009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43013,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43028,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43043,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43058,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43073,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43088,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43103,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43118,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43133,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43148,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43163,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43178,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43193,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43208,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43223,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43238,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43253,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43268,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43283,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43298,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4331,43309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43313,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4332,43324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43328,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4334,43339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43343,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4335,43354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43358,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43373,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43388,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43403,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43418,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43433,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43448,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43463,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43478,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43493,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43508,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43523,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43538,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43553,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43568,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43583,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43598,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43613,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43628,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43643,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4365,43654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43658,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4367,43669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43673,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4368,43684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43688,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4370,43699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43703,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4371,43714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43718,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43733,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43748,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43763,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43778,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43793,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43808,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43823,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43838,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43853,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43868,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43883,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43898,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43913,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43928,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43943,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43958,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43973,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43988,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,43999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44003,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4401,44014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44018,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4403,44029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44033,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4404,44044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44048,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4406,44059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44063,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44078,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44093,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44108,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44123,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44138,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44153,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44168,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44183,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44198,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44213,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44228,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44243,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44258,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44273,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44288,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44303,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44318,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44333,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44348,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4436,44359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44363,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4437,44374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44378,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4439,44389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44393,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4440,44404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44408,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44423,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44438,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44453,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44468,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44483,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44498,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44513,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44528,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44543,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44558,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44573,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44588,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44603,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44618,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44633,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44648,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44663,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44678,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44693,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4470,44704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44708,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4472,44719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44723,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4473,44734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44738,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4475,44749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44753,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4476,44764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44768,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44783,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44798,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44813,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44828,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44843,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44858,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44873,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44888,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44903,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44918,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44933,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44948,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44963,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44978,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44993,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,44996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45008,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45023,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45038,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4505,45049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45053,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4506,45064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45068,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4508,45079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45083,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4509,45094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45098,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4511,45109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45113,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45128,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45143,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45158,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45173,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45188,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45203,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45218,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45233,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45248,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45263,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45278,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45293,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45308,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45323,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45338,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45353,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45368,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45383,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45398,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4541,45409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45413,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4542,45424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45428,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4544,45439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45443,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4545,45454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45458,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45473,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45488,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45503,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45518,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45533,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45548,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45563,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45578,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45593,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45608,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45623,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45638,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45653,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45668,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45683,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45698,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45713,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45728,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45743,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4575,45754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45758,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4577,45769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45773,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4578,45784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45788,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4580,45799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45803,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45818,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45833,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45848,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45863,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45878,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45893,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45908,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45923,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45938,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45953,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45968,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45983,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,45998,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46013,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46028,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46043,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46058,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46073,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46088,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4610,46099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46103,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4611,46114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46118,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4613,46129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46133,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4614,46144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46148,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46163,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46178,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46193,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46208,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46223,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46238,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46253,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46268,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46283,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46298,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46313,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46328,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46343,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46358,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46373,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46388,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46403,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46418,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4643,46429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46433,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4644,46444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46448,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4646,46459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46463,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4647,46474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46478,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46493,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46508,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46523,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46538,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46553,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46568,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46583,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46598,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46613,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46628,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46643,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46658,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46673,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46688,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46703,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46718,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46733,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46748,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4676,46759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46763,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4677,46774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46778,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4679,46789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46793,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4680,46804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46808,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46823,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46838,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46853,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46868,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46883,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46898,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46913,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46928,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46943,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46958,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46973,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46988,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,46999,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47003,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47006,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47010,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47014,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47018,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47021,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47029,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47033,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47036,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47040,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47044,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47048,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47051,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47055,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47059,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47063,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47066,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47070,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47074,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47078,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47081,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4709,47089,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47093,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47096,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47100,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4710,47104,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47108,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47111,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47115,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4712,47119,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47123,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47126,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4713,47134,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47138,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47141,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47149,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47153,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47156,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47160,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47164,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47168,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47171,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47175,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47179,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47183,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47186,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47194,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47198,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47201,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47205,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47209,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47213,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47216,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47220,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47224,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47228,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47231,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47239,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47243,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47246,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47254,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47258,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47261,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47265,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47269,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47273,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47276,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47280,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47284,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47288,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47291,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47299,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47303,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47306,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47310,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47314,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47318,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47321,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47325,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47329,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47333,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47336,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47344,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47348,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47351,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47359,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47363,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47366,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47370,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47374,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47378,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47381,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47385,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47389,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47393,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47396,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47404,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47408,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47411,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47415,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4742,47419,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47423,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47426,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47430,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4743,47434,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47438,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47441,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47445,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4745,47449,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47453,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47456,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4746,47464,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47468,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47471,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47475,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47479,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47483,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47486,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47490,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47494,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47498,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47501,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47509,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47513,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47516,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47524,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47528,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47531,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47535,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47539,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47543,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47546,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47550,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47554,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47558,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47561,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47569,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47573,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47576,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47580,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47584,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47588,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47591,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47595,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47599,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47603,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47606,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47614,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47618,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47621,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47629,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47633,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47636,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47640,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47644,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47648,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47651,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47655,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47659,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47663,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47666,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47674,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47678,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47681,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47685,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47689,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47693,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47696,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47700,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47704,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47708,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47711,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47719,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47723,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47726,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47734,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47738,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47741,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47745,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4775,47749,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47753,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47756,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47760,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4776,47764,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47768,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47771,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4778,47779,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47783,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47786,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47790,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4779,47794,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47798,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47801,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47805,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47809,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47813,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47816,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47824,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47828,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47831,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47839,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47843,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47846,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47850,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47854,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47858,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47861,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47865,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47869,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47873,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47876,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47884,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47888,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47891,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47899,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47903,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47906,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47910,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47914,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47918,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47921,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47925,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47929,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47933,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47936,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47944,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47948,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47951,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47955,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47959,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47963,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47966,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47970,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47974,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47978,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47981,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47989,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47993,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,47996,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48004,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48008,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48011,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48015,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48019,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48023,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48026,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48030,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48034,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48038,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48041,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48049,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48053,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48056,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48060,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48064,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48068,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48071,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48075,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4808,48079,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48083,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48086,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4809,48094,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48098,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48101,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4811,48109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48113,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48116,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4812,48124,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48128,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48131,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48139,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48143,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48146,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48154,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48158,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48165,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48173,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48176,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48184,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48188,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48191,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48195,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48203,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48206,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48214,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48218,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48221,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48225,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48233,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48236,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48244,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48248,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48259,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48263,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48266,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48278,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48281,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48293,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48296,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48304,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48308,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48319,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48323,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48330,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48334,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48338,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48345,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48353,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48356,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48368,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48371,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48383,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48386,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48394,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48398,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48401,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4841,48409,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48413,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48416,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4842,48424,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48428,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4844,48439,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48443,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4845,48454,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48458,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48461,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4847,48469,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48473,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48476,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48484,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48488,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48491,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48499,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48503,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48506,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48518,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48521,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48533,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48536,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48540,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48548,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48551,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48555,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48563,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48566,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48570,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48578,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48581,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48589,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48593,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48596,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48604,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48608,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48619,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48623,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48634,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48638,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48649,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48653,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48660,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48668,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48671,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48675,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48679,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48683,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48686,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48698,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48709,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48713,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48724,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48728,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48731,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48743,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48746,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4875,48754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48758,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48765,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4877,48769,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48773,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48776,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4878,48784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48788,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48791,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4880,48799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48803,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48806,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48810,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48818,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48825,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48829,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48833,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48836,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48844,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48848,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48863,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48870,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48878,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48885,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48893,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48908,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48915,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48923,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48926,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48938,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48949,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48953,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48968,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48983,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,48998,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49001,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49009,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49013,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49016,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49024,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49028,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49031,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49035,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49039,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49043,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49046,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49050,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49054,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49058,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49061,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49069,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49073,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49076,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49080,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4908,49084,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49088,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49091,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49095,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4910,49099,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49103,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49106,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4911,49114,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49118,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49121,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4913,49129,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49133,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49136,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49140,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4914,49144,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49148,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49151,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49155,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49159,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49163,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49166,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49174,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49178,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49181,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49185,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49189,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49193,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49196,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49200,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49204,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49208,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49211,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49219,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49223,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49226,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49234,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49238,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49241,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49245,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49249,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49253,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49256,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49260,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49264,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49268,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49271,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49279,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49283,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49286,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49290,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49294,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49298,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49301,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49305,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49309,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49313,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49316,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49320,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49324,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49328,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49331,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49339,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49343,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49346,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49350,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49354,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49358,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49361,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49365,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49369,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49373,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49376,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49384,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49388,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49391,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49399,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49403,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49406,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49410,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49414,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49418,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49421,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49425,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4943,49429,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49433,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49436,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4944,49444,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49448,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49451,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49455,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4946,49459,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49463,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49466,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49470,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4947,49474,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49478,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49481,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49489,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49493,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49496,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49504,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49508,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49511,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49515,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49519,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49523,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49526,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49530,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49534,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49538,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49541,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49549,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49553,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49556,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49560,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49564,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49568,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49571,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49575,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49579,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49583,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49586,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49594,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49598,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49601,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49609,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49613,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49616,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49620,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49624,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49628,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49631,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49635,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49639,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49643,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49646,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49654,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49658,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49661,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49665,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49669,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49673,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49676,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49680,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49684,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49688,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49691,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49695,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49699,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49703,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49706,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49714,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49718,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49721,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49725,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49729,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49733,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49736,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49740,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49744,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49748,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49751,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4976,49759,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49763,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49766,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4977,49774,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49778,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49781,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49785,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4979,49789,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49793,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49796,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49800,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:237 Positions(x,y,z)=4980,49804,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49808,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49811,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49819,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49823,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49826,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49830,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49834,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49838,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49841,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49845,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49849,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49853,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49856,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49864,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49868,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49871,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49879,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49883,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49886,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49890,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49894,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49898,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49901,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49905,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49909,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49913,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49916,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49924,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49928,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49931,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49935,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49939,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49943,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49946,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49950,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49954,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49958,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49961,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49969,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49973,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49976,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49984,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49988,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49991,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49995,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not 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,49999,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..