diff --git a/config/config.cfg b/config/config.cfg new file mode 100644 index 0000000..4f3497a --- /dev/null +++ b/config/config.cfg @@ -0,0 +1 @@ +[include firmware-retraction.cfg] \ No newline at end of file diff --git a/config/firmware-retraction.cfg b/config/firmware-retraction.cfg new file mode 100644 index 0000000..285f357 --- /dev/null +++ b/config/firmware-retraction.cfg @@ -0,0 +1,12 @@ +[firmware_retraction] +retract_length: 1 +# The length of filament (in mm) to retract when G10 is activated, +# and to unretract when G11 is activated (but see +# unretract_extra_length below). The default is 0 mm. +#retract_speed: 20 +# The speed of retraction, in mm/s. The default is 20 mm/s. +#unretract_extra_length: 0 +# The length (in mm) of *additional* filament to add when +# unretracting. +#unretract_speed: 10 +# The speed of unretraction, in mm/s. The default is 10 mm/s.