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

    rrf3 state model question (get the config values)

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    5
    232
    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.
    • chernogorskyundefined
      chernogorsky
      last edited by

      Hi,
      I have multiple heads with the different phisical setup (different type of extruders, remote/direct)
      So, I need to set its steps on a macros

      The issue here is:
      I cant set steps for E1 without touching E0 by M92

      Is there any way setting the steps for Ex individually, or get the config from rrf3.state.models, like

      m92 e{config.e0.steps:9999:config.e2.steps:config.e3.steps} where 9999 - its my new value for e1

      1 Reply Last reply Reply Quote 0
      • chernogorskyundefined
        chernogorsky
        last edited by

        its more or less corelated with https://forum.duet3d.com/topic/15523/m92-to-set-extruder-esteps-individually-in-a-dual-config

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

          You can do the following if running in standalone mode, but not if running with attached SBC:

          M92 E{expression}:9999:{expression}

          I'm fairly sure the steps/mm is in the object model under move.extruders, but I'm not near a printer right now to look it up.

          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
          • chernogorskyundefined
            chernogorsky
            last edited by

            @dc42 said in rrf3 state model question (get the config values):

            move.extruders

            Thanks
            that command works
            m92 e{move.extruders[0].stepsPerMm}:1333

            I need to find the docs for the object model

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

              @chernogorsky https://duet3d.dozuki.com/Wiki/Object_Model_of_RepRapFirmware

              Sending M409 by itself may also be helpful.

              https://duet3d.dozuki.com/Wiki/Gcode#Section_M409_Query_object_model

              Z-Bot CoreXY Build | Thingiverse Profile

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