mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 14:34:06 -06:00
docs: Remove unneeded "raw" markdown tags from documentation
The `<!-- {% raw %} -->` tags are no longer needed now that the Jekyll package is no longer used to process the markdown documentation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d93e21fe67
commit
bea16c74be
2 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue