Browse Source

Clarify MICROSTEP_MODES

Scott Lahteine 3 years ago
parent
commit
4457b9d5d2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -953,7 +953,7 @@
953 953
 //#define MICROSTEP16 LOW,LOW,HIGH
954 954
 //#define MICROSTEP32 HIGH,LOW,HIGH
955 955
 
956
-// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
956
+// Microstep settings (Requires a board with pins named X_MS1, X_MS2, etc.)
957 957
 #define MICROSTEP_MODES { 16, 16, 16, 16, 16, 16 } // [1,2,4,8,16]
958 958
 
959 959
 /**

Loading…
Cancel
Save