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

    Unable to make first print, Error: M32:

    Scheduled Pinned Locked Moved Solved
    Using Duet Controllers
    6
    16
    747
    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.
    • burtonenatorundefined
      burtonenator
      last edited by burtonenator

      I'm setting up a new Duet 3 Mainboard 6HC, with a TOOL1LC board, everything seems to work individually, but when I start to print a file I immediately get the error "Error: M32: Cannot set file to print, because a file is already being printed"

      First there is no other file printing, it does seem to "start" the file, but no progress is ever made, the heaters do not turn on after any time.

      If I put in the commands from the gcode file by hand, or even by a macro they work, I expect I could print the file this way, but gave up once it extruded.

      I sometimes get the error "Error: Attempting to extrude with no tool selected." but not always.

      Thank you for any help, anything I can do please let me know.

      config.g
      EDIT: in SBC mode

      Rushmere3Dundefined fcwiltundefined 2 Replies Last reply Reply Quote 0
      • resamundefined
        resam @burtonenator
        last edited by

        @burtonenator just to sanity check: you are running RRF 3.3 but using DSF 3.4? I would recommend upgrading/downgrading to the same version for both - having such a mix might cause weird issues.

        burtonenatorundefined geon han_Kangundefined 2 Replies Last reply Reply Quote 1
        • Rushmere3Dundefined
          Rushmere3D @burtonenator
          last edited by

          @burtonenator

          I would add a T0, to the end of your config.g. Depending on the slicer it might not be adding/selecting a tool at the start of the gcode file.

          Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

          burtonenatorundefined 1 Reply Last reply Reply Quote 0
          • fcwiltundefined
            fcwilt @burtonenator
            last edited by

            @burtonenator

            What code do you execute at the start of a print?

            Frederick

            Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

            burtonenatorundefined 1 Reply Last reply Reply Quote 0
            • burtonenatorundefined
              burtonenator @Rushmere3D
              last edited by

              @rushmere3d

              I do have a T0 in the Gcode, it doesn't seem to even matter where, I tried moving it to the beginning of the file, no change.

              1 Reply Last reply Reply Quote 0
              • burtonenatorundefined
                burtonenator @fcwilt
                last edited by

                @fcwilt very simple beginning code on the gcode, but even if I have a completely empty gcode file and tell it to run, it gives the same "file is already being printed" error. I don't believe any of it being run at all.

                G90
                M82
                M106 S0
                M140 S60
                M190 S60
                M104 S190 T0
                M109 S190 T0
                G28 ; home all axes
                G32
                ; process Process1
                ; layer 1, Z = 0.200
                T0
                G92 E0.0000
                G1 E-1.0000 F1800

                fcwiltundefined 1 Reply Last reply Reply Quote 1
                • fcwiltundefined
                  fcwilt @burtonenator
                  last edited by

                  @burtonenator

                  What version of the firmware are you using?

                  Frederick

                  Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                  burtonenatorundefined 1 Reply Last reply Reply Quote 0
                  • burtonenatorundefined
                    burtonenator @fcwilt
                    last edited by

                    @fcwilt

                    Board: Duet 3 MB6HC (MB6HC)
                    DSF Version: 3.4.0
                    Firmware: RepRapFirmware for Duet 3 MB6HC 3.3 (2021-06-15)

                    I can now confirm it will print if I upload the Gcode as a Macro, just not as a "job"

                    fcwiltundefined resamundefined 2 Replies Last reply Reply Quote 0
                    • fcwiltundefined
                      fcwilt @burtonenator
                      last edited by

                      @burtonenator

                      I am still using 3.3.0 so there may be a problem with 3.4.0 that I am not aware of.

                      Frederick

                      Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                      1 Reply Last reply Reply Quote 0
                      • burtonenatorundefined burtonenator marked this topic as a question
                      • resamundefined
                        resam @burtonenator
                        last edited by

                        @burtonenator just to sanity check: you are running RRF 3.3 but using DSF 3.4? I would recommend upgrading/downgrading to the same version for both - having such a mix might cause weird issues.

                        burtonenatorundefined geon han_Kangundefined 2 Replies Last reply Reply Quote 1
                        • burtonenatorundefined
                          burtonenator @resam
                          last edited by

                          @resam
                          I did the update on the pi, is there more I should do, everything seems to imply all I have to do is:

                          sudo apt update
                          sudo apt upgrade

                          resamundefined 1 Reply Last reply Reply Quote 0
                          • resamundefined
                            resam @burtonenator
                            last edited by

                            @burtonenator yes, thats the usual way - but if your system is reporting two different versions for RRF and DSF, then something went wrong.

                            1 Reply Last reply Reply Quote 1
                            • burtonenatorundefined
                              burtonenator
                              last edited by

                              @resam

                              Yes!, that seems to be it I got the board to upgrade to 3.4 and now its accepting a file, thank you.

                              1 Reply Last reply Reply Quote 0
                              • burtonenatorundefined burtonenator has marked this topic as solved
                              • geon han_Kangundefined
                                geon han_Kang @resam
                                last edited by

                                @resam

                                The same problem occurred to me.
                                Do you happen to know how to downgrade 3.4 to 3.3?
                                I don't know how to do it.

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

                                  @geon-han_kang In this case they had a mismatch between DSF version and Duet firmware version.

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  1 Reply Last reply Reply Quote 0
                                  • burtonenatorundefined
                                    burtonenator
                                    last edited by

                                    @geon-han_kang I had to upgrade the duet3 to 3.4, there is a script that can help you downgrade the DSF, but I didn't use it, I wanted something from 3.4 anyways.

                                    https://github.com/DanalEstes/DuetVersions

                                    geon han_Kangundefined 1 Reply Last reply Reply Quote 0
                                    • geon han_Kangundefined
                                      geon han_Kang @burtonenator
                                      last edited by geon han_Kang

                                      @burtonenator
                                      Thank you.
                                      I try that

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