docs: change default value of PRINT_START macro

to make it more understandable...
This commit is contained in:
lixxbox 2021-11-25 20:29:15 +01:00 committed by GitHub
parent ad52728131
commit 470a00c288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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