You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nozzle clean feature currently moves the Z position which is not needed in a system where the bed moves up and down. Is it possible to assign in the Configurations_Fearture.h
#define NOZZLE_CLEAN_END_POINT {100, 60, (Z_MIN_POS + 1)}
to replace the Z_MIN_POS with something like current Z Poistion with maybe an offset?
The text was updated successfully, but these errors were encountered:
My printer works like that of a Fortus printing system. My bed only moves up and down. no need to move the bed to a certain z position. The default Z_MIN_POS would cause the head to crash into what ever was printing. I would like to move the bed down 1mm from the current position. Like retraction. Then go to a cleaning position in the XY only.
I can probably do this all with a tools change script in Simplify3D. Just thought it might simplify things to have the printer handle the cleaning process rather than scripting all the movement in Simplify3D.
Nozzle clean feature currently moves the Z position which is not needed in a system where the bed moves up and down. Is it possible to assign in the Configurations_Fearture.h
#define NOZZLE_CLEAN_END_POINT {100, 60, (Z_MIN_POS + 1)}
to replace the Z_MIN_POS with something like current Z Poistion with maybe an offset?
The text was updated successfully, but these errors were encountered: