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

    trial, ask & error

    Scheduled Pinned Locked Moved
    General Discussion
    3
    5
    442
    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.
    • Thomssundefined
      Thomss
      last edited by Thomss

      At first, i am not a 3D printer person, i do work wit CNC routers an lathe's for me the important tasks are
      the X, Y & Z axis, steps per cm velocity in mm per minute and acceleration.

      As i be growing into the Duet-2, by "trial, ask & error", i find my self in expressions i have no clue what the are
      and where or how to use them.
      Reading is explaining a lot, but some main things i do not understand.
      sometimes it is as 1 thing has two words, and the next moment in line as they are different things.

      1, motor - Drive
      2, printhead motor
      3 tools
      3 heater (why so many)
      4, extruder moves
      5, bang-bang mode
      6, Thermostatic control

      and there are more i assume

      maybe someone can and will explain, how to see those in relation ..

      1 Reply Last reply Reply Quote 0
      • nhofundefined
        nhof
        last edited by nhof

        1. A drive is what powers a motor. On the Duet Drive generally refers to the TMC chips on the board. Generally each drive is connected to (and powers) one motor, so sometimes these terms will be used interchangeably.

        2. Printhead motor refers to the motor that pushes filament through the nozzle. (extruder motor)

        3. a 'tool' is a group of different elements. Think about a normal 3D printer extruder, it will have a heater, fan, motor, etc. A tool will normally have a single heater and a single drive motor.

        4. Extruder move just means when the extruder motor pushes filament through.

        5. Bang-bang control for heaters is a very simple algorithm. It simply turns the power on when the temperature is below the set point, and off when it is above.

        6. Thermostatic control simply means that the output will turn on depending on a temperature reading. For fans this means that you can tell a fan to turn on when a temperature sensor reaches a certain temp.

        Thomssundefined 1 Reply Last reply Reply Quote 0
        • Thomssundefined
          Thomss @nhof
          last edited by

          @nhof Thank you for answering those, "for moste of us" standard things.
          for me totally new, and without questioning a way to misunderstand.
          so if i understand right, within "tool" (group) i can define a complete axis, like the stepper, and the mechanical end switches.

          Does the Duet can handle soft-switches ??

          As i look at my Duet-2, i think i have a device overdone for my purpose of use.
          not negatively, i find a use for them. thinking of temperature reading of my router bits.

          dc42undefined 1 Reply Last reply Reply Quote 0
          • nhofundefined
            nhof
            last edited by

            Hello,

            The tool is basically for extruders. So in most cases it will only have heaters and motors to drive filament. It may be more helpful to think of 'tool' as a nozzle. One nozzle could have more than one heater and motor feeding material into it.

            Normally an extruder would not have an end stop.

            There are endstop inputs for T0 and T1, these can be used for things like probing or tool setting with the right hardware.

            Not sure what you are referring to by soft switches. The duet does have soft end stops, so if you define the area of your machine it will not travel outside it.

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

              @thomss said in trial, ask & error:

              Does the Duet can handle soft-switches ??

              Do you mean axis limits set in software? The Duet does support these, they are set by the M208 command.

              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
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA