firmware retract

This commit is contained in:
Frederik Hertzum 2024-09-01 12:20:15 +02:00
parent 69f19ba16f
commit f159ce7cb2
2 changed files with 13 additions and 0 deletions

1
config/config.cfg Normal file
View File

@ -0,0 +1 @@
[include firmware-retraction.cfg]

View File

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