Yes, after updating 3.2-beta 2 the pause issue is SOLVED.
Latest posts made by MartenPothoven
-
RE: Duet 3 rrf 3.2.x + SBC No reserrect.g file is written.
-
RE: New firmware bundle 3.2beta2
I just updated Duet 3 with SBC RPi to 3.2beta2.
But I get the following error on my RPi HDMI screen.duet 3 loading chunk ObjectModelBrowser failed
error: Http://duet3/js/ObjectModelBrowser.4454214f.jsBut the Duet Web Control 3.2.0-beta2 on my PC browser works fine.
-
RE: Duet 3 rrf 3.2.x + SBC No reserrect.g file is written.
@MartenPothoven said in Duet 3 rrf 3.2.x + SBC No reserrect.g file is written.:
No reserrect.g file is written
Phaedrux ,
issues/55 has to do with a power issue I believe,
(the voltage on the RPi drops so fast that there is no time to write the resurrect.g)
But in this case when I press the Pause Button in the DWC, no resurrect.g file is written at all.On Duet 2 WiFi rrf 3.1.1 its works fine.
On Duet 3 MB6HC 3.2-beta1+ 3HC in stand alone mode its works fine.But on Duet 3 MB6HC 3.2-beta1 with SBC (RPi). Pause (M25) does not work. When I send a M25 (Pause) the nozzle goes to X0 Y0, and when I send a M24 (Resume) the nozzle goes to the old coordinates and the printing stops (Print job is finished). ???
; resume.g
; called before a print from SD card is resumedG1 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
G1 E10 F3600 ; extrude 10mm of filament; pause.g
; called when a print from SD card is paused
;M83 ; relative extruder moves
G1 E-10 F3600 ; retract 10mm of filament
G91 ; relative positioning
G1 Z5 F360 ; lift Z by 5mm
G90 ; absolute positioning
G1 X0 Y0 F6000 ; go to X=0 Y=0 -
Duet 3 rrf 3.2.x + SBC No reserrect.g file is written.
(Duet 3 rrf 3.2.x + SBC) No reserrect.g file is written when pause is pressed.
But same Duet 3 board in stand alone mode with same config.g, everything works fine.Power loss M911 also does not work with sbc but it does works fine in stand alone mode.
Has it to do with sudo rights (permissions) on the Raspberry Pi ????? HELP