Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou committed Nov 27, 2021
2 parents 64f7c2b + 470a00c commit 47dd6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/klipper_warnings/deprecated_option.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This would define a macro called `PRINT_START` that can be called with an `EXTRU
```yaml
[gcode_macro PRINT_START]
gcode:
{% set EXTRUDER_TEMP = params.EXTRUDER|default(10)|int %}
{% set EXTRUDER_TEMP = params.EXTRUDER|default(230)|int %}
```
{% endraw %}
Take note of the following important aspects:
Expand Down

0 comments on commit 47dd6ad

Please sign in to comment.