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:
Kevin O'Connor
2021-11-16 11:47:59 -05:00
parent d93e21fe67
commit bea16c74be
2 changed files with 0 additions and 6 deletions

View File

@@ -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)