summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-05-02 23:19:36 +0200
committerkliment <kliment.yanev@gmail.com>2011-05-02 23:19:36 +0200
commite24333033826c2f6ce7b76ff422e3011448ec250 (patch)
tree2d1f758b2ffb3b3dc212fd1b8357ad22c7a98f0b
parent3c67e2b0e00ecf0f874451395a383e3589cc10cb (diff)
Fix trailing semicolon in #define
-rw-r--r--Tonokip_Firmware/configuration.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h
index 2e1820d..e4f6773 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -9,12 +9,12 @@
#define SDSUPPORT 1
//Min step delay in microseconds. If you are experiencing missing steps, try to raise the delay microseconds, but be aware this
-//may probably prevent the motors from reaching the nominal speed. If you enable this, make sure STEP_DELAY_RATIO is disabled.
-#define STEP_DELAY_MICROS 1;
+// If you enable this, make sure STEP_DELAY_RATIO is disabled.
+#define STEP_DELAY_MICROS 1
//Step delay over interval ratio. If you are still experiencing missing steps, try to uncomment the following line, but be aware this
-//may probably prevent the motors from reaching the nominal speed. If you enable this, make sure STEP_DELAY_MICROS is disabled.
-//#define STEP_DELAY_RATIO 0.05
+//If you enable this, make sure STEP_DELAY_MICROS is disabled.
+//#define STEP_DELAY_RATIO 0.25
//Acceleration settings
float full_velocity_units = 10; // the units between minimum and G1 move feedrate