Skip to content

Commit

Permalink
M400 vs P1000 in cfg files
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Mar 4, 2024
1 parent 62e1aa9 commit 7614d6b
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions Firmware/bigtreetech-manta-m4p.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ gcode:
G91
G1 X-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand All @@ -394,8 +394,8 @@ gcode:
G91
G1 Y-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand Down
8 changes: 4 additions & 4 deletions Firmware/bigtreetech-skr-3-ez.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ gcode:
G91
G1 X-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand All @@ -440,8 +440,8 @@ gcode:
G91
G1 Y-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand Down
8 changes: 4 additions & 4 deletions Firmware/bigtreetech-skr-mini-e3-v2.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ gcode:
G91
G1 X-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand All @@ -358,8 +358,8 @@ gcode:
G91
G1 Y-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand Down
8 changes: 4 additions & 4 deletions Firmware/bigtreetech-skr-mini-e3-v3.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ gcode:
G91
G1 X-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand All @@ -411,8 +411,8 @@ gcode:
G91
G1 Y-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand Down
8 changes: 4 additions & 4 deletions Firmware/bigtreetech-skr-pico-v1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ gcode:
G91
G1 X-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand All @@ -422,8 +422,8 @@ gcode:
G91
G1 Y-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand Down
8 changes: 4 additions & 4 deletions Firmware/fysetc-cheetah-v2.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ gcode:
G91
G1 X-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand All @@ -421,8 +421,8 @@ gcode:
G91
G1 Y-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand Down
8 changes: 4 additions & 4 deletions Firmware/fysetc-cheetah-v3.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,8 @@ gcode:
G91
G1 X-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand All @@ -470,8 +470,8 @@ gcode:
G91
G1 Y-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand Down
8 changes: 4 additions & 4 deletions Firmware/mellow-fly-gemini-v2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ gcode:
G91
G1 X-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand All @@ -419,8 +419,8 @@ gcode:
G91
G1 Y-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand Down
8 changes: 4 additions & 4 deletions Firmware/mellow-fly-gemini-v3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ gcode:
G91
G1 X-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand All @@ -419,8 +419,8 @@ gcode:
G91
G1 Y-10 F1200

# Wait just a second… (give StallGuard registers time to clear)
G4 P1000
# Wait for StallGuard registers to clear
M400
G90
# Set current during print
SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CURRENT_X}
Expand Down

0 comments on commit 7614d6b

Please sign in to comment.