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

    Extrude/retract UI in PanelDue and WebUI

    Scheduled Pinned Locked Moved
    General Discussion
    2
    4
    220
    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.
    • Andy Cohenundefined
      Andy Cohen
      last edited by

      Is there a way to modify the steps per mm for these controls? I have installed a Zesty Nimble and the turning ratio from the stepper to the hobbed gear is WAY different from the default setting I used for the E3D tool changer.

      1 Reply Last reply Reply Quote 0
      • Danalundefined
        Danal
        last edited by

        Just the UI? No. I believe what you need to adjust is steps per mm on the E0 axis.

        M92 Ennn

        Delta / Kossel printer fanatic

        1 Reply Last reply Reply Quote 0
        • Andy Cohenundefined
          Andy Cohen
          last edited by

          The extrusion rate in the config for that tool is set correctly for when it is printing. While printing it works fine.
          But it is not correct when I use the UI in the panel or the web interfaces. Those must be set somewhere else.

          1 Reply Last reply Reply Quote 0
          • Danalundefined
            Danal
            last edited by Danal

            The UI just issues GCode commands. Pressing the extrude button with the GUI set like the example below issues this sequence:

            M120         ;Push
            M83          ;Extruder relative
            G1 E10 F300  ;Actual extrusion
            M121         ;Pop
            

            Specifically note the G1 E10 F300. This is exactly what would be in a print job. It literally can't be a different steps/mm.

            So... what symptom are you seeing? If you press the "extrude" button with the amount set to 100, how much do you get? If you execute a G1 E100 F900 via the console, how much do you get? If you make a one line job with the same G1 and run it, how much do you get?

            25ebf0c5-9c2f-4f9c-85f8-4abbe4a15ba8-image.png

            Delta / Kossel printer fanatic

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