Firmware retraction & Slicer retraction [Solved]
-
Hi,
i want to set the firmware retraction in the machine configuration of config.g
for example:M207 S1.0 F2400 Z0.08 ; set retraction parameters
what i have to set in the slicer? I have to leave default parameters for retraction in the slicer and the firmware will override the parameters with the one in firmware?
-
@lakko It depends on the slicer you use. It needs to be configured to use firmware retraction as well.
In this case the slicer will put
G10
for retraction andG11
for unretract into GCode. The firmware will not do any substitutions. -
I'm using cura 3.4.1
In settings i couldn't find nothing for the firmware retraction
if it is possible i'll set it in firmware otherwise i'll set retraction in cura -
@lakko You need the Printer Settings plugin to make this setting visible in Cura.
-
@wilriker said in Firmware retraction & Slicer retraction:
@lakko You need the Printer Settings plugin to make this setting visible in Cura.
Thankyou