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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user