mirror of https://github.com/Desuuuu/klipper.git
docs: Fix Jekyll rendering of docs/TMC_Drivers.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
5c2c43b05f
commit
a0307c0e1c
|
@ -269,6 +269,7 @@ 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:
|
||||
|
@ -286,6 +287,7 @@ 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) or from a [START_PRINT
|
||||
|
|
Loading…
Reference in New Issue