diff options
Diffstat (limited to 'docs/TMC_Drivers.md')
-rw-r--r-- | docs/TMC_Drivers.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/TMC_Drivers.md b/docs/TMC_Drivers.md index 349b9d1e..db7910b9 100644 --- a/docs/TMC_Drivers.md +++ b/docs/TMC_Drivers.md @@ -274,7 +274,6 @@ also allows a hold_current to be set during prints (a hold_current is not recommended during sensorless homing). An example macro might look something like: -<!-- {% raw %} --> ``` [gcode_macro SENSORLESS_HOME_X] gcode: @@ -294,7 +293,6 @@ gcode: # Set current during print SET_TMC_CURRENT STEPPER=stepper_x CURRENT={RUN_CUR} HOLDCURRENT={HOLD_CUR} ``` -<!-- {% endraw %} --> The resulting macro can be called from a [homing_override config section](Config_Reference.md#homing_override) |