Notifications
Clear all
The Wipe Tower is currently only supported with the relative extruder addressing
The Wipe Tower is currently only supported with the relative extruder addressing
(use_relative_e_distances=1).
how to deal with it?
Publié : 01/08/2019 12:06 pm
RE: The Wipe Tower is currently only supported with the relative extruder addressing
If you enable Relative E distances please also add the following lines to the Printers Before layer change G code section under Custom G code
;BEFORE_LAYER_CHANGE
G92 E0.0
;[layer_z]
I saw an issue on github where the user didn't and it was causing all sorts of issues, one of the devs pointed out it needed to be added like it is in the standard profiles for the prusa printers that are set to relative extrusion.
Publié : 23/11/2020 2:59 pm