diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-11-28 20:33:27 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-12-12 12:44:06 -0500 |
commit | dfe9e8f7831b989ec8d4653644b6fb9f05561da5 (patch) | |
tree | 480a57327bc331278c38a899848029bfc1c4e3ee | |
parent | 307462c20350c31e0ecbec4369daa10c5ca5df34 (diff) | |
download | kutter-dfe9e8f7831b989ec8d4653644b6fb9f05561da5.tar.gz kutter-dfe9e8f7831b989ec8d4653644b6fb9f05561da5.tar.xz kutter-dfe9e8f7831b989ec8d4653644b6fb9f05561da5.zip |
config: Don't specify a hold_current in printer-hiprecy-leo-2019.cfg
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/printer-hiprecy-leo-2019.cfg | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/config/printer-hiprecy-leo-2019.cfg b/config/printer-hiprecy-leo-2019.cfg index 6313842f..a2a098cc 100644 --- a/config/printer-hiprecy-leo-2019.cfg +++ b/config/printer-hiprecy-leo-2019.cfg @@ -110,13 +110,13 @@ algorithm: bicubic gcode: G90 G1 Z5 - SET_TMC_CURRENT STEPPER=stepper_x CURRENT=0.500 HOLDCURRENT=0.250 + SET_TMC_CURRENT STEPPER=stepper_x CURRENT=0.500 G28 X ;Zero X - SET_TMC_CURRENT STEPPER=stepper_x CURRENT=0.600 HOLDCURRENT=0.300 + SET_TMC_CURRENT STEPPER=stepper_x CURRENT=0.600 G1 X10 ;Move X 10mm away from the stop so we can home multiple times in a row (needs a bit of space to trigger reliably again) - SET_TMC_CURRENT STEPPER=stepper_y CURRENT=0.500 HOLDCURRENT=0.250 + SET_TMC_CURRENT STEPPER=stepper_y CURRENT=0.500 G28 Y ;Zero Y - SET_TMC_CURRENT STEPPER=stepper_y CURRENT=0.700 HOLDCURRENT=0.350 + SET_TMC_CURRENT STEPPER=stepper_y CURRENT=0.700 G1 Y10 ;Move Y 10mm away from the stop so we can home multiple times in a row (needs a bit of space to trigger reliably again) G28 Z G1 X20 Y5 @@ -163,7 +163,6 @@ max_z_accel: 100 cs_pin: PG4 diag1_pin: ^!PK1 run_current: 0.600 -hold_current: 0.300 stealthchop_threshold: 999999 driver_SGT: 3 @@ -171,19 +170,16 @@ driver_SGT: 3 cs_pin: PG2 diag1_pin: ^!PJ1 run_current: 0.700 -hold_current: 0.350 stealthchop_threshold: 999999 driver_SGT: 3 [tmc2130 stepper_z] cs_pin: PJ7 run_current: 0.800 -hold_current: 0.400 stealthchop_threshold: 999999 [tmc2130 extruder] cs_pin: PL2 diag1_pin: PE4 run_current: 0.600 -hold_current: 0.300 stealthchop_threshold: 999999 |