Browse Source

Tweak configuration spacing

Scott Lahteine 7 years ago
parent
commit
2e139fe50f
50 changed files with 50 additions and 50 deletions
  1. 1
    1
      Marlin/Configuration_adv.h
  2. 1
    1
      Marlin/src/config/default/Configuration_adv.h
  3. 1
    1
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 1
    1
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 1
    1
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 1
    1
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 1
    1
      Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h
  8. 1
    1
      Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h
  9. 1
    1
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  10. 1
    1
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  11. 1
    1
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  12. 1
    1
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  13. 1
    1
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  14. 1
    1
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  15. 1
    1
      Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h
  16. 1
    1
      Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h
  17. 1
    1
      Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h
  18. 1
    1
      Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h
  19. 1
    1
      Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h
  20. 1
    1
      Marlin/src/config/examples/Felix/Configuration_adv.h
  21. 1
    1
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  22. 1
    1
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h
  23. 1
    1
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h
  24. 1
    1
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  25. 1
    1
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  26. 1
    1
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  27. 1
    1
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  28. 1
    1
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  29. 1
    1
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  30. 1
    1
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  31. 1
    1
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  32. 1
    1
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  33. 1
    1
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  34. 1
    1
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  35. 1
    1
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  36. 1
    1
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  37. 1
    1
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  38. 1
    1
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  39. 1
    1
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  40. 1
    1
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  41. 1
    1
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  42. 1
    1
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  43. 1
    1
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  44. 1
    1
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  45. 1
    1
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  46. 1
    1
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  47. 1
    1
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  48. 1
    1
      Marlin/src/config/examples/makibox/Configuration_adv.h
  49. 1
    1
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  50. 1
    1
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/default/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,4,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 4, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Anet/A6/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Anet/A8/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Cartesio/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Creality/Ender-3/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Felix/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/MakerParts/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/RigidBot/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/SCARA/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/TheBorg/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h View File

@@ -455,7 +455,7 @@
455 455
 #endif
456 456
 
457 457
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
458
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
458
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
459 459
 
460 460
 /**
461 461
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

@@ -454,7 +454,7 @@
454 454
 #endif
455 455
 
456 456
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
457
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
457
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
458 458
 
459 459
 /**
460 460
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h View File

@@ -454,7 +454,7 @@
454 454
 #endif
455 455
 
456 456
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
457
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
457
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
458 458
 
459 459
 /**
460 460
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h View File

@@ -454,7 +454,7 @@
454 454
 #endif
455 455
 
456 456
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
457
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
457
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
458 458
 
459 459
 /**
460 460
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration_adv.h View File

@@ -454,7 +454,7 @@
454 454
 #endif
455 455
 
456 456
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
457
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
457
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
458 458
 
459 459
 /**
460 460
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h View File

@@ -454,7 +454,7 @@
454 454
 #endif
455 455
 
456 456
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
457
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
457
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
458 458
 
459 459
 /**
460 460
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h View File

@@ -459,7 +459,7 @@
459 459
 #endif
460 460
 
461 461
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
462
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
462
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
463 463
 
464 464
 /**
465 465
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h View File

@@ -454,7 +454,7 @@
454 454
 #endif
455 455
 
456 456
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
457
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
457
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
458 458
 
459 459
 /**
460 460
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/makibox/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

+ 1
- 1
Marlin/src/config/examples/wt150/Configuration_adv.h View File

@@ -452,7 +452,7 @@
452 452
 #endif
453 453
 
454 454
 // Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
455
-#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
455
+#define MICROSTEP_MODES { 16, 16, 16, 16, 16 } // [1,2,4,8,16]
456 456
 
457 457
 /**
458 458
  *  @section  stepper motor current

Loading…
Cancel
Save