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

    failed to parse major T-code number (he)

    Scheduled Pinned Locked Moved
    Duet Web Control
    2
    13
    532
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      In that case you can pop out the SD card, and replace the contents of /www with the contents of the 2.0.7 zip file.

      Z-Bot CoreXY Build | Thingiverse Profile

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

        Also, what firmware version exactly are you using? Send M115 to check.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • Government_Baconundefined
          Government_Bacon
          last edited by Government_Bacon

          got this when i opened the jobs tab Capture 1.PNG
          Capture2.PNG

          i am using a SBC

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

            I think you're going to need to do some updating of your versions.

            Can you delete the offending file in the meantime?

            Z-Bot CoreXY Build | Thingiverse Profile

            Government_Baconundefined 1 Reply Last reply Reply Quote 0
            • Government_Baconundefined
              Government_Bacon
              last edited by

              got the dwc updated will update the firmware now

              1 Reply Last reply Reply Quote 0
              • Government_Baconundefined
                Government_Bacon @Phaedrux
                last edited by Government_Bacon

                @Phaedrux ok updated the firmware and the web-controller and i am getting the same errorCapture5.PNG

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

                  Can you post that gcode file please?

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • Government_Baconundefined
                    Government_Bacon
                    last edited by

                    BLtouch Support Volcano v2.gcode

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

                      I notice two things about the file.

                      1 it looks like you're using T1 instead of T0 as your first tool.

                      G90
                      M82
                      M106 S0
                      M104 S210 T1
                      M109 S210 T1
                      G28
                      G29 S1
                      ; process Process1
                      ; layer 1, Z = 0.180
                      T1
                      

                      2 at the end of the file there is a section with some text that isn't commented out.

                      ; layer end
                      M104 S0                                                       ;extruder heater off 
                      G91                                                              ;relative positioning
                      G1 E-1 F300                                                 ;retract the filament a bit before lifting the nozzle
                       to release some of the pressure
                      G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed}   ;move Z up a bit and retract filament even more
                      G28 X0 Y450    		               ;move X to min endstops and Y max to bring to front 
                       so the head is out of the way
                      M84                                                              ;steppers off
                      G90                                                              ;absolute positioning
                      

                      Possibly your endgcode. It might be choking on that when it's being scanned.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      Government_Baconundefined 1 Reply Last reply Reply Quote 0
                      • Government_Baconundefined
                        Government_Bacon @Phaedrux
                        last edited by

                        @Phaedrux it is the ending gcode i got rid of it and it is fine now

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