docs: change default value of PRINT_START macro
to make it more understandable...
This commit is contained in:
parent
ad52728131
commit
470a00c288
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user