Resuming above print surface
-
Recently one of my Duet printers started resuming above the print surface by incremental amounts with each pause/resume sequence. first time at .75mm, then at 1.05mm, then 135, 195, 255, 315....... I compared with another Duet and the Pause/Resume files are identical. Running the same G code, only the one printer resumes in this odd manner. The resume intervals are strange too, each time I resumed these were the added amounts .30,.30,.60,.60,& .60
Scratching my head here.
; resume.g
G1 R1 X0 Y0 Z5 F6000 ; go to 5mm above position of the last print move
G1 R1 X0 Y0 ; go back to the last print move
M83 ; relative extruder moves; pause.g
M83 ; relative extruder moves
;G1 E-20 F3600 ; retract 10mm of filament
G91 ; relative positioning
G1 Z25 F500 ; lift Z by 25mm
G90 ; absolute positioningFirmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
Firmware Electronics: Duet WiFi 1.02 or later + DueX5
Firmware Version: 2.03beta3 (2019-03-25b6)
WiFi Server Version: 1.21
Web Interface Version: 1.22.6 -
I see you're running a beta firmware release. If this is a delta, I suggest upgrading to 2.04RC1. If it's any other printer type, try the full 2.03 release.
-
Oddly enough since my earlier post I cannot get it to do it now, when I could make it happen every time before. Dont think I did anything to fix it, so I will keep an eye on it. Will also upgrade away from Beta. Its a coreXY BTW. Thanks