retract amount on DWC?
-
Is there a option to handle the retract amount in the DWC?
Usally I calculate the retract amount on Cura, but I think since I use DWC, the retract has a bigger amount especially when doing a pause.
Can I change this in DWC?
Thanks -
@barbarossa-cologne
Check out the system file pause.g.
This is mine:
M83 ; relative extruder moves G1 E-2 F3600 ; retract filament (see resume.g) G91 ; relative moves G1 Z10 F600 ; move nozzle out of the way - step 1 G90 ; absolute moves G1 X0 Y95 F6000 ; move nozzle out of the way - step 2
-
@fcwilt
thanks!