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

    Cancelled printing file, 'abort' command executed

    Scheduled Pinned Locked Moved
    Firmware installation
    3
    10
    345
    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.
    • thaug29undefined
      thaug29
      last edited by thaug29

      probe-screw-5sc.gcode I just updated to 3.5.0-rc2 from 3.4.6, I have a 6HC with 1LC v1.3 everything was running fine on 3.4.6 but now the print aborts just after the bed reaches temp. I am using Simplify3D. The error message is

      Cancelled printing file 0:/gcodes/probe-screw-5sc.gcode, print time was 0h 1m
      'abort' command executed

      oliofundefined 1 Reply Last reply Reply Quote 0
      • oliofundefined
        oliof @thaug29
        last edited by

        @thaug29 best to share the file referenced in the error message

        <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

        thaug29undefined 1 Reply Last reply Reply Quote 0
        • thaug29undefined
          thaug29 @oliof
          last edited by

          @oliof Which file should I include?

          1 Reply Last reply Reply Quote 0
          • thaug29undefined
            thaug29
            last edited by

            I moved back to 3.4.6 and everything works fine. I went through the change log for 3.5.0 and I don't see anything that would cause it not to work on my printer. Any ideas what might have changed between the two versions to cause the print to abort after heating the bed. For some reason I am unable to upload my code or file to this site.

            droftartsundefined 1 Reply Last reply Reply Quote 0
            • droftartsundefined
              droftarts administrators @thaug29
              last edited by

              @thaug29 said in Cancelled printing file, 'abort' command executed:

              For some reason I am unable to upload my code or file to this site.

              It's probably bigger than the file size limit (I'm not sure what that is, though). We only really need to see the first 100 or so lines, up to the first lines of Gcode of the first layer, so you could could copy that from the Gcode (open it in a text editor) and paste it into your reply. Without that... no idea.

              Ian

              Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

              thaug29undefined 1 Reply Last reply Reply Quote 0
              • thaug29undefined
                thaug29 @droftarts
                last edited by

                @droftarts;
                This is my startup script.

                M104 S140 ; PreHeat nozzle
                M109 S140 ; wait for extruder temp
                M98 P"/macros/start_print.g"
                M104 S[extruder0_temperature] T0 ; set extruder temp
                M109 S[extruder0_temperature] T0 ; wait for extruder temp
                G1 X20 Y10 Z0.2 F3000 ; get ready to prime
                G92 E0 ; reset extrusion distance
                G1 X250 E25 F600 ; prime nozzle

                This is the G-Code I am trying to print, it heats the bed and then aborts.

                G-Code generated by Simplify3D(R) Version 5.1.2
                ; Jan 25, 2024 at 10:48:44 AM

                G90
                M82
                M106 S0 P0
                M140 S105
                M190 S105
                M104 S140 T0 ; PreHeat nozzle
                M109 S140 T0 ; wait for extruder temp
                M98 P"/macros/start_print.g"
                M104 S220 T0 ; set extruder temp
                M109 S220 T0 ; wait for extruder temp
                G1 X20 Y10 Z0.2 F3000 ; get ready to prime
                G92 E0 ; reset extrusion distance
                G1 X250 E25 F600 ; prime nozzle
                ; process Process 1
                ; layer 1, Z = 0.2200
                T0
                G92 E0.00000
                G1 E-2.00000 F2100
                ; feature skirt
                ; tool H0.2200 W0.480
                G1 Z0.2200 F1800
                G1 X105.424 Y127.392 F15000
                G92 E0.00000
                G1 E2.00000 F2100
                G92 E0.00000
                G1 X127.902 Y136.843 E1.37821

                droftartsundefined 1 Reply Last reply Reply Quote 0
                • droftartsundefined
                  droftarts administrators @thaug29
                  last edited by

                  @thaug29 what is in /macros/start_print.g ? That is called right after bed and hot end get to temperature.

                  Ian

                  Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                  thaug29undefined 1 Reply Last reply Reply Quote 0
                  • thaug29undefined
                    thaug29 @droftarts
                    last edited by

                    @droftarts
                    These macros run when individually run.

                    ; Macro print start
                    ; reset baby stepping
                    M290 S0.00 R0

                    G28

                    M98 P"/macros/magprobe_do_QGL.g"

                    G28 Z
                    G1 Y270

                    M98 P"/macros/nozzle_scrub.g"

                    M98 P"/macros/autoz/autoz.g"

                    ; Final settings before print actually start
                    T0 ; select tool 0
                    G21 ; set units to mm
                    M83 ; set extruder to relative mode
                    G92 E0.0 ; reset extruder position
                    M220 S100 ; reset speed multiplier

                    M98 P"/macros/magprobe_dock.g"

                    echo "Print will now start"

                    oliofundefined 1 Reply Last reply Reply Quote 0
                    • oliofundefined
                      oliof @thaug29
                      last edited by oliof

                      @thaug29 said in Cancelled printing file, 'abort' command executed:

                      M98 P"/macros/magprobe_do_QGL.g"
                      M98 P"/macros/nozzle_scrub.g"
                      M98 P"/macros/autoz/autoz.g"
                      M98 P"/macros/magprobe_dock.g"

                      whats in these ones?

                      <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                      thaug29undefined 1 Reply Last reply Reply Quote 0
                      • thaug29undefined
                        thaug29 @oliof
                        last edited by

                        @oliof Thanks for your help but I'm going to stick with 3.4.6 for now and try to simplify and rewrite my macros at a latter time.

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