Skip to content

Commit

Permalink
Updated currents for better homing
Browse files Browse the repository at this point in the history
  • Loading branch information
Prutsium committed Nov 12, 2021
1 parent f05e180 commit 6cbabfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Klipper_cfg/Prusa_Universal_Config_Revised/Macros/homing.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gcode_macro _SENSORLESS_HOME_X]
gcode:
{% set HOME_CUR = 0.13 %}
{% set HOME_CUR = 0.23 %}
{% if printer["gcode_macro _stepper_type"].tmc2209|int == 1 %}
{% set driver_config = printer.configfile.settings['tmc2209 stepper_x'] %}
{% else %}
Expand All @@ -23,7 +23,7 @@ gcode:

[gcode_macro _SENSORLESS_HOME_Y]
gcode:
{% set HOME_CUR = 0.13 %}
{% set HOME_CUR = 0.23 %}
{% if printer["gcode_macro _stepper_type"].tmc2209|int == 1 %}
{% set driver_config = printer.configfile.settings['tmc2209 stepper_x'] %}
{% else %}
Expand Down

0 comments on commit 6cbabfb

Please sign in to comment.