I have setup S3d as previous posts suggested to run with SM 2. Seems to be working except when a print reaches 99% complete, the printer just stops. The bed and nozzle turn off. The X,Y,Z axis’ do not move (nor home). The screen freezes and the only way to clear this out is to shut the printer off, then on again.
Does anyone else have this issue and what did you do to correct it?
I am attaching my End G-code (which is the same end g-code Luban puts in).
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G90 ;absolute positioning
G92 E0
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle
to release some of the pressure
G1 Z330 E-1 F3000 ;move Z up a bit and retract filament even more
G1 X0 F3000 ;move X to min endstops
so the head is out of the way
G1 Y350 F3000 ;so the head is out of the way and Plate is moved forward
G28 X0 Y0
M84 ;steppers off