I need SD card files for duet 3 6HC
-
Send M503 through USB to check that it can read the SD card.
-
@Phaedrux Screen didnt do anything. i uploaded firmware update via usb. Upload system files button in Duet Web Control. Check it is in the Duet's '0:sys' folder. If necessary, rename the file to 'PanelDueFirmware.bin'. still no luck
-
@dc42 M503 VIA USB no results. Do you have to have PanelDue to resume print after power failure?
-
@Ironman777 said in I need SD card files for duet 3 6HC:
Do you have to have PanelDue to resume print after power failure?
No, you just need to be able to send the command to resume the print.
https://duet3d.dozuki.com/Wiki/Setting_up_to_resume_a_print_after_a_power_failure
@Ironman777 said in I need SD card files for duet 3 6HC:
@Phaedrux Screen didnt do anything. i uploaded firmware update via usb. Upload system files button in Duet Web Control. Check it is in the Duet's '0:sys' folder. If necessary, rename the file to 'PanelDueFirmware.bin'. still no luck
You'll need to follow the actual instructions for updating the paneldue firmware using USB and Bossa.
-
This post is deleted! -
@Phaedrux I can’t get resume after power failure to work. This is in my config M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E5 F1000" ; set voltage thresholds and actions to run on power loss.
I also created a resurrect-prologue file M116 ; Wait for temps
G28 ; Home all
M83 ; relative extrusion
G1 D2 3600 ; undo retractionIt creates a resume.g file when I run M916 it says error file not found
At one point in time this worked for my duet2 has any of the commands changed? I print for 100-200 hours at a time so this is very important.
-
@Ironman777 said in I need SD card files for duet 3 6HC:
It creates a resume.g file when I run M916 it says error file not found
Can you post the file that gets created when power is lost?
Post your resurrect.g and resurrect-prologue.g as well.
-
@Phaedrux This is what gets created after power failure ; resume.g
; called before a print from SD card is resumed
;
; generated by RepRapFirmware Configuration Tool v3.1.10 on Fri Dec 11 2020 20:02:22 GMT-0800 (Pacific Standard Time)
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
G1 D2 F3600 ; extrude 10mm of filament0:/sys/ressurect-prolague.g
M116 ; Wait for temps
G28 ; Home all
M83 ; relative extrusion
G1 D2 3600 ; undo retractionThis is in my config M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E5 F1000" ; set voltage thresholds and actions to run on power loss.
no ressurect.g file is created only resume.g
-
@Ironman777 said in I need SD card files for duet 3 6HC:
0:/sys/ressurect-prolague.g
Does that typo exist in the actual file name?
G1 D2 3600 ; undo retraction
Or that one?
-
@Phaedrux the actual file name is ressurect-prolague.g
and yes G1 D2 3600 ; undo retraction D2 is my extruder pin there is no E on Duet3 -
If that's the case then the spelling is wrong and that's why it can't find the file.