Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    I need SD card files for duet 3 6HC

    Scheduled Pinned Locked Moved
    Firmware installation
    4
    17
    731
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Ironman777undefined
      Ironman777
      last edited by

      Where can I download the SD cards file for duet 3 6HC I’m goin to run in stand alone mode

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        https://duet3d.dozuki.com/Wiki/Getting_Started_With_Duet_3#Section_Running_in_standalone_mode

        See here for more details on standalone mode. There is a link in there that shows what must be on the SD card.

        Z-Bot CoreXY Build | Thingiverse Profile

        Ironman777undefined 1 Reply Last reply Reply Quote 0
        • Ironman777undefined
          Ironman777 @Phaedrux
          last edited by

          @Phaedrux I have formatted SD card to spec. I have downloaded SD card files and put in config from RRF config tool Included M552 S1 M575 P1 B57600
          Still haven’t gotten anything to happen yet No panel due No Ethernet connection No comport via usb either.

          1 Reply Last reply Reply Quote 0
          • Vetiundefined
            Veti
            last edited by

            @Ironman777 said in I need SD card files for duet 3 6HC:

            No comport via usb either.

            try a different usb cable.

            Ironman777undefined 1 Reply Last reply Reply Quote 0
            • Ironman777undefined
              Ironman777 @Veti
              last edited by

              @Veti 3 different usb cables and it worked. Thank you. I was able to upload a config through web interface stepper motors are working. Upgraded to 3.1.1 no luck on PanelDue yet.

              1 Reply Last reply Reply Quote 0
              • Phaedruxundefined
                Phaedrux Moderator
                last edited by

                Is there anything on the PanelDue screen at all?

                You may need to update the firmware.

                https://duet3d.dozuki.com/Wiki/PanelDue_Firmware_update

                For RRF 3.1.1 I would use 1.24 on the PanelDue.

                Z-Bot CoreXY Build | Thingiverse Profile

                Ironman777undefined 1 Reply Last reply Reply Quote 0
                • dc42undefined
                  dc42 administrators
                  last edited by

                  Send M503 through USB to check that it can read the SD card.

                  Duet WiFi hardware designer and firmware engineer
                  Please do not ask me for Duet support via PM or email, use the forum
                  http://www.escher3d.com, https://miscsolutions.wordpress.com

                  Ironman777undefined 1 Reply Last reply Reply Quote 0
                  • Ironman777undefined
                    Ironman777 @Phaedrux
                    last edited by

                    @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

                    1 Reply Last reply Reply Quote 0
                    • Ironman777undefined
                      Ironman777 @dc42
                      last edited by

                      @dc42 M503 VIA USB no results. Do you have to have PanelDue to resume print after power failure?

                      Phaedruxundefined 1 Reply Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator @Ironman777
                        last edited by

                        @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.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        Ironman777undefined 1 Reply Last reply Reply Quote 0
                        • Ironman777undefined
                          Ironman777
                          last edited by

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • Ironman777undefined
                            Ironman777 @Phaedrux
                            last edited by Ironman777

                            @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 retraction

                            It 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.

                            1 Reply Last reply Reply Quote 0
                            • Phaedruxundefined
                              Phaedrux Moderator
                              last edited by

                              @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.

                              Z-Bot CoreXY Build | Thingiverse Profile

                              Ironman777undefined 1 Reply Last reply Reply Quote 0
                              • Ironman777undefined
                                Ironman777 @Phaedrux
                                last edited by

                                @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 filament

                                0:/sys/ressurect-prolague.g
                                M116 ; Wait for temps
                                G28 ; Home all
                                M83 ; relative extrusion
                                G1 D2 3600 ; undo retraction

                                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.

                                no ressurect.g file is created only resume.g

                                Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                • Phaedruxundefined
                                  Phaedrux Moderator @Ironman777
                                  last edited by Phaedrux

                                  @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?

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  Ironman777undefined 1 Reply Last reply Reply Quote 0
                                  • Ironman777undefined
                                    Ironman777 @Phaedrux
                                    last edited by

                                    @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

                                    1 Reply Last reply Reply Quote 0
                                    • Phaedruxundefined
                                      Phaedrux Moderator
                                      last edited by

                                      If that's the case then the spelling is wrong and that's why it can't find the file.

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post
                                      Unless otherwise noted, all forum content is licensed under CC-BY-SA