From 450f553699d880d168a352b363a2f57c9e2b1c85 Mon Sep 17 00:00:00 2001 From: Anders Sandstrom Date: Tue, 18 Jan 2022 15:37:22 +0100 Subject: [PATCH] Test x,y movement --- ecmc_plugin_grbl/ecmcPluginGrbl.c | 2 +- grbl/stepper.c | 6 +- grbl/system.c | 4 +- iocsh/log.log | 5471 +++++++++++++++++++++++++++++ 4 files changed, 5477 insertions(+), 6 deletions(-) create mode 100644 iocsh/log.log diff --git a/ecmc_plugin_grbl/ecmcPluginGrbl.c b/ecmc_plugin_grbl/ecmcPluginGrbl.c index 2eefaef..e99fe55 100644 --- a/ecmc_plugin_grbl/ecmcPluginGrbl.c +++ b/ecmc_plugin_grbl/ecmcPluginGrbl.c @@ -151,7 +151,7 @@ int grblConstruct(char *configStr) // test some commands printf("Test command:G0X11\n"); - ecmc_write_command_serial("G0X11\n"); + ecmc_write_command_serial("G0X10Y100\n"); printf("Test command:$J=X10.0Y-1.5\n"); ecmc_write_command_serial("$J=X10.0Y-1.5\n"); printf("Test command:#\n"); diff --git a/grbl/stepper.c b/grbl/stepper.c index 8fa6844..91ad99a 100644 --- a/grbl/stepper.c +++ b/grbl/stepper.c @@ -227,7 +227,7 @@ pthread_t tid; void *ecmc_dummy_thread(void *ptr) { printf("%s:%s:%d\n",__FILE__,__FUNCTION__,__LINE__); while (stepperInterruptEnable) { - for(int i=0; i< 30;i++) { + for(int i=0; i < 30; i++) { ecmc_grbl_main_rt_thread(); } printf("%s:%s:%d Positions(x,y,x)=%d,%d,%d..\n",__FILE__,__FUNCTION__,__LINE__,sys_position[X_AXIS], sys_position[Y_AXIS],sys_position[Z_AXIS] ); @@ -362,7 +362,7 @@ void st_go_idle() // call from plugin execute void ecmc_grbl_main_rt_thread() { - printf("%s:%s:%d\n",__FILE__,__FUNCTION__,__LINE__); + //printf("%s:%s:%d\n",__FILE__,__FUNCTION__,__LINE__); if (busy) { return; } // The busy-flag is used to avoid reentering this interrupt @@ -723,7 +723,7 @@ static uint8_t st_next_block_index(uint8_t block_index) */ void st_prep_buffer() { - printf("%s:%s:%d\n",__FILE__,__FUNCTION__,__LINE__); + //printf("%s:%s:%d\n",__FILE__,__FUNCTION__,__LINE__); // Block step prep buffer, while in a suspend state and there is no suspend motion to execute. if (bit_istrue(sys.step_control,STEP_CONTROL_END_MOTION)) { return; } diff --git a/grbl/system.c b/grbl/system.c index a9f593e..8fa4753 100644 --- a/grbl/system.c +++ b/grbl/system.c @@ -371,7 +371,7 @@ uint8_t system_check_travel_limits(float *target) // Special handlers for setting and clearing Grbl's real-time execution flags. // ecmc: set execute here (start rt thread maybe) void system_set_exec_state_flag(uint8_t mask) { - printf("%s:%s:%d:\n",__FILE__,__FUNCTION__,__LINE__); + //printf("%s:%s:%d:\n",__FILE__,__FUNCTION__,__LINE__); //uint8_t sreg = SREG; //cli(); @@ -380,7 +380,7 @@ void system_set_exec_state_flag(uint8_t mask) { } void system_clear_exec_state_flag(uint8_t mask) { - printf("%s:%s:%d:\n",__FILE__,__FUNCTION__,__LINE__); + //printf("%s:%s:%d:\n",__FILE__,__FUNCTION__,__LINE__); //uint8_t sreg = SREG; //cli(); diff --git a/iocsh/log.log b/iocsh/log.log new file mode 100644 index 0000000..54f2745 --- /dev/null +++ b/iocsh/log.log @@ -0,0 +1,5471 @@ +registerChannelProviderLocal firstTime true +# +# Start at "2022-W03-Jan18-1535-46-CET" +# +# Version information: +# European Spallation Source ERIC : iocsh.bash (3.4.0-PID-27460) +# +# --->--> snip -->--> +# Please Use Version and other environment variables +# in order to report or debug this shell +# +# HOSTDISPLAY="" +# WINDOWID="" +# PWD="/home/pi/sources/e3-ecmc_plugin_grbl/ecmc_plugin_grbl-dev/iocsh" +# USER="pi" +# LOGNAME="pi" +# EPICS_HOST_ARCH="linux-arm" +# EPICS_BASE="/home/pi/epics/base-7.0.5" +# E3_REQUIRE_NAME="require" +# E3_REQUIRE_VERSION="3.4.0" +# E3_REQUIRE_LOCATION="/home/pi/epics/base-7.0.5/require/3.4.0" +# E3_REQUIRE_BIN="/home/pi/epics/base-7.0.5/require/3.4.0/bin" +# E3_REQUIRE_DB="/home/pi/epics/base-7.0.5/require/3.4.0/db" +# E3_REQUIRE_DBD="/home/pi/epics/base-7.0.5/require/3.4.0/dbd" +# E3_REQUIRE_INC="/home/pi/epics/base-7.0.5/require/3.4.0/include" +# E3_REQUIRE_LIB="/home/pi/epics/base-7.0.5/require/3.4.0/lib" +# EPICS_DRIVER_PATH="/home/pi/epics/base-7.0.5/require/3.4.0/siteMods:/home/pi/epics/base-7.0.5/require/3.4.0/siteApps" +# EPICS_CA_AUTO_ADDR_LIST="" +# EPICS_CA_ADDR_LIST="" +# PATH="/home/pi/epics/base-7.0.5/require/3.4.0/bin:/home/pi/epics/base-7.0.5/bin/linux-arm:/home/pi/berryconda3/bin:/home/pi/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games" +# --->--> snip -->--> +# +# Set REQUIRE_IOC for its internal PVs +epicsEnvSet REQUIRE_IOC "REQMOD:raspberrypi-27460" +# +# Enable an exit subroutine for sotfioc +dbLoadRecords "/home/pi/epics/base-7.0.5/db/softIocExit.db" "IOC=REQMOD:raspberrypi-27460" +# +# 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" +# +# +# Load require module, which has the version 3.4.0 +# +dlload /home/pi/epics/base-7.0.5/require/3.4.0/lib/linux-arm/librequire.so +dbLoadDatabase /home/pi/epics/base-7.0.5/require/3.4.0/dbd/require.dbd +require_registerRecordDeviceDriver +Loading module info records for require +# +# Set E3_CMD_TOP for the absolute path where test.script exists +epicsEnvSet E3_CMD_TOP "/home/pi/sources/e3-ecmc_plugin_grbl/ecmc_plugin_grbl-dev/iocsh" +# +iocshLoad 'test.script','' +############################################################################## +## Example: Demo of ecmc SocketCAN plugin +## https://github.com/anderssandstrom/e3-ecmc_plugin_socketcan +## +## The plugin exposes: +## +## Initiation: +epicsEnvSet("IOC" ,"IOC_TEST") +epicsEnvSet("ECMCCFG_INIT" ,"") #Only run startup once (auto at PSI, need call at ESS), variable set to "#" in startup.cmd +epicsEnvSet("SCRIPTEXEC" ,"iocshLoad") +require ecmccfg 7.0.1 +Module ecmccfg version 7.0.1 found in /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/ +Loading library /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/lib/linux-arm/libecmccfg.so +Loaded ecmccfg version 7.0.1 +Loading dbd file /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/dbd/ecmccfg.dbd +Calling function ecmccfg_registerRecordDeviceDriver +Loading module info records for ecmccfg +# run module startup.cmd (only needed at ESS PSI auto call at require) +iocshLoad /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/startup.cmd, "IOC=IOC_TEST,ECMC_VER=7.0.1,MASTER_ID=-1" +#============================================================================== +# startup.cmd +on error halt +require ecmc "7.0.1" +Module ecmc version 7.0.1 found in /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc/7.0.1/ +Module ecmc depends on asyn 4.41.0 +Module asyn version 4.41.0 found in /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/asyn/4.41.0/ +Loading library /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/asyn/4.41.0/lib/linux-arm/libasyn.so +Loaded asyn version 4.41.0 +Loading dbd file /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/asyn/4.41.0/dbd/asyn.dbd +Calling function asyn_registerRecordDeviceDriver +Loading module info records for asyn +Module ecmc depends on exprtk 1.2.1 +Module exprtk version 1.2.1 found in /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/exprtk/1.2.1/ +Loading library /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/exprtk/1.2.1/lib/linux-arm/libexprtk.so +Loaded exprtk version 1.2.1 +exprtk has no dbd file +Loading module info records for exprtk +Module ecmc depends on motor 7.0.6 +Module motor version 7.0.6 found in /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/motor/7.0.6/ +Module motor depends on asyn 4.41.0 +Module asyn version 4.41.0 already loaded +Loading library /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/motor/7.0.6/lib/linux-arm/libmotor.so +Loaded motor version 7.0.6 +Loading dbd file /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/motor/7.0.6/dbd/motor.dbd +Calling function motor_registerRecordDeviceDriver +Loading module info records for motor +Loading library /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc/7.0.1/lib/linux-arm/libecmc.so +Loaded ecmc version 7.0.1 +Loading dbd file /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc/7.0.1/dbd/ecmc.dbd +Calling function ecmc_registerRecordDeviceDriver +Loading module info records for ecmc +ecmcEpicsEnvSetCalcTernary(ECMC_EXE_CMD, "'ecmcMotorRecord'='EthercatMC'", "require EthercatMC 3.0.2 # Using EthercatMC motor record support.","# Using ecmcMotorRecord motor record support.") +# Using ecmcMotorRecord motor record support. +epicsEnvUnset(ECMC_EXE_CMD) +epicsEnvSet("ECMC_CONFIG_ROOT", "/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/") +epicsEnvSet("ECMC_CONFIG_DB", "/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/db") +epicsEnvSet("SCRIPTEXEC", "iocshLoad") +epicsEnvSet("SM_PREFIX", "IOC_TEST:") # colon added since IOC is _not_ PREFIX +epicsEnvSet("ECMC_PROC_HOOK", "") +epicsEnvSet(ECMC_MODE, FULL) +ecmcEpicsEnvSetCalcTernary(ECMC_SUPPORT_MOTION, "'FULL'=='FULL'","","# MODE == DAQ, DISABLING MOTION.") +epicsEnvShow(ECMC_SUPPORT_MOTION) +ECMC_SUPPORT_MOTION= +ecmcFileExist("/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/initAll.cmd",1) +iocshLoad "/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/initAll.cmd" +#============================================================================== +# initAll.cmd +ecmcFileExist("/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/init.cmd",1) +iocshLoad /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/init.cmd +#============================================================================== +# init.cmd +epicsEnvSet("ECMC_ASYN_TIMEOUT", 1) # Asyn timeout +epicsEnvSet("ECMC_ASYN_ADDR", 0) # Asyn Address +epicsEnvSet("ECMC_MOTOR_PORT", "NOT SET") +epicsEnvSet("ECMC_ASYN_PORT", "NOT SET") +epicsEnvSet("ECMC_PREFIX", "NOT SET") +epicsEnvSet("ECMC_GEN_EC_RECORDS", "NOT SET") +epicsEnvSet("ECMC_GEN_AX_RECORDS", "NOT SET") +epicsEnvSet("ECMC_EC_AXIS_HEALTH", "NOT SET") +epicsEnvSet("ECMC_PLC_SAMPLE_RATE_MS", "NOT SET") +epicsEnvSet("ECMC_TSE", -2) +ecmcFileExist("/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/initAxis.cmd",1) +iocshLoad "/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/initAxis.cmd" +#============================================================================== +# initAxis.cmd +epicsEnvSet("ECMC_MOTOR_NAME", "NOT SET") +epicsEnvSet("ECMC_R", "NOT SET") +epicsEnvSet("ECMC_AXIS_NO", "NOT SET") +epicsEnvSet("ECMC_DESC", "NOT SET") +epicsEnvSet("ECMC_EGU", "NOT SET") # Motor Record Unit +epicsEnvSet("ECMC_PREC", "NOT SET") # Motor Record Precision +epicsEnvSet("ECMC_AXISCONFIG", "NOT SET") # Extra parameters to driver +epicsEnvSet("ECMC_EC_AXIS_HEALTH", "NOT SET") # Entry for axis health output (example: ec0.s1.BO_1.0) +epicsEnvSet("ECMC_ENC_SCALE_NUM", "NOT SET") +epicsEnvSet("ECMC_ENC_SCALE_DENOM", "NOT SET") +epicsEnvSet("ECMC_ENC_BITS", "NOT SET") +epicsEnvSet("ECMC_ENC_TYPE", "NOT SET") # Type: 0=Incremental, 1=Absolute +epicsEnvSet("ECMC_EC_ENC_ACTPOS", "NOT SET") # Ethercat entry for actual position input (encoder) +epicsEnvSet("ECMC_ENC_ABS_BITS", "NOT SET") # Absolute bit count (for absolute encoders) always least significant part +epicsEnvSet("ECMC_ENC_ABS_OFFSET", "NOT SET") # Encoder offset in eng units (for absolute encoders) +epicsEnvSet("ECMC_EC_ENC_LATCHPOS", "") # Ethercat entry for latch position (only valid for home seq 11,12) +epicsEnvSet("ECMC_EC_ENC_LATCH_CONTROL", "") # Ethercat entry for latch control (only valid for home seq 11,12) +epicsEnvSet("ECMC_EC_ENC_LATCH_STATUS", "") # Ethercat entry for latch status (only valid for home seq 11,12) +epicsEnvSet("ECMC_DRV_SCALE_NUM", "NOT SET") +epicsEnvSet("ECMC_DRV_SCALE_DENOM", "NOT SET") +epicsEnvSet("ECMC_EC_DRV_CONTROL", "NOT SET") # Ethercat entry for control word or bit output +epicsEnvSet("ECMC_EC_DRV_STATUS", "NOT SET") # Ethercat entry for status word or bit input +epicsEnvSet("ECMC_EC_DRV_VELOCITY", "NOT SET") # Ethercat entry for velocity setpoint output +epicsEnvSet("ECMC_EC_DRV_BRAKE", "NOT SET") # Ethercat entry for brake output +epicsEnvSet("ECMC_EC_DRV_REDUCE_TORQUE", "NOT SET") # Ethercat entry for reduce torque output +epicsEnvSet("ECMC_DRV_BRAKE_OPEN_DLY_TIME", "NOT SET") # Brake timing parameter in cycles (default 1kHz) +epicsEnvSet("ECMC_DRV_BRAKE_CLOSE_AHEAD_TIME", "NOT SET") # Brake timing parameter in cycles (default 1kHz) +epicsEnvSet("ECMC_VELO", "NOT SET") +epicsEnvSet("ECMC_JOG_VEL", "NOT SET") +epicsEnvSet("ECMC_JAR", "NOT SET") # JAR defaults to VELO/ACCL +epicsEnvSet("ECMC_ACCL", "NOT SET") +epicsEnvSet("ECMC_EMERG_DECEL", "NOT SET") # Emergency deceleration +epicsEnvSet("ECMC_HOME_PROC", "NOT SET") +epicsEnvSet("ECMC_HOME_POS", "NOT SET") +epicsEnvSet("ECMC_HOME_VEL_TO", "NOT SET") +epicsEnvSet("ECMC_HOME_VEL_FRM", "NOT SET") +epicsEnvSet("ECMC_HOME_ACC", "NOT SET") +epicsEnvSet("ECMC_HOME_DEC", "NOT SET") +epicsEnvSet("ECMC_HOME_LATCH_COUNT_OFFSET","0") +epicsEnvSet("ECMC_CNTRL_KP", "NOT SET") +epicsEnvSet("ECMC_CNTRL_KI", "NOT SET") +epicsEnvSet("ECMC_CNTRL_KD", "NOT SET") +epicsEnvSet("ECMC_CNTRL_KFF", "NOT SET") +epicsEnvSet("ECMC_EC_MON_LOWLIM", "NOT SET") # Ethercat entry for low limit switch input +epicsEnvSet("ECMC_EC_MON_HIGHLIM", "NOT SET") # Ethercat entry for high limit switch inpuit +epicsEnvSet("ECMC_EC_MON_HOME_SWITCH", "NOT SET") # Ethercat entry for home switch input +epicsEnvSet("ECMC_EC_MON_EXT_INTERLOCK", "NOT SET") # Ethercat entry for external interlock input +epicsEnvSet("ECMC_SOFT_LOW_LIM", "NOT SET") +epicsEnvSet("ECMC_SOFT_HIGH_LIM", "NOT SET") +epicsEnvSet("ECMC_DXLM_ENABLE", "NOT SET") +epicsEnvSet("ECMC_MON_LAG_MON_TOL", "NOT SET") +epicsEnvSet("ECMC_MON_LAG_MON_TIME", "NOT SET") +epicsEnvSet("ECMC_MON_LAG_MON_ENA", "NOT SET") +epicsEnvSet("ECMC_MON_AT_TARGET_TOL", "NOT SET") +epicsEnvSet("ECMC_MON_AT_TARGET_TIME", "NOT SET") +epicsEnvSet("ECMC_MON_AT_TARGET_ENA", "NOT SET") +epicsEnvSet("ECMC_MON_VELO_MAX", "NOT SET") +epicsEnvSet("ECMC_MON_VELO_MAX_TRAJ_TIME","NOT SET") +epicsEnvSet("ECMC_MON_VELO_MAX_DRV_TIME", "NOT SET") +epicsEnvSet("ECMC_MON_VELO_MAX_ENA", "NOT SET") +epicsEnvSet("ECMC_EGU", "mm") +epicsEnvSet("ECMC_PREC", 3) +epicsEnvSet("ECMC_AXISFIELDINIT", "") # Extra field init to motor record +epicsEnvSet("ECMC_AXISCONFIG", "") # Extra parameters to driver +############################################################ +############# ASYN Configuration: +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/18 15:35:46.938 +ECMC Initializes............. +2022/01/18 15:35:46.938 ESS Open Source EtherCAT Motion Control Epics Module2022/01/18 15:35:46.938 +Mode: Configuration +2022/01/18 15:35:46.938 OK +2022/01/18 15:35:46.938 OK +2022/01/18 15:35:46.939 OK +2022/01/18 15:35:46.963 OK +2022/01/18 15:35:46.963 OK +2022/01/18 15:35:46.963 OK +ze = 1000, disableAutoConnect = 0, priority = 0, defaultSampleRateMS = 100.000000 +asynOctetSetOutputEos(MC_CPU1, -1, ";\n") +asynOctetSetInputEos(MC_CPU1, -1, ";\n") +asynSetTraceMask(MC_CPU1, -1, 0x41) +asynSetTraceIOMask(MC_CPU1, -1, 6) +asynSetTraceInfoMask(MC_CPU1, -1, 1) +ecmcMotorRecordCreateController(MCU1, MC_CPU1, "64", 200, 1000, "") +############################################################ +############# Misc settings: +# Disable function call trace printouts +ecmcConfigOrDie "Cfg.SetEnableFuncCallDiag(0)" +# Disable on change printouts from objects (enable for easy logging) +ecmcConfigOrDie "Cfg.SetTraceMaskBit(15,0)" +# Choose to generate EPICS-records for EtherCAT-entries +# (For records use ECMC_GEN_EC_RECORDS="-records" otherwise ECMC_GEN_EC_RECORDS="") +epicsEnvSet("ECMC_GEN_EC_RECORDS", "-records") +# Choose to generate EPICS-records for ax-entries (PosAct, SetPos,..) +# (For records use ECMC_GEN_AX_RECORDS="-records" otherwise ECMC_GEN_AX_RECORDS="") +epicsEnvSet("ECMC_GEN_AX_RECORDS", "-records") +# suffix for pva enabled scripts, templates and substitutions +ecmcEpicsEnvSetCalcTernary(ECMC_PVA, "0", "Pva","") +# Set EtherCAT frequency (defaults to 1000) +ecmcConfigOrDie "Cfg.SetSampleRate(1000)" +epicsEnvSet("ECMC_EC_SAMPLE_RATE" , 1000) +ecmcEpicsEnvSetCalc("ECMC_EC_SAMPLE_RATE_MS" ,1000/1000) +# Update records in 10ms (100Hz) for FULL MODE and in EC_RATE for DAQ mode +ecmcEpicsEnvSetCalcTernary(ECMC_SAMPLE_RATE_MS, "'FULL'=='DAQ'","1","10") +epicsEnvSet("ECMC_P_SCRIPT", "mXsXXX") +ecmcEpicsEnvSetCalcTernary(ECMC_MASTER_CMD, "-1>=0", "","#- ") +epicsEnvSet("ECMC_EC_MASTER_ID" ,-1) +epicsEnvSet("ECMC_TMP_DIR", "/tmp/IOC_TEST/EcMaster_-1/") +system "mkdir -p /tmp/IOC_TEST/EcMaster_-1/" +epicsEnvSet("ECMC_TMP_DIR", "/tmp/IOC_TEST/EcMaster_-1/") +system "mkdir -p /tmp/IOC_TEST/EcMaster_-1/" +ecmcFileExist("/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/setDiagnostics.cmd",1) +iocshLoad /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/setDiagnostics.cmd +#============================================================================== +# setDiagnostics.cmd +ecmcConfigOrDie "Cfg.EcSetDiagnostics(1)" +ecmcConfigOrDie "Cfg.EcEnablePrintouts(0)" +ecmcConfigOrDie "Cfg.EcSetDomainFailedCyclesLimit(100)" +epicsEnvSet("ECMCCFG_INIT" ,"#") +############################################################################## +## Configure hardware: +# No EtherCAT hardware (in this example).. +############################################################################## +## Load plugin: +epicsEnvSet("PLUGIN_VER" ,"develop") +require ecmc_plugin_grbl develop +Module ecmc_plugin_grbl version develop found in /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/ +Module ecmc_plugin_grbl depends on ecmc 7.0.1 +Module ecmc version 7.0.1 already loaded +Loading library /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so +Loaded ecmc_plugin_grbl version develop +ecmc_plugin_grbl has no dbd file +Loading module info records for ecmc_plugin_grbl +epicsEnvSet(ECMC_PLUGIN_FILNAME,"/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so") +epicsEnvSet(ECMC_PLUGIN_CONFIG,"DBG_PRINT=1;") # Only one option implemented in this plugin +iocshLoad /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmccfg/7.0.1/loadPlugin.cmd, "PLUGIN_ID=0,FILE=/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so,CONFIG='DBG_PRINT=1;', REPORT=1" +#============================================================================== +# loadPlugin.cmd +ecmcConfigOrDie "Cfg.LoadPlugin(0,/home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so,DBG_PRINT=1;)" +../ecmc_plugin_grbl/ecmcPluginGrbl.c:grblConstruct:131 + + grbl main thread created successfully +Waiting for grbl init..../ecmc_plugin_grbl/ecmcPluginGrbl.c:ecmc_grbl_main_thread:46 +../grbl/serial.c:serial_init:70: +../grbl/eeprom.c:ecmc_init_file:53 +../grbl/s2022/01/18 15:35:48.967 ettings.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:618 +../grbl/system.c:system_init:26: +../grbl/gcode.c:gc_init:44: +../grbl/eeprom.c:memcpy_from_eeprom_with_checksum:215 EEPROM simulated by file.. +../grbl/spindle_control.c:spindle_init:31 Not supported yet.. +../grbl/coolant_control.c:coolant_init:25 Not supported yet.. +../grbl/limits.c:limits_init:43 Not supported yet.. +../grbl/probe.c:probe_init:31 Not supported yet.. +../grbl/stepper.c:st_reset:585 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_generate_step_dir_invert_masks:563 +../grbl/gcode.c:gc_sync_position:59: +../grbl/print.c:printPgmString:37: +Grbl 1.1h ['$' for help] + +../grbl/protocol.c:protocol_main_loop:40 +../grbl/system.c:system_check_safety_door_ajar:93: +../grbl/system.c:system_execute_startup:107: +../grbl/eeprom.c:memcpy_from_eeprom_with_checksum:215 EEPROM simulated by file.. +../grbl/eeprom.c:memcpy_from_eeprom_with_checksum:215 EEPROM simulated by file.. +. + + grbl ready for commands! +Test command:G0X11 +Adding G to buffer +Adding 0 to buffer G +Adding X to buffer G0 +Adding 1 to buffer G0X +Adding 0 to buffer G0X1 +Adding Y to buffer G0X10 +Adding 1 to buffer G0X10Y +Adding 0 to buffer G0X10Y1 +Adding 0 to buffer G0X10Y10 +Adding + to buffer G0X10Y100 +Test command:$J=X10.0Y-1.5 +Adding $ to buffer G0X10Y100 + +NEW_CHAR +Adding J to buffer G0X10Y100 +$ +Adding = to buffer G0X10Y100 +$J +../grbl/gcode.c:gc_execute_line:72:G0X10Y100 +1 +letter=G +value=0.000000 +Adding X to buffer G0X10Y100 +$J= +Adding 1 to buffer G0X10Y100 +$J=X +Adding 0 to buffer G0X10Y100 +$J=X1 +Adding . to buffer G0X10Y100 +$J=X10 +Adding 0 to buffer G0X10Y100 +$J=X10. +Adding Y to buffer G0X10Y100 +$J=X10.0 +Adding - to buffer G0X10Y100 +$J=X10.0Y +Adding 1 to buffer G0X10Y100 +$J=X10.0Y- +Adding . to buffer G0X10Y100 +$J=X10.0Y-1 +Adding 5 to buffer G0X10Y100 +$J=X10.0Y-1. +Adding + to buffer G0X10Y100 +$J=X10.0Y-1.5 +Test command:# +Adding # to buffer G0X10Y100 +$J=X10.0Y-1.5 + +Adding + to buffer G0X10Y100 +$J=X10.0Y-1.5 +# +Test command:? +Adding ? to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +Adding + to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +Test command:G1X200Y100 +Adding G to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + + +Adding 1 to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +G +Adding X to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +G1 +Adding 2 to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +G1X +Adding 0 to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +G1X2 +Adding 0 to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +G1X20 +Adding Y to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +G1X200 +Adding 1 to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +G1X200Y +Adding 0 to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +G1X200Y1 +Adding 0 to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +G1X200Y10 +Adding + to buffer G0X10Y100 +$J=X10.0Y-1.5 +# + +G1X200Y100 +int_value=0 +mantissa=0 +axis_command=2 +here!! +here 2!! +here 3!! +../grbl/gcode.c:gc_execute_line:349: +1 +letter=X +value=10.000000 +int_value=10 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +1 +letter=Y +value=100.000000 +int_value=100 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +../grbl/gcode.c:gc_execute_line:384:axis_words=3 +../grbl/gcode.c:gc_execute_line:385:axis_command=2 +../grbl/gcode.c:gc_execute_line:390:axis_command=2 +../grbl/gcode.c:gc_execute_line:396 +../grbl/gcode.c:gc_execute_line:411:gc_parser_flags=0 +../grbl/gcode.c:gc_execute_line:417:gc_block.modal.feed_rate=0 +../grbl/gcode.c:gc_execute_line:444:gc_state.feed_rate=0.000000 +../grbl/motion_control.c:mc_line:33 +../grbl/serial.c:serial_write:92: +../grbl/print.c:printPgmString:37: Idle +../grbl/print.c:printPgmString:37: |MPos: +../grbl/print.c:printFloat:151:0.000000 +../grbl/serial.c:serial_write:92: +../grbl/print.c:printFloat:151:0.000000 +../grbl/serial.c:serial_write:92: +../grbl/print.c:printFloat:151:0.000000 +../grbl/print.c:printPgmString:37: |FS: +../grbl/stepper.c:st_get_realtime_rate:1149 +../grbl/print.c:printFloat:151:0.000000 +../grbl/serial.c:serial_write:92: +../grbl/print.c:printFloat:151:0.000000 +../grbl/limits.c:limits_get_state:82: Not supported yet.. +../grbl/system.c:system_control_get_state:44: +../grbl/probe.c:probe_geOK +t_state:59 Not supported yet.. +../grbl/print.c:printPgmString:37: |WCO: +../grbl/print.c:printFloat:151:0.000000 +../grbl/serial.c:serial_write:92: +../grbl/print.c:printFloat:151:0.000000 +../grbl/serial.c:serial_write:92: +../grbl/print.c:printFloat:151:0.000000 +../grbl/serial.c:serial_write:92: +../grbl/print.c:printPgmString:37: + +../grbl/print.c:printPgmString:37: ok + +NEW_CHAR + +../grbl/system.c:system_execute_line:134:################### +../grbl/system.c:system_execute_line:135:$J=X10.0Y-1.5 +system_execute_line switch line[1]=J +../grbl/gcode.c:gc_execute_line:72:$J=X10.0Y-1.5 +1 +letter=X +value=10.000000 +int_value=10 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +1 +letter=Y +value=-1.500000 +int_value=0 +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=0 +../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=1 +../grbl/print.c:printPgmString:37: error: +../grbl/print.c:print_uint8_base10:69:22 +../grbl/print.c:printPgmString:37: + +NEW_CHAR +../grbl/gcode.c:gc_execute_line:72:# +1 +letter=# +../grbl/print.c:printPgmString:37: error: +../grbl/print.c:print_uint8_base10:69:1 +../grbl/print.c:printPgmString:37: + +NEW_CHAR +../grbl/print.c:printPgmString:37: ok + +NEW_CHAR +../grbl/gcode.c:gc_execute_line:72:G1X200Y100 +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=200.000000 +int_value=200 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +1 +letter=Y +value=100.000000 +int_value=100 +mantissa=0 +../grbl/gcode.c:gc_execute_line:349: +../grbl/gcode.c:gc_execute_line:384:axis_words=3 +../grbl/gcode.c:gc_execute_line:385:axis_command=2 +../grbl/gcode.c:gc_execute_line:390:axis_command=2 +../grbl/gcode.c:gc_execute_line:396 +../grbl/gcode.c:gc_execute_line:411:gc_parser_flags=0 +../grbl/gcode.c:gc_execute_line:417:gc_block.modal.feed_rate=0 +../grbl/gcode.c:gc_execute_line:444:gc_state.feed_rate=0.000000 +../grbl/print.c:printPgmString:37: error: +../grbl/print.c:print_uint8_base10:69:22 +../grbl/print.c:printPgmString:37: + +../grbl/stepper.c:st_next_block_index:665 +../grbl/stepper.c:st_wake_up:259 +../grbl/stepper.c:ecmc_start_dummy_thread:240 +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:233 Positions(x,y,x)=0,4,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1,7,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1,11,0.. +ecmcConfigOrDie "Cfg.ReportPlugin(0)" +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1,15,0.. +Plugin info: + Index = 0 + Name = ecmcPluginGrbl + Description = grbl plugin for use with ecmc. + Option description = + DBG_PRINT=<1/0> : Enables/disables printouts from plugin, default = disabled (=0). + + Filename = /home/pi/epics/base-7.0.5/require/3.4.0/siteMods/ecmc_plugin_grbl/develop/lib/linux-arm/libecmc_plugin_grbl.so + Config string = DBG_PRINT=1; + Version = 2 + Interface version = 65536 (ecmc = 65536) + max plc funcs = 64 + max plc func args = 10 + max plc consts = 64 + Construct func = @0xb4e5f53c + Enter realtime func = @0xb4e5f370 + Exit realtime func = @0xb4e5f378 + Realtime func = @0xb4e5f368 + Destruct func = @0xb4e5f524 + dlhandle = @0x119a9f0 + Plc functions: + funcs[00]: + Name = "grbl_connec2022/01/18 15:35:48.968 OK +2022/01/18 15:35:48.968 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtIocBuild (0). Allow callbacks: true. +Starting iocInit +2022/01/18 15:35:48.968 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtBeginning (1). Allow callbacks: true. +2022/01/18 15:35:48.969 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCallbackInit (2). Allow callbacks: true. +2022/01/18 15:35:48.969 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCaLinkInit (3). Allow callbacks: true. +2022/01/18 15:35:48.969 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDrvSup (4). Allow callbacks: true. +2022/01/18 15:35:48.969 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitRecSup (5). Allow callbacks: true. +2022/01/18 15:35:48.970 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDevSup (6). Allow callbacks: true. +t();" + Desc = double grbl_connect() : Connect to grbl interface (from config str). + Arg count = 0 + func = @0xb4e5f380 + Plc constants: + +epicsEnvUnset(ECMC_PLUGIN_REPORT); +epicsEnvUnset(ECMC_PLUGIN_FILNAME) +epicsEnvUnset(ECMC_PLUGIN_CONFIG) +############################################################################## +## PLC 0 +# $(SCRIPTEXEC) $(ecmccfg_DIR)loadPLCFile.cmd, "PLC_ID=0, SAMPLE_RATE_MS=1000,FILE=./plc/can.plc") +iocInit() +############################################################################ +## EPICS R7.0.5-E3-7.0.5-patch +## Rev. 2021-05-05T19:45+0200 +############################################################################ +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2,19,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2,22,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=3,26,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=3,30,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=3,34,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=4,37,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=4,41,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=4,45,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=5,49,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=5,52,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=6,56,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=6,60,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=6,64,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=7,67,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=7,71,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=7,75,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=8,79,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=8,82,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=9,86,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=9,90,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=9,94,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=10,97,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=10,101,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=10,105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=11,109,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=11,112,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=12,116,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=12,120,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=12,124,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=132022/01/18 15:35:48.972 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitDatabase (7). Allow callbacks: true. +2022/01/18 15:35:48.972 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterFinishDevSup (8). Allow callbacks: true. +,127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=13,131,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=13,135,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=14,139,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=14,142,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=15,146,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=15,150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=15,154,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=16,157,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=16,161,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=16,165,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=17,169,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=17,172,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=18,176,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=18,180,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=18,184,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=19,187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=19,191,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=19,195,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=20,199,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=20,202,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=21,206,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=21,210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=21,214,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=22,217,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=22,221,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=22,225,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=23,229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=23,232,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=24,236,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=24,240,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=24,244,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=25,247,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=25,251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=25,255,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=26,259,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=26,262,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=27,266,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=27,270,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=27,274,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=28,277,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=28,281,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=28,285,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=29,289,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=29,292,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=30,296,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=30,300,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=30,304,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=31,307,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=31,311,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=31,315,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=32,319,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=32,322,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=33,326,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=33,330,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=33,334,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=34,337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=34,341,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=34,345,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=35,349,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=35,352,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=36,356,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=36,360,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=36,364,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=37,367,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=37,371,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=37,375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=38,379,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=38,382,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=39,386,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=39,390,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=39,394,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=40,397,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=40,401,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=40,405,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=41,409,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=41,412,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=42,416,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=42,420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=42,424,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=43,427,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=43,431,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=43,435,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=44,439,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=44,442,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=45,446,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=45,450,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=45,454,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=46,457,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=46,461,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=46,465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=47,469,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=47,472,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=48,476,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=48,480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=48,484,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=49,487,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=49,491,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=49,495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=50,499,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=50,502,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=51,506,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=51,510,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=51,514,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=52,517,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=52,521,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=52,525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=53,529,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=53,532,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=54,536,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=54,540,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=54,544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=55,547,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=55,551,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=55,555,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=56,559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=56,562,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=57,566,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=57,570,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=57,574,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=58,577,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=58,581,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=58,585,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=59,589,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=59,592,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=60,596,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=60,600,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=60,604,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=61,607,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=61,611,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=61,615,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=62,619,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=62,622,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=63,626,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=63,630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=63,634,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=64,637,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=64,641,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=64,645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=65,649,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=65,652,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=66,656,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=66,660,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=66,664,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=67,667,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=67,671,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=67,675,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=68,679,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=68,682,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=69,686,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=69,690,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=69,694,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=70,697,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=70,701,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=70,705,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=71,709,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=71,712,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=72,716,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=72,720,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=72,724,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=73,727,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=73,731,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=73,735,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=74,739,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=74,742,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=75,746,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=75,750,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=75,754,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=76,757,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=76,761,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=76,765,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=77,769,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=77,772,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=78,776,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=78,780,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=78,784,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=79,787,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=79,791,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=79,795,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=80,799,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=80,805,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=81,812,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=82,820,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=83,827,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=83,835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=84,842,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=85,850,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=86,857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=86,865,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=87,872,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=88,880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=89,887,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=89,895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=90,902,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=91,910,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=92,917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=92,925,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=93,932,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=94,940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=95,947,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=95,955,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=96,962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=97,970,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=98,977,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=98,985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=99,992,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=100,1000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=101,1007,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=101,1015,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=102,1022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=103,1030,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=104,1037,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=104,1045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=105,1052,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=106,1060,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=107,1067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=107,1075,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=108,1082,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=109,1090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=110,1097,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=110,1105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=111,1112,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=112,1120,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=113,1127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=113,1135,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=114,1142,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=115,1150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=116,1157,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=116,1165,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=117,1172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=118,1180,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=119,1187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=119,1195,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=120,1202,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=121,1210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=122,1217,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=122,1225,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=123,1232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=124,1240,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=125,1247,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=125,1255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=126,1262,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=127,1270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=128,1277,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=128,1285,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=129,1292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=130,1300,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=131,1307,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=131,1315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=132,1322,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=133,1330,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=134,1337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=134,1345,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=135,1352,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=136,1360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=137,1367,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=137,1375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=138,1382,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=139,1390,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=140,1397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=140,1405,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=141,1412,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=142,1420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=143,1427,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=143,1435,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=144,1442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=145,1450,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=146,1457,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=146,1465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=147,1472,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=148,1480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=149,1487,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=149,1495,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=150,1502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=151,1510,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=152,1517,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=152,1525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=153,1532,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=154,1540,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=155,1547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=155,1555,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=156,1562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=157,1570,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=158,1577,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=158,1585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=159,1592,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=160,1600,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=161,1607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=161,1615,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=162,1622,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=163,1630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=164,1637,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=164,1645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=165,1652,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=166,1660,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=167,1667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=167,1675,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=168,1682,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=169,1690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=170,1697,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=170,1705,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=171,1712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=172,1720,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=173,1727,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=173,1735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=174,1742,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=175,1750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=176,1757,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=176,1765,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=177,1772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=178,1780,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=179,1787,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=179,1795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=180,1802,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=181,1810,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=182,1817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=182,1825,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=183,1832,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=184,1840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=185,1847,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=185,1855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=186,1862,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=187,1870,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=188,1877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=188,1885,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=189,1892,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=190,1900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=191,1907,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=191,1915,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=192,1922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=193,1930,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=194,1937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=194,1945,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=195,1952,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=196,1960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=197,1967,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=197,1975,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=198,1982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=199,1990,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=200,1997,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=200,2005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=201,2012,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=202,2020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=203,2027,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=203,2035,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=204,2042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=205,2050,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=206,2057,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=206,2065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=207,2072,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=208,2080,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=209,2087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=209,2095,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=210,2102,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=211,2110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=212,2117,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=212,2125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=213,2132,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=214,2140,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=215,2147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=215,2155,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=216,2162,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=217,2170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=218,2177,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=218,2185,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=219,2192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=220,2200,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=221,2207,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=221,2215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=222,2222,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=223,2230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=224,2237,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=224,2245,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=225,2252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=226,2260,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=227,2267,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=227,2275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=228,2282,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=229,2290,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=230,2297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=230,2305,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=231,2312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=232,2320,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=233,2327,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=233,2335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=234,2342,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=235,2350,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=236,2357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=236,2365,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=237,2372,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=238,2380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=239,2387,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=239,2395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=240,2402,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=241,2410,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=242,2417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=242,2425,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=243,2432,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=244,2440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=245,2447,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=245,2455,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=246,2462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=247,2470,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=248,2477,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=248,2485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=249,2492,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=250,2500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=251,2507,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=251,2515,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=252,2522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=253,2530,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=254,2537,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=254,2545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=255,2552,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=256,2560,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=257,2567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=257,2575,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=258,2582,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=259,2590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=260,2597,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=260,2605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=261,2612,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=262,2620,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=263,2627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=263,2635,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=264,2642,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=265,2650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=266,2657,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=266,2665,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=267,2672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=268,2680,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=269,2687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=269,2695,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=270,2702,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=271,2710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=272,2717,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=272,2725,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=273,2732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=274,2740,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=275,2747,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=275,2755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=276,2762,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=277,2770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=278,2777,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=278,2785,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=279,2792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=280,2800,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=281,2807,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=281,2815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=282,2822,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=283,2830,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=284,2837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=284,2845,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=285,2852,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=286,2860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=287,2867,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=287,2875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=288,2882,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=289,2890,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=290,2897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=290,2905,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=291,2912,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=292,2920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=293,2927,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=293,2935,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=294,2942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=295,2950,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=296,2957,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=296,2965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=297,2972,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=298,2980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=299,2987,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=299,2995,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=300,3002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=301,3010,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=302,3017,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=302,3025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=303,3032,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=304,3040,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=305,3047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=305,3055,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=306,3062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=307,3070,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=308,3077,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=308,3085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=309,3092,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=310,3100,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=311,3107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=311,3115,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=312,3122,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=313,3130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=314,3137,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=314,3145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=315,3152,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=316,3160,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=317,3167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=317,3175,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=318,3182,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=319,3190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=320,3197,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=320,3205,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=321,3212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=322,3220,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=323,3227,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=323,3235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=324,3242,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=325,3250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=326,3257,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=326,3265,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=327,3272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=328,3280,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=329,3287,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=329,3295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=330,3302,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=331,3310,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=332,3317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=332,3325,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=333,3332,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=334,3340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=335,3347,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=335,3355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=336,3362,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=337,3370,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=338,3377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=338,3385,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=339,3392,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=340,3400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=341,3407,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=341,3415,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=342,3422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=343,3430,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=344,3437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=344,3445,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=345,3452,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=346,3460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=347,3467,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=347,3475,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=348,3482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=349,3490,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=350,3497,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=350,3505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=351,3512,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=352,3520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=353,3527,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=353,3535,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=354,3542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=355,3550,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=356,3557,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=356,3565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=357,3572,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=358,3580,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=359,3587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=359,3595,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=360,3602,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=361,3610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=362,3617,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=362,3625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=363,3632,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=364,3640,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=365,3647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=365,3655,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=366,3662,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=367,3670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=368,3677,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=368,3685,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=369,3692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=370,3700,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=371,3707,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=371,3715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=372,3722,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=373,3730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=374,3737,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=374,3745,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=375,3752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=376,3760,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=377,3767,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=377,3775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=378,3782,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=379,3790,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=380,3797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=380,3805,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=381,3812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=382,3820,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=383,3827,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=383,3835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=384,3842,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=385,3850,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=386,3857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=386,3865,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=387,3872,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=388,3880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=389,3887,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=389,3895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=390,3902,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=391,3910,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=392,3917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=392,3925,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=393,3932,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=394,3940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=395,3947,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=395,3955,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=396,3962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=397,3970,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=398,3977,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=398,3985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=399,3992,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=400,4000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=401,4007,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=401,4015,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=402,4022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=403,4030,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=404,4037,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=404,4045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=405,4052,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=406,4060,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=407,4067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=407,4075,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=408,4082,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=409,4090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=410,4097,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=410,4105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=411,4112,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=412,4120,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=413,4127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=413,4135,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=414,4142,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=415,4150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=416,4157,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=416,4165,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=417,4172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=418,4180,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=419,4187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=419,4195,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=420,4202,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=421,4210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=422,4217,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=422,4225,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=423,4232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=424,4240,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=425,4247,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=425,4255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=426,4262,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=427,4270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=428,4277,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=428,4285,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=429,4292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=430,4300,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=431,4307,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=431,4315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=432,4322,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=433,4330,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=434,4337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=434,4345,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=435,4352,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=436,4360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=437,4367,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=437,4375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=438,4382,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=439,4390,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=440,4397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=440,4405,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=441,4412,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=442,4420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=443,4427,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=443,4435,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=444,4442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=445,4450,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=446,4457,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=446,4465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=447,4472,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=448,4480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=449,4487,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=449,4495,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=450,4502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=451,4510,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=452,4517,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=452,4525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=453,4532,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=454,4540,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=455,4547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=455,4555,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=456,4562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=457,4570,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=458,4577,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=458,4585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=459,4592,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=460,4600,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=461,4607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=461,4615,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=462,4622,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=463,4630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=464,4637,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=464,4645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=465,4652,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=466,4660,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=467,4667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=467,4675,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=468,4682,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=469,4690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=470,4697,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=470,4705,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=471,4712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=472,4720,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=473,4727,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=473,4735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=474,4742,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=475,4750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=476,4757,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=476,4765,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=477,4772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=478,4780,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=479,4787,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=479,4795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=480,4802,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=481,4810,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=482,4817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=482,4825,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=483,4832,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=484,4840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=485,4847,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=485,4855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=486,4862,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=487,4870,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=488,4877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=488,4885,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=489,4892,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=490,4900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=491,4907,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=491,4915,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=492,4922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=493,4930,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=494,4937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=494,4945,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=495,4952,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=496,4960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=497,4967,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=497,4975,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=498,4982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=499,4990,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=500,4997,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=500,5005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=501,5012,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=502,5020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=503,5027,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=503,5035,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=504,5042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=505,5050,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=506,5057,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=506,5065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=507,5072,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=508,5080,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=509,5087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=509,5095,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=510,5102,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=511,5110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=512,5117,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=512,5125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=513,5132,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=514,5140,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=515,5147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=515,5155,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=516,5162,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=517,5170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=518,5177,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=518,5185,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=519,5192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=520,5200,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=521,5207,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=521,5215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=522,5222,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=523,5230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=524,5237,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=524,5245,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=525,5252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=526,5260,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=527,5267,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=527,5275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=528,5282,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=529,5290,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=530,5297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=530,5305,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=531,5312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=532,5320,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=533,5327,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=533,5335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=534,5342,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=535,5350,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=536,5357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=536,5365,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=537,5372,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=538,5380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=539,5387,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=539,5395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=540,5402,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=541,5410,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=542,5417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=542,5425,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=543,5432,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=544,5440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=545,5447,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=545,5455,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=546,5462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=547,5470,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=548,5477,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=548,5485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=549,5492,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=550,5500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=551,5507,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=551,5515,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=552,5522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=553,5530,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=554,5537,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=554,5545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=555,5552,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=556,5560,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=557,5567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=557,5575,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=558,5582,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=559,5590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=560,5597,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=560,5605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=561,5612,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=562,5620,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=563,5627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=563,5635,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=564,5642,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=565,5650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=566,5657,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=566,5665,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=567,5672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=568,5680,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=569,5687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=569,5695,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=570,5702,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=571,5710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=572,5717,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=572,5725,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=573,5732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=574,5740,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=575,5747,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=575,5755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=576,5762,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=577,5770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=578,5777,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=578,5785,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=579,5792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=580,5800,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=581,5807,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=581,5815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=582,5822,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=583,5830,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=584,5837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=584,5845,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=585,5852,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=586,5860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=587,5867,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=587,5875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=588,5882,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=589,5890,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=590,5897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=590,5905,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=591,5912,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=592,5920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=593,5927,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=593,5935,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=594,5942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=595,5950,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=596,5957,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=596,5965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=597,5972,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=598,5980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=599,5987,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=599,5995,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=600,6002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=601,6010,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=602,6017,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=602,6025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=603,6032,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=604,6040,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=605,6047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=605,6055,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=606,6062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=607,6070,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=608,6077,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=608,6085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=609,6092,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=610,6100,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=611,6107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=611,6115,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=612,6122,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=613,6130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=614,6137,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=614,6145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=615,6152,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=616,6160,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=617,6167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=617,6175,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=618,6182,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=619,6190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=620,6197,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=620,6205,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=621,6212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=622,6220,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=623,6227,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=623,6235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=624,6242,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=625,6250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=626,6257,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=626,6265,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=627,6272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=628,6280,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=629,6287,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=629,6295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=630,6302,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=631,6310,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=632,6317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=632,6325,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=633,6332,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=634,6340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=635,6347,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=635,6355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=636,6362,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=637,6370,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=638,6377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=638,6385,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=639,6392,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=640,6400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=641,6407,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=641,6415,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=642,6422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=643,6430,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=644,6437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=644,6445,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=645,6452,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=646,6460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=647,6467,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=647,6475,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=648,6482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=649,6490,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=650,6497,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=650,6505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=651,6512,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=652,6520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=653,6527,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=653,6535,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=654,6542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=655,6550,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=656,6557,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=656,6565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=657,6572,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=658,6580,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=659,6587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=659,6595,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=660,6602,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=661,6610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=662,6617,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=662,6625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=663,6632,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=664,6640,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=665,6647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=665,6655,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=666,6662,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=667,6670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=668,6677,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=668,6685,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=669,6692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=670,6700,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=671,6707,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=671,6715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=672,6722,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=673,6730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=674,6737,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=674,6745,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=675,6752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=676,6760,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=677,6767,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=677,6775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=678,6782,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=679,6790,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=680,6797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=680,6805,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=681,6812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=682,6820,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=683,6827,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=683,6835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=684,6842,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=685,6850,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=686,6857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=686,6865,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=687,6872,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=688,6880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=689,6887,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=689,6895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=690,6902,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=691,6910,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=692,6917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=692,6925,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=693,6932,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=694,6940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=695,6947,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=695,6955,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=696,6962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=697,6970,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=698,6977,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=698,6985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=699,6992,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=700,7000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=701,7007,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=701,7015,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=702,7022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=703,7030,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=704,7037,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=704,7045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=705,7052,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=706,7060,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=707,7067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=707,7075,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=708,7082,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=709,7090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=710,7097,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=710,7105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=711,7112,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=712,7120,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=713,7127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=713,7135,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=714,7142,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=715,7150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=716,7157,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=716,7165,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=717,7172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=718,7180,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=719,7187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=719,7195,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=720,7202,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=721,7210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=722,7217,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=722,7225,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=723,7232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=724,7240,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=725,7247,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=725,7255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=726,7262,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=727,7270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=728,7277,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=728,7285,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=729,7292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=730,7300,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=731,7307,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=731,7315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=732,7322,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=733,7330,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=734,7337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=734,7345,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=735,7352,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=736,7360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=737,7367,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=737,7375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=738,7382,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=739,7390,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=740,7397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=740,7405,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=741,7412,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=742,7420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=743,7427,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=743,7435,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=744,7442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=745,7450,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=746,7457,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=746,7465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=747,7472,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=748,7480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=749,7487,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=749,7495,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=750,7502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=751,7510,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=752,7517,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=752,7525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=753,7532,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=754,7540,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=755,7547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=755,7555,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=756,7562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=757,7570,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=758,7577,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=758,7585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=759,7592,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=760,7600,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=761,7607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=761,7615,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=762,7622,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=763,7630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=764,7637,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=764,7645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=765,7652,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=766,7660,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=767,7667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=767,7675,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=768,7682,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=769,7690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=770,7697,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=770,7705,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=771,7712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=772,7720,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=773,7727,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=773,7735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=774,7742,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=775,7750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=776,7757,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=776,7765,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=777,7772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=778,7780,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=779,7787,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=779,7795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=780,7802,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=781,7810,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=782,7817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=782,7825,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=783,7832,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=784,7840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=785,7847,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=785,7855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=786,7862,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=787,7870,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=788,7877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=788,7885,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=789,7892,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=790,7900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=791,7907,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=791,7915,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=792,7922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=793,7930,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=794,7937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=794,7945,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=795,7952,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=796,7960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=797,7967,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=797,7975,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=798,7982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=799,7990,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=800,7997,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=800,8005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=801,8012,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=802,8020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=803,8027,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=803,8035,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=804,8042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=805,8050,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=806,8057,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=806,8065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=807,8072,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=808,8080,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=809,8087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=809,8095,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=810,8102,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=811,8110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=812,8117,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=812,8125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=813,8132,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=814,8140,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=815,8147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=815,8155,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=816,8162,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=817,8170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=818,8177,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=818,8185,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=819,8192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=820,8200,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=821,8207,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=821,8215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=822,8222,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=823,8230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=824,8237,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=824,8245,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=825,8252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=826,8260,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=827,8267,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=827,8275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=828,8282,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=829,8290,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=830,8297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=830,8305,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=831,8312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=832,8320,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=833,8327,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=833,8335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=834,8342,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=835,8350,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=836,8357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=836,8365,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=837,8372,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=838,8380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=839,8387,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=839,8395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=840,8402,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=841,8410,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=842,8417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=842,8425,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=843,8432,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=844,8440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=845,8447,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=845,8455,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=846,8462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=847,8470,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=848,8477,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=848,8485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=849,8492,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=850,8500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=851,8507,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=851,8515,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=852,8522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=853,8530,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=854,8537,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=854,8545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=855,8552,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=856,8560,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=857,8567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=857,8575,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=858,8582,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=859,8590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=860,8597,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=860,8605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=861,8612,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=862,8620,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=863,8627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=863,8635,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=864,8642,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=865,8650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=866,8657,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=866,8665,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=867,8672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=868,8680,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=869,8687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=869,8695,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=870,8702,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=871,8710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=872,8717,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=872,8725,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=873,8732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=874,8740,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=875,8747,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=875,8755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=876,8762,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=877,8770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=878,8777,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=878,8785,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=879,8792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=880,8800,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=881,8807,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=881,8815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=882,8822,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=883,8830,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=884,8837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=884,8845,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=885,8852,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=886,8860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=887,8867,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=887,8875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=888,8882,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=889,8890,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=890,8897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=890,8905,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=891,8912,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=892,8920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=893,8927,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=893,8935,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=894,8942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=895,8950,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=896,8957,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=896,8965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=897,8972,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=898,8980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=899,8987,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=899,8995,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=900,9002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=901,9010,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=902,9017,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=902,9025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=903,9032,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=904,9040,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=905,9047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=905,9055,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=906,9062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=907,9070,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=908,9077,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=908,9085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=909,9092,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=910,9100,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=911,9107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=911,9115,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=912,9122,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=913,9130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=914,9137,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=914,9145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=915,9152,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=916,9160,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=917,9167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=917,9175,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=918,9182,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=919,9190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=920,9197,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=920,9205,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=921,9212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=922,9220,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=923,9227,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=923,9235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=924,9242,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=925,9250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=926,9257,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=926,9265,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=927,9272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=928,9280,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=929,9287,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=929,9295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=930,9302,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=931,9310,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=932,9317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=932,9325,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=933,9332,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=934,9340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=935,9347,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=935,9355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=936,9362,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=937,9370,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=938,9377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=938,9385,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=939,9392,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=940,9400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=941,9407,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=941,9415,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=942,9422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=943,9430,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=944,9437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=944,9445,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=945,9452,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=946,9460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=947,9467,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=947,9475,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=948,9482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=949,9490,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=950,9497,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=950,9505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=951,9512,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=952,9520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=953,9527,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=953,9535,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=954,9542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=955,9550,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=956,9557,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=956,9565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=957,9572,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=958,9580,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=959,9587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=959,9595,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=960,9602,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=961,9610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=962,9617,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=962,9625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=963,9632,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=964,9640,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=965,9647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=965,9655,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=966,9662,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=967,9670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=968,9677,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=968,9685,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=969,9692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=970,9700,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=971,9707,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=971,9715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=972,9722,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=973,9730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=974,9737,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=974,9745,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=975,9752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=976,9760,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=977,9767,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=977,9775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=978,9782,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=979,9790,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=980,9797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=980,9805,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=981,9812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=982,9820,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=983,9827,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=983,9835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=984,9842,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=985,9850,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=986,9857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=986,9865,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=987,9872,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=988,9880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=989,9887,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=989,9895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=990,9902,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=991,9910,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=992,9917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=992,9925,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=993,9932,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=994,9940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=995,9947,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=995,9955,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=996,9962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=997,9970,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=998,9977,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=998,9985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=999,9992,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1000,10000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1001,10007,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1001,10015,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1002,10022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1003,10030,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1004,10037,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1004,10045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1005,10052,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1006,10060,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1007,10067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1007,10075,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1008,10082,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1009,10090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1010,10097,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1010,10105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1011,10112,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1012,10120,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1013,10127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1013,10135,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1014,10142,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1015,10150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1016,10157,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1016,10165,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1017,10172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1018,10180,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1019,10187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1019,10195,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1020,10202,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1021,10210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1022,10217,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1022,10225,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1023,10232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1024,10240,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1025,10247,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1025,10255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1026,10262,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1027,10270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1028,10277,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1028,10285,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1029,10292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1030,10300,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1031,10307,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1031,10315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1032,10322,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1033,10330,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1034,10337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1034,10345,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1035,10352,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1036,10360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1037,10367,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1037,10375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1038,10382,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1039,10390,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1040,10397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1040,10405,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1041,10412,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1042,10420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1043,10427,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1043,10435,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1044,10442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1045,10450,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1046,10457,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1046,10465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1047,10472,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1048,10480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1049,10487,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1049,10495,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1050,10502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1051,10510,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1052,10517,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1052,10525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1053,10532,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1054,10540,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1055,10547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1055,10555,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1056,10562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1057,10570,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1058,10577,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1058,10585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1059,10592,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1060,10600,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1061,10607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1061,10615,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1062,10622,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1063,10630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1064,10637,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1064,10645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1065,10652,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1066,10660,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1067,10667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1067,10675,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1068,10682,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1069,10690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1070,10697,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1070,10705,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1071,10712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1072,10720,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1073,10727,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1073,10735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1074,10742,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1075,10750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1076,10757,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1076,10765,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1077,10772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1078,10780,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1079,10787,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1079,10795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1080,10802,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1081,10810,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1082,10817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1082,10825,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1083,10832,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1084,10840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1085,10847,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1085,10855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1086,10862,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1087,10870,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1088,10877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1088,10885,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1089,10892,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1090,10900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1091,10907,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1091,10915,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1092,10922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1093,10930,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1094,10937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1094,10945,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1095,10952,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1096,10960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1097,10967,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1097,10975,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1098,10982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1099,10990,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1100,10997,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1100,11005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1101,11012,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1102,11020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1103,11027,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1103,11035,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1104,11042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1105,11050,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1106,11057,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1106,11065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1107,11072,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1108,11080,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1109,11087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1109,11095,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1110,11102,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1111,11110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1112,11117,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1112,11125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1113,11132,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1114,11140,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1115,11147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1115,11155,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1116,11162,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1117,11170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1118,11177,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1118,11185,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1119,11192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1120,11200,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1121,11207,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1121,11215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1122,11222,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1123,11230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1124,11237,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1124,11245,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1125,11252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1126,11260,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1127,11267,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1127,11275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1128,11282,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1129,11290,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1130,11297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1130,11305,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1131,11312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1132,11320,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1133,11327,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1133,11335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1134,11342,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1135,11350,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1136,11357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1136,11365,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1137,11372,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1138,11380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1139,11387,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1139,11395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1140,11402,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1141,11410,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1142,11417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1142,11425,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1143,11432,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1144,11440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1145,11447,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1145,11455,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1146,11462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1147,11470,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1148,11477,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1148,11485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1149,11492,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1150,11500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1151,11507,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1151,11515,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1152,11522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1153,11530,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1154,11537,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1154,11545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1155,11552,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1156,11560,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1157,11567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1157,11575,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1158,11582,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1159,11590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1160,11597,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1160,11605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1161,11612,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1162,11620,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1163,11627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1163,11635,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1164,11642,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1165,11650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1166,11657,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1166,11665,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1167,11672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1168,11680,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1169,11687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1169,11695,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1170,11702,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1171,11710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1172,11717,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1172,11725,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1173,11732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1174,11740,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1175,11747,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1175,11755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1176,11762,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1177,11770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1178,11777,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1178,11785,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1179,11792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1180,11800,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1181,11807,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1181,11815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1182,11822,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1183,11830,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1184,11837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1184,11845,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1185,11852,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1186,11860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1187,11867,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1187,11875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1188,11882,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1189,11890,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1190,11897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1190,11905,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1191,11912,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1192,11920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1193,11927,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1193,11935,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1194,11942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1195,11950,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1196,11957,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1196,11965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1197,11972,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1198,11980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1199,11987,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1199,11995,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1200,12002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1201,12010,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1202,12017,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1202,12025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1203,12032,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1204,12040,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1205,12047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1205,12055,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1206,12062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1207,12070,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1208,12077,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1208,12085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1209,12092,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1210,12100,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1211,12107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1211,12115,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1212,12122,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1213,12130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1214,12137,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1214,12145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1215,12152,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1216,12160,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1217,12167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1217,12175,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1218,12182,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1219,12190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1220,12197,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1220,12205,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1221,12212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1222,12220,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1223,12227,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1223,12235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1224,12242,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1225,12250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1226,12257,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1226,12265,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1227,12272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1228,12280,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1229,12287,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1229,12295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1230,12302,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1231,12310,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1232,12317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1232,12325,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1233,12332,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1234,12340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1235,12347,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1235,12355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1236,12362,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1237,12370,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1238,12377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1238,12385,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1239,12392,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1240,12400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1241,12407,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1241,12415,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1242,12422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1243,12430,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1244,12437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1244,12445,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1245,12452,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1246,12460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1247,12467,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1247,12475,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1248,12482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1249,12490,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1250,12497,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1250,12505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1251,12512,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1252,12520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1253,12527,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1253,12535,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1254,12542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1255,12550,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1256,12557,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1256,12565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1257,12572,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1258,12580,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1259,12587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1259,12595,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1260,12602,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1261,12610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1262,12617,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1262,12625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1263,12632,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1264,12640,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1265,12647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1265,12655,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1266,12662,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1267,12670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1268,12677,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1268,12685,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1269,12692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1270,12700,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1271,12707,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1271,12715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1272,12722,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1273,12730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1274,12737,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1274,12745,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1275,12752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1276,12760,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1277,12767,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1277,12775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1278,12782,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1279,12790,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1280,12797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1280,12805,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1281,12812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1282,12820,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1283,12827,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1283,12835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1284,12842,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1285,12850,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1286,12857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1286,12865,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1287,12872,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1288,12880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1289,12887,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1289,12895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1290,12902,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1291,12910,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1292,12917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1292,12925,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1293,12932,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1294,12940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1295,12947,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1295,12955,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1296,12962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1297,12970,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1298,12977,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1298,12985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1299,12992,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1300,13000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1301,13007,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1301,13015,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1302,13022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1303,13030,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1304,13037,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1304,13045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1305,13052,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1306,13060,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1307,13067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1307,13075,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1308,13082,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1309,13090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1310,13097,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1310,13105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1311,13112,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1312,13120,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1313,13127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1313,13135,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1314,13142,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1315,13150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1316,13157,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1316,13165,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1317,13172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1318,13180,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1319,13187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1319,13195,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1320,13202,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1321,13210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1322,13217,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1322,13225,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1323,13232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1324,13240,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1325,13247,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1325,13255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1326,13262,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1327,13270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1328,13277,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1328,13285,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1329,13292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1330,13300,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1331,13307,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1331,13315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1332,13322,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1333,13330,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1334,13337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1334,13345,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1335,13352,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1336,13360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1337,13367,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1337,13375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1338,13382,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1339,13390,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1340,13397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1340,13405,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1341,13412,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1342,13420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1343,13427,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1343,13435,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1344,13442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1345,13450,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1346,13457,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1346,13465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1347,13472,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1348,13480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1349,13487,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1349,13495,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1350,13502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1351,13510,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1352,13517,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1352,13525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1353,13532,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1354,13540,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1355,13547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1355,13555,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1356,13562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1357,13570,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1358,13577,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1358,13585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1359,13592,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1360,13600,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1361,13607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1361,13615,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1362,13622,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1363,13630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1364,13637,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1364,13645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1365,13652,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1366,13660,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1367,13667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1367,13675,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1368,13682,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1369,13690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1370,13697,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1370,13705,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1371,13712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1372,13720,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1373,13727,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1373,13735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1374,13742,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1375,13750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1376,13757,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1376,13765,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1377,13772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1378,13780,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1379,13787,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1379,13795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1380,13802,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1381,13810,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1382,13817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1382,13825,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1383,13832,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1384,13840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1385,13847,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1385,13855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1386,13862,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1387,13870,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1388,13877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1388,13885,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1389,13892,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1390,13900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1391,13907,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1391,13915,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1392,13922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1393,13930,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1394,13937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1394,13945,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1395,13952,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1396,13960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1397,13967,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1397,13975,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1398,13982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1399,13990,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1400,13997,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1400,14005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1401,14012,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1402,14020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1403,14027,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1403,14035,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1404,14042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1405,14050,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1406,14057,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1406,14065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1407,14072,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1408,14080,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1409,14087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1409,14095,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1410,14102,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1411,14110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1412,14117,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1412,14125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1413,14132,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1414,14140,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1415,14147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1415,14155,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1416,14162,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1417,14170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1418,14177,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1418,14185,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1419,14192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1420,14200,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1421,14207,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1421,14215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1422,14222,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1423,14230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1424,14237,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1424,14245,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1425,14252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1426,14260,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1427,14267,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1427,14275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1428,14282,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1429,14290,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1430,14297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1430,14305,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1431,14312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1432,14320,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1433,14327,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1433,14335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1434,14342,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1435,14350,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1436,14357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1436,14365,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1437,14372,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1438,14380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1439,14387,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1439,14395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1440,14402,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1441,14410,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1442,14417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1442,14425,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1443,14432,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1444,14440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1445,14447,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1445,14455,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1446,14462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1447,14470,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1448,14477,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1448,14485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1449,14492,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1450,14500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1451,14507,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1451,14515,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1452,14522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1453,14530,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1454,14537,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1454,14545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1455,14552,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1456,14560,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1457,14567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1457,14575,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1458,14582,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1459,14590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1460,14597,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1460,14605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1461,14612,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1462,14620,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1463,14627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1463,14635,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1464,14642,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1465,14650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1466,14657,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1466,14665,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1467,14672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1468,14680,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1469,14687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1469,14695,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1470,14702,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1471,14710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1472,14717,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1472,14725,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1473,14732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1474,14740,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1475,14747,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1475,14755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1476,14762,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1477,14770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1478,14777,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1478,14785,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1479,14792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1480,14800,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1481,14807,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1481,14815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1482,14822,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1483,14830,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1484,14837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1484,14845,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1485,14852,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1486,14860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1487,14867,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1487,14875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1488,14882,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1489,14890,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1490,14897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1490,14905,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1491,14912,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1492,14920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1493,14927,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1493,14935,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1494,14942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1495,14950,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1496,14957,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1496,14965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1497,14972,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1498,14980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1499,14987,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1499,14995,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1500,15002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1501,15010,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1502,15017,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1502,15025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1503,15032,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1504,15040,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1505,15047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1505,15055,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1506,15062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1507,15070,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1508,15077,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1508,15085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1509,15092,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1510,15100,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1511,15107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1511,15115,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1512,15122,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1513,15130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1514,15137,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1514,15145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1515,15152,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1516,15160,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1517,15167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1517,15175,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1518,15182,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1519,15190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1520,15197,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1520,15205,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1521,15212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1522,15220,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1523,15227,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1523,15235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1524,15242,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1525,15250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1526,15257,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1526,15265,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1527,15272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1528,15280,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1529,15287,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1529,15295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1530,15302,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1531,15310,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1532,15317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1532,15325,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1533,15332,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1534,15340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1535,15347,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1535,15355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1536,15362,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1537,15370,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1538,15377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1538,15385,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1539,15392,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1540,15400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1541,15407,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1541,15415,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1542,15422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1543,15430,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1544,15437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1544,15445,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1545,15452,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1546,15460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1547,15467,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1547,15475,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1548,15482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1549,15490,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1550,15497,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1550,15505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1551,15512,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1552,15520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1553,15527,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1553,15535,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1554,15542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1555,15550,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1556,15557,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1556,15565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1557,15572,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1558,15580,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1559,15587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1559,15595,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1560,15602,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1561,15610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1562,15617,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1562,15625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1563,15632,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1564,15640,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1565,15647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1565,15655,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1566,15662,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1567,15670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1568,15677,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1568,15685,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1569,15692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1570,15700,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1571,15707,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1571,15715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1572,15722,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1573,15730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1574,15737,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1574,15745,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1575,15752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1576,15760,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1577,15767,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1577,15775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1578,15782,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1579,15790,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1580,15797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1580,15805,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1581,15812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1582,15820,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1583,15827,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1583,15835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1584,15842,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1585,15850,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1586,15857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1586,15865,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1587,15872,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1588,15880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1589,15887,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1589,15895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1590,15902,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1591,15910,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1592,15917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1592,15925,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1593,15932,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1594,15940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1595,15947,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1595,15955,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1596,15962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1597,15970,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1598,15977,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1598,15985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1599,15992,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1600,16000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1601,16007,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1601,16015,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1602,16022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1603,16030,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1604,16037,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1604,16045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1605,16052,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1606,16060,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1607,16067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1607,16075,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1608,16082,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1609,16090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1610,16097,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1610,16105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1611,16112,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1612,16120,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1613,16127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1613,16135,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1614,16142,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1615,16150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1616,16157,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1616,16165,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1617,16172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1618,16180,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1619,16187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1619,16195,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1620,16202,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1621,16210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1622,16217,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1622,16225,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1623,16232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1624,16240,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1625,16247,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1625,16255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1626,16262,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1627,16270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1628,16277,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1628,16285,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1629,16292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1630,16300,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1631,16307,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1631,16315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1632,16322,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1633,16330,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1634,16337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1634,16345,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1635,16352,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1636,16360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1637,16367,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1637,16375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1638,16382,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1639,16390,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1640,16397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1640,16405,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1641,16412,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1642,16420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1643,16427,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1643,16435,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1644,16442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1645,16450,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1646,16457,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1646,16465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1647,16472,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1648,16480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1649,16487,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1649,16495,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1650,16502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1651,16510,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1652,16517,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1652,16525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1653,16532,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1654,16540,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1655,16547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1655,16555,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1656,16562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1657,16570,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1658,16577,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1658,16585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1659,16592,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1660,16600,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1661,16607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1661,16615,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1662,16622,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1663,16630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1664,16637,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1664,16645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1665,16652,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1666,16660,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1667,16667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1667,16675,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1668,16682,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1669,16690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1670,16697,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1670,16705,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1671,16712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1672,16720,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1673,16727,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1673,16735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1674,16742,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1675,16750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1676,16757,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1676,16765,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1677,16772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1678,16780,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1679,16787,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1679,16795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1680,16802,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1681,16810,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1682,16817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1682,16825,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1683,16832,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1684,16840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1685,16847,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1685,16855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1686,16862,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1687,16870,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1688,16877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1688,16885,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1689,16892,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1690,16900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1691,16907,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1691,16915,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1692,16922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1693,16930,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1694,16937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1694,16945,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1695,16952,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1696,16960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1697,16967,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1697,16975,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1698,16982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1699,16990,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1700,16997,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1700,17005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1701,17012,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1702,17020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1703,17027,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1703,17035,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1704,17042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1705,17050,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1706,17057,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1706,17065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1707,17072,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1708,17080,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1709,17087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1709,17095,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1710,17102,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1711,17110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1712,17117,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1712,17125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1713,17132,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1714,17140,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1715,17147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1715,17155,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1716,17162,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1717,17170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1718,17177,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1718,17185,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1719,17192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1720,17200,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1721,17207,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1721,17215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1722,17222,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1723,17230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1724,17237,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1724,17245,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1725,17252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1726,17260,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1727,17267,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1727,17275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1728,17282,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1729,17290,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1730,17297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1730,17305,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1731,17312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1732,17320,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1733,17327,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1733,17335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1734,17342,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1735,17350,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1736,17357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1736,17365,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1737,17372,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1738,17380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1739,17387,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1739,17395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1740,17402,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1741,17410,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1742,17417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1742,17425,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1743,17432,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1744,17440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1745,17447,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1745,17455,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1746,17462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1747,17470,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1748,17477,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1748,17485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1749,17492,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1750,17500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1751,17507,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1751,17515,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1752,17522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1753,17530,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1754,17537,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1754,17545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1755,17552,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1756,17560,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1757,17567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1757,17575,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1758,17582,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1759,17590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1760,17597,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1760,17605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1761,17612,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1762,17620,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1763,17627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1763,17635,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1764,17642,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1765,17650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1766,17657,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1766,17665,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1767,17672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1768,17680,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1769,17687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1769,17695,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1770,17702,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1771,17710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1772,17717,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1772,17725,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1773,17732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1774,17740,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1775,17747,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1775,17755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1776,17762,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1777,17770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1778,17777,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1778,17785,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1779,17792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1780,17800,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1781,17807,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1781,17815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1782,17822,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1783,17830,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1784,17837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1784,17845,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1785,17852,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1786,17860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1787,17867,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1787,17875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1788,17882,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1789,17890,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1790,17897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1790,17905,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1791,17912,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1792,17920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1793,17927,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1793,17935,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1794,17942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1795,17950,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1796,17957,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1796,17965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1797,17972,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1798,17980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1799,17987,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1799,17995,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1800,18002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1801,18010,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1802,18017,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1802,18025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1803,18032,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1804,18040,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1805,18047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1805,18055,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1806,18062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1807,18070,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1808,18077,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1808,18085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1809,18092,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1810,18100,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1811,18107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1811,18115,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1812,18122,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1813,18130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1814,18137,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1814,18145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1815,18152,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1816,18160,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1817,18167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1817,18175,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1818,18182,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1819,18190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1820,18197,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1820,18205,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1821,18212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1822,18220,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1823,18227,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1823,18235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1824,18242,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1825,18250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1826,18257,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1826,18265,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1827,18272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1828,18280,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1829,18287,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1829,18295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1830,18302,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1831,18310,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1832,18317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1832,18325,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1833,18332,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1834,18340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1835,18347,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1835,18355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1836,18362,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1837,18370,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1838,18377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1838,18385,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1839,18392,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1840,18400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1841,18407,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1841,18415,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1842,18422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1843,18430,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1844,18437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1844,18445,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1845,18452,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1846,18460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1847,18467,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1847,18475,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1848,18482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1849,18490,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1850,18497,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1850,18505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1851,18512,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1852,18520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1853,18527,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1853,18535,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1854,18542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1855,18550,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1856,18557,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1856,18565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1857,18572,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1858,18580,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1859,18587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1859,18595,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1860,18602,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1861,18610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1862,18617,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1862,18625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1863,18632,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1864,18640,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1865,18647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1865,18655,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1866,18662,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1867,18670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1868,18677,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1868,18685,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1869,18692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1870,18700,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1871,18707,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1871,18715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1872,18722,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1873,18730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1874,18737,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1874,18745,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1875,18752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1876,18760,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1877,18767,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1877,18775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1878,18782,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1879,18790,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1880,18797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1880,18805,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1881,18812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1882,18820,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1883,18827,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1883,18835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1884,18842,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1885,18850,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1886,18857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1886,18865,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1887,18872,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1888,18880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1889,18887,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1889,18895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1890,18902,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1891,18910,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1892,18917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1892,18925,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1893,18932,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1894,18940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1895,18947,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1895,18955,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1896,18962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1897,18970,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1898,18977,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1898,18985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1899,18992,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1900,19000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1901,19007,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1901,19015,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1902,19022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1903,19030,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1904,19037,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1904,19045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1905,19052,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1906,19060,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1907,19067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1907,19075,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1908,19082,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1909,19090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1910,19097,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1910,19105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1911,19112,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1912,19120,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1913,19127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1913,19135,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1914,19142,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1915,19150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1916,19157,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1916,19165,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1917,19172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1918,19180,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1919,19187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1919,19195,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1920,19202,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1921,19210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1922,19217,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1922,19225,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1923,19232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1924,19240,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1925,19247,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1925,19255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1926,19262,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1927,19270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1928,19277,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1928,19285,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1929,19292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1930,19300,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1931,19307,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1931,19315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1932,19322,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1933,19330,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1934,19337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1934,19345,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1935,19352,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1936,19360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1937,19367,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1937,19375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1938,19382,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1939,19390,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1940,19397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1940,19405,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1941,19412,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1942,19420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1943,19427,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1943,19435,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1944,19442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1945,19450,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1946,19457,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1946,19465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1947,19472,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1948,19480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1949,19487,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1949,19495,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1950,19502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1951,19510,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1952,19517,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1952,19525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1953,19532,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1954,19540,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1955,19547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1955,19555,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1956,19562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1957,19570,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1958,19577,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1958,19585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1959,19592,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1960,19600,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1961,19607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1961,19615,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1962,19622,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1963,19630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1964,19637,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1964,19645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1965,19652,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1966,19660,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1967,19667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1967,19675,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1968,19682,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1969,19690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1970,19697,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1970,19705,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1971,19712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1972,19720,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1973,19727,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1973,19735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1974,19742,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1975,19750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1976,19757,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1976,19765,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1977,19772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1978,19780,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1979,19787,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1979,19795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1980,19802,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1981,19810,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1982,19817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1982,19825,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1983,19832,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1984,19840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1985,19847,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1985,19855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1986,19862,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1987,19870,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1988,19877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1988,19885,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1989,19892,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1990,19900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1991,19907,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1991,19915,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1992,19922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1993,19930,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1994,19937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1994,19945,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1995,19952,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1996,19960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1997,19967,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1997,19975,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1998,19982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=1999,19990,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2000,19997,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2000,20005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2001,20012,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2002,20020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2003,20027,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2003,20035,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2004,20042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2005,20050,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2006,20057,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2006,20065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2007,20072,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2008,20080,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2009,20087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2009,20095,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2010,20102,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2011,20110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2012,20117,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2012,20125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2013,20132,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2014,20140,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2015,20147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2015,20155,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2016,20162,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2017,20170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2018,20177,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2018,20185,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2019,20192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2020,20200,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2021,20207,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2021,20215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2022,20222,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2023,20230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2024,20237,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2024,20245,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2025,20252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2026,20260,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2027,20267,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2027,20275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2028,20282,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2029,20290,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2030,20297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2030,20305,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2031,20312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2032,20320,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2033,20327,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2033,20335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2034,20342,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2035,20350,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2036,20357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2036,20365,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2037,20372,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2038,20380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2039,20387,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2039,20395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2040,20402,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2041,20410,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2042,20417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2042,20425,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2043,20432,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2044,20440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2045,20447,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2045,20455,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2046,20462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2047,20470,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2048,20477,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2048,20485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2049,20492,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2050,20500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2051,20507,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2051,20515,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2052,20522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2053,20530,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2054,20537,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2054,20545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2055,20552,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2056,20560,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2057,20567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2057,20575,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2058,20582,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2059,20590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2060,20597,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2060,20605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2061,20612,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2062,20620,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2063,20627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2063,20635,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2064,20642,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2065,20650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2066,20657,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2066,20665,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2067,20672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2068,20680,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2069,20687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2069,20695,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2070,20702,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2071,20710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2072,20717,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2072,20725,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2073,20732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2074,20740,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2075,20747,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2075,20755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2076,20762,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2077,20770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2078,20777,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2078,20785,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2079,20792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2080,20800,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2081,20807,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2081,20815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2082,20822,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2083,20830,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2084,20837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2084,20845,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2085,20852,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2086,20860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2087,20867,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2087,20875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2088,20882,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2089,20890,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2090,20897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2090,20905,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2091,20912,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2092,20920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2093,20927,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2093,20935,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2094,20942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2095,20950,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2096,20957,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2096,20965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2097,20972,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2098,20980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2099,20987,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2099,20995,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2100,21002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2101,21010,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2102,21017,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2102,21025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2103,21032,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2104,21040,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2105,21047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2105,21055,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2106,21062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2107,21070,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2108,21077,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2108,21085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2109,21092,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2110,21100,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2111,21107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2111,21115,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2112,21122,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2113,21130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2114,21137,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2114,21145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2115,21152,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2116,21160,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2117,21167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2117,21175,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2118,21182,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2119,21190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2120,21197,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2120,21205,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2121,21212,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2122,21220,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2123,21227,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2123,21235,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2124,21242,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2125,21250,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2126,21257,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2126,21265,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2127,21272,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2128,21280,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2129,21287,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2129,21295,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2130,21302,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2131,21310,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2132,21317,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2132,21325,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2133,21332,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2134,21340,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2135,21347,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2135,21355,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2136,21362,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2137,21370,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2138,21377,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2138,21385,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2139,21392,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2140,21400,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2141,21407,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2141,21415,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2142,21422,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2143,21430,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2144,21437,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2144,21445,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2145,21452,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2146,21460,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2147,21467,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2147,21475,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2148,21482,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2149,21490,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2150,21497,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2150,21505,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2151,21512,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2152,21520,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2153,21527,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2153,21535,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2154,21542,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2155,21550,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2156,21557,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2156,21565,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2157,21572,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2158,21580,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2159,21587,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2159,21595,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2160,21602,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2161,21610,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2162,21617,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2162,21625,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2163,21632,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2164,21640,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2165,21647,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2165,21655,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2166,21662,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2167,21670,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2168,21677,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2168,21685,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2169,21692,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2170,21700,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2171,21707,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2171,21715,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2172,21722,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2173,21730,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2174,21737,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2174,21745,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2175,21752,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2176,21760,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2177,21767,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2177,21775,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2178,21782,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2179,21790,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2180,21797,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2180,21805,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2181,21812,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2182,21820,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2183,21827,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2183,21835,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2184,21842,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2185,21850,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2186,21857,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2186,21865,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2187,21872,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2188,21880,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2189,21887,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2189,21895,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2190,21902,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2191,21910,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2192,21917,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2192,21925,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2193,21932,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2194,21940,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2195,21947,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2195,21955,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2196,21962,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2197,21970,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2198,21977,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2198,21985,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2199,21992,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2200,22000,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2201,22007,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2201,22015,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2202,22022,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2203,22030,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2204,22037,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2204,22045,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2205,22052,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2206,22060,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2207,22067,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2207,22075,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2208,22082,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2209,22090,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2210,22097,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2210,22105,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2211,22112,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2212,22120,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2213,22127,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2213,22135,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2214,22142,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2215,22150,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2216,22157,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2216,22165,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2217,22172,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2218,22180,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2219,22187,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2219,22195,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2220,22202,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2221,22210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2222,22217,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2222,22225,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2223,22232,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2224,22240,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2225,22247,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2225,22255,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2226,22262,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2227,22270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2228,22277,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2228,22285,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2229,22292,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2230,22300,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2231,22307,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2231,22315,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2232,22322,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2233,22330,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2234,22337,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2234,22345,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2235,22352,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2236,22360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2237,22367,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2237,22375,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2238,22382,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2239,22390,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2240,22397,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2240,22405,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2241,22412,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2242,22420,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2243,22427,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2243,22435,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2244,22442,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2245,22450,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2246,22457,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2246,22465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2247,22472,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2248,22480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2249,22487,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2249,22495,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2250,22502,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2251,22510,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2252,22517,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2252,22525,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2253,22532,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2254,22540,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2255,22547,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2255,22555,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2256,22562,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2257,22570,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2258,22577,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2258,22585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2259,22592,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2260,22600,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2261,22607,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2261,22615,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2262,22622,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2263,22630,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2264,22637,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2264,22645,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2265,22652,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2266,22660,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2267,22667,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2267,22675,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2268,22682,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2269,22690,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2270,22697,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2270,22705,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2271,22712,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2272,22720,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2273,22727,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2273,22735,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2274,22742,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2275,22750,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2276,22757,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2276,22765,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2277,22772,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2278,22780,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2279,22787,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2279,22795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2280,22802,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2281,22810,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2282,22817,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2282,22825,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2283,22832,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2284,22840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2285,22847,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2285,22855,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2286,22862,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2287,22870,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2288,22877,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2288,22885,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2289,22892,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2290,22900,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2291,22907,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2291,22915,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2292,22922,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2293,22930,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2294,22937,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2294,22945,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2295,22952,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2296,22960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2297,22967,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2297,22975,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2298,22982,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2299,22990,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2300,22997,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2300,23005,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2301,23012,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2302,23020,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2303,23027,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2303,23035,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2304,23042,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2305,23050,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2306,23057,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2306,23065,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2307,23072,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2308,23080,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2309,23087,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2309,23095,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2310,23102,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2311,23110,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2312,23117,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2312,23125,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2313,23132,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2314,23140,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2315,23147,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2315,23155,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2316,23162,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2317,23170,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2318,23177,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2318,23185,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2319,23192,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2320,23200,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2321,23207,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2321,23215,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2322,23222,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2323,23230,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2324,23237,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2324,23245,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2325,23252,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2326,23260,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2327,23267,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2327,23275,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2328,23282,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2329,23290,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2330,23297,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2330,23305,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2331,23312,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2332,23320,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2333,23327,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2333,23335,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2334,23342,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2335,23350,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2336,23357,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2336,23365,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2337,23372,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2338,23380,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2339,23387,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2339,23395,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2340,23402,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2341,23410,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2342,23417,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2342,23425,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2343,23432,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2344,23440,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2345,23447,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2345,23455,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2346,23462,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2347,23470,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2348,23477,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2348,23485,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2349,23492,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2350,23500,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2351,23507,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2351,23515,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2352,23522,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2353,23530,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2354,23537,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2354,23545,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2355,23552,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2356,23560,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2357,23567,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2357,23575,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2358,23582,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2359,23590,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2360,23597,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2360,23605,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2361,23612,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2362,23620,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2363,23627,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2363,23635,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2364,23642,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2365,23650,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2366,23657,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2366,23665,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2367,23672,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2368,23680,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2369,23687,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2369,23695,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2370,23702,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2371,23710,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2372,23717,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2372,23725,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2373,23732,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2374,23740,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2375,23747,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2375,23755,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2376,23762,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2377,23770,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2378,23777,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2378,23785,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2379,23792,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2380,23800,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2381,23807,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2381,23815,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2382,23822,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2383,23830,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2384,23837,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2384,23845,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2385,23852,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2386,23860,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2387,23867,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2387,23875,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2388,23882,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2389,23890,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2390,23897,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2390,23905,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2391,23912,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2392,23920,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2393,23927,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2393,23935,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2394,23942,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2395,23950,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2396,23957,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2396,23965,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2397,23972,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2398,23980,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2399,23987,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2399,23995,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2400,24002,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2401,24010,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2402,24017,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2402,24025,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2403,24032,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2404,24040,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2405,24047,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2405,24055,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2406,24062,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2407,24070,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2408,24077,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2408,24085,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2409,24092,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2410,24100,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2411,24107,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2411,24115,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2412,24122,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2413,24130,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2414,24137,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2414,24145,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2415,24152,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2416,24160,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2417,24167,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2417,24175,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2418,24182,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2419,24190,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2420,24195,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2420,24199,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2420,24203,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2421,24206,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2421,24210,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2421,24214,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2422,24218,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2422,24221,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2423,24225,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2423,24229,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2423,24233,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2424,24236,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2424,24240,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2424,24244,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2425,24248,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2425,24251,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2426,24255,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2426,24259,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2426,24263,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2427,24266,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2427,24270,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2427,24274,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2428,24278,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2428,24281,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2429,24285,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2429,24289,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2429,24293,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2430,24296,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2430,24300,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2430,24304,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2431,24308,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2431,24311,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2432,24315,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2432,24319,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2432,24323,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2433,24326,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2433,24330,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2433,24334,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2434,24338,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2434,24341,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2435,24345,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2435,24349,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2435,24353,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2436,24356,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2436,24360,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2436,24364,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2437,24368,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2437,24371,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2438,24375,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2438,24379,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2438,24383,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2439,24386,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2439,24390,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2439,24394,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2440,24398,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2440,24401,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2441,24405,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2441,24409,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2441,24413,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2442,24416,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2442,24420,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2442,24424,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2443,24428,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2443,24431,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2444,24435,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2444,24439,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2444,24443,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2445,24446,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2445,24450,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2445,24454,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2446,24458,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2446,24461,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2447,24465,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2447,24469,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2447,24473,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2448,24476,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2448,24480,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2448,24484,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2449,24488,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2449,24491,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2450,24495,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2450,24499,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2450,24503,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2451,24506,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2451,24510,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2451,24514,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2452,24518,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2452,24521,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2453,24525,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2453,24529,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2453,24533,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2454,24536,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2454,24540,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2454,24544,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2455,24548,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2455,24551,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2456,24555,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2456,24559,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2456,24563,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2457,24566,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2457,24570,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2457,24574,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2458,24578,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2458,24581,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2459,24585,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2459,24589,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2459,24593,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2460,24596,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2460,24600,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2460,24604,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2461,24608,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2461,24611,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2462,24615,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2462,24619,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2462,24623,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2463,24626,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2463,24630,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2463,24634,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2464,24638,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2464,24641,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2465,24645,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2465,24649,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2465,24653,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2466,24656,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2466,24660,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2466,24664,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2467,24668,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2467,24671,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2468,24675,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2468,24679,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2468,24683,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2469,24686,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2469,24690,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2469,24694,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2470,24698,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2470,24701,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2471,24705,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2471,24709,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2471,24713,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2472,24716,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2472,24720,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2472,24724,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2473,24728,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2473,24731,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2474,24735,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2474,24739,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2474,24743,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2475,24746,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2475,24750,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2475,24754,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2476,24758,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2476,24761,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2477,24765,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2477,24769,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2477,24773,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2478,24776,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2478,24780,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2478,24784,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2479,24788,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2479,24791,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2480,24795,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2480,24799,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2480,24803,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2481,24806,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2481,24810,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2481,24814,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2482,24818,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2482,24821,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2483,24825,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2483,24829,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2483,24833,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2484,24836,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2484,24840,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2484,24844,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2485,24848,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2485,24851,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2486,24855,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2486,24859,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2486,24863,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2487,24866,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2487,24870,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2487,24874,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2488,24878,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2488,24881,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2489,24885,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2489,24889,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2489,24893,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2490,24896,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2490,24900,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2490,24904,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2491,24908,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2491,24911,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2492,24915,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2492,24919,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2492,24923,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not sup2022/01/18 15:35:49.474 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterScanInit (9). Allow callbacks: true. +2022/01/18 15:35:49.475 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInitialProcess (10). Allow callbacks: true. +2022/01/18 15:35:49.475 ecmcAsynPortDriver:getEpicsState: EPICS state: Unknown state (11). Allow callbacks: true. +2022/01/18 15:35:49.475 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterIocBuilt (12). Allow callbacks: true. +2022/01/18 15:35:49.646 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAtIocRun (13). Allow callbacks: true. +2022/01/18 15:35:49.646 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterDatabaseRunning (14). Allow callbacks: true. +2022/01/18 15:35:49.646 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterInterruptAccept (28). Allow callbacks: true. +2022/01/18 15:35:49.646 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterCaServerRunning (15). Allow callbacks: true. +2022/01/18 15:35:49.646 ecmcAsynPortDriver:getEpicsState: EPICS state: Unknown state (29). Allow callbacks: true. +iocRun: All initialization complete +2022/01/18 15:35:49.670 ecmcAsynPortDriver:getEpicsState: EPICS state: initHookAfterIocRunning (16). Allow callbacks: true. +ported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2493,24926,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2493,24930,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2493,24934,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2494,24938,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2494,24941,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2495,24945,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2495,24949,0.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2495,24953,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2496,24956,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2496,24960,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2496,24964,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2497,24968,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2497,24971,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2498,24975,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2498,24979,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2498,24983,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2499,24986,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2499,24990,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2499,24994,0.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/spindle_control.c:spindle_set_speed:131 Not supported yet.. +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=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/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:st_go_idle:290 +../grbl/stepper.c:ecmc_dummy_thread:233 Positions(x,y,x)=2500,25000,0.. +# Set the IOC Prompt String One +epicsEnvSet IOCSH_PS1 "raspberrypi-27460 > " +# +raspberrypi-27460 > \ No newline at end of file