Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Release 3.3RC2 Extrusion issue

    Using Duet Controllers
    2
    3
    96
    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.
    • sbcrumb
      sbcrumb last edited by sbcrumb

      I recently upgraded from 3.2 stable to 3.3RC2, and I can't print. My first layer is terrible. Seems like it is not extruding properly and I also get these errors in my start up.

      power up + 00:00:00 [warn] Error: in file macro line 35 column 19: M350: array too long, max length = 0
      power up + 00:00:00 [warn] Error: in file macro line 37 column 6: M92: array too long, max length = 0
      power up + 00:00:00 [warn] Error: in file macro line 85 column 11: M593: expected string expression
      

      Which I don't get on 3.2 Stable Release.

      Attached is my config and a first layer picture.
      First Layer

      Config
      Config.g

      dc42 1 Reply Last reply Reply Quote 0
      • dc42
        dc42 administrators @sbcrumb last edited by

        @sbcrumb the warning messages show what the problem is. You are trying to set extruder steps/mm and microstepping before you have created any extruders. The M350 and M92 commands must come after the M584 command that creates the extruders.

        Your M593 command is also wrong. See the M593 entry in the GCodes wiki.

        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

        1 Reply Last reply Reply Quote 0
        • sbcrumb
          sbcrumb last edited by

          Thank you that fixed it, I must have missed I needed to move my M350 and M92 commands after my M584.
          I will look at my M593 and fix that, I am at least printing again and that is the important part.

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