GregValiant 1,455
"...the printing does not reset the software..."
Are you referring to resetting the flow rate or feed rate after a print? That can be done in the machines End Gcode in Cura by adding an M220 and M221.
This is part of my End Gcode:
G1 X0 Y{machine_depth} ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed
M220 S100 ;Reset Feed Rate
M221 S100 ;Reset Flow Rate
M84 X Y E ;Disable all steppers but Z
Edited by GregValiant
Recommended Posts
gr5 2,295
I can't help you with most of this. But down arrow means nozzle goes "down" to the bed or gets "closer" to the bed or "down towards z=0" which is as down as you can get. Nozzle hitting bed is all the way down.
For printers where the bed moves (I'd say 90% of printers, the nozzle moves up and down, not the bed), it is indeed counter-intuitive (I have often done what you did) but also correct. This is also how it works in octoprint (which I strongly recommend you switch to - try octoprint with a $25 raspberry pi - it's amazing) and how it works in pronterface (also better software than cura for printing over USB).
For people who's bed moves in Y (like prusa printers, creality printers) they complain as well (I hit the moveY up button but the bed moved towards me instead of away).
The 8 arrows are from the nozzle perspective. not the bed.
Link to post
Share on other sites