boubounokefalos / Ender_SW

This is a full conversion of the popular Ender 3 Pro/V2 to a Voron Switchwire.
GNU General Public License v3.0
916 stars 108 forks source link

update printer.cfg #14

Closed tol2cj closed 1 year ago

tol2cj commented 2 years ago

Please correct usage of default parameter values in cancel_print and pause like this:

default_parameter_X: 220

default_parameter_Y: 220

default_parameter_Z: 10

gcode: {% set X = params.X|default(220) %} {% set Y = params.X|default(220) %} {% set Z = params.X|default(10) %}

boubounokefalos commented 1 year ago

Due to a wide variety of configurations nowdays, I will no longer be including configuration files.

Cheers!