Browse Source

Updated config file section markers

Scott Lahteine 10 years ago
parent
commit
c033904693
1 changed files with 8 additions and 2 deletions
  1. 8
    2
      Marlin/configurator/config/Configuration_adv.h

+ 8
- 2
Marlin/configurator/config/Configuration_adv.h View File

@@ -232,11 +232,17 @@
232 232
 // @section machine
233 233
 
234 234
 #define AXIS_RELATIVE_MODES {false, false, false, false}
235
+
236
+// @section hidden
237
+
235 238
 #ifdef CONFIG_STEPPERS_TOSHIBA
236
-#define MAX_STEP_FREQUENCY 10000 // Max step frequency for Toshiba Stepper Controllers
239
+  #define MAX_STEP_FREQUENCY 10000 // Max step frequency for Toshiba Stepper Controllers
237 240
 #else
238
-#define MAX_STEP_FREQUENCY 40000 // Max step frequency for Ultimaker (5000 pps / half step)
241
+  #define MAX_STEP_FREQUENCY 40000 // Max step frequency for Ultimaker (5000 pps / half step)
239 242
 #endif
243
+
244
+// @section machine
245
+
240 246
 //By default pololu step drivers require an active high signal. However, some high power drivers require an active low signal as step.
241 247
 #define INVERT_X_STEP_PIN false
242 248
 #define INVERT_Y_STEP_PIN false

Loading…
Cancel
Save