Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. hackinistrator
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 138
    • Best 27
    • Controversial 2
    • Groups 0

    Topics created by hackinistrator

    • hackinistratorundefined

      devicenet servos , any chance to control them?

      CNC
      • • • hackinistrator
      4
      0
      Votes
      4
      Posts
      242
      Views

      T3P3Tonyundefined

      @hackinistrator Ahh right. At this point it depends if you have the time to program a devicenet master onto board with CAN support.

      It looks like there is a developer kit here:
      https://pyramidsolutions.com/products/netstax/protocol-stack-source-code/dmdk/

    • hackinistratorundefined

      proper under voltage detection (F3.2)

      Duet Hardware and wiring
      • • • hackinistrator
      2
      0
      Votes
      2
      Posts
      198
      Views

      dc42undefined

      The 12V rail is the one that is critical to keep the drivers working on Duet 3, so that's the one that generates under-voltage events.

    • hackinistratorundefined

      looking for gt2 pulleys

      3D Printing General Chat
      • • • hackinistrator
      11
      0
      Votes
      11
      Posts
      455
      Views

      Vetiundefined

      i think your best bet is to ask the stepper motor manufacturer if they make them.

    • hackinistratorundefined

      trying to understand diagnostics (M122)

      Duet Hardware and wiring
      • • • hackinistrator
      5
      0
      Votes
      5
      Posts
      285
      Views

      dc42undefined

      @hackinistrator said in trying to understand diagnostics (M122):

      what is the min/max pulse width for the under voltage event to register ? i would like to test that .

      It's 1ms.

      .i think the default homing sequence should be better .

      even my 6 years old 8bit board checks if the endstop is pressed before homing , and if it is , it tries to move the motor in the other direction to see if the endstop state changes . if not then something is wrong , and you hae an error.

      You can do anything you like in the homing files. We'll look at making the homing files generated by configtool do as you suggest.

    • hackinistratorundefined

      multiple heaters for single chamber

      Firmware wishlist
      • • • hackinistrator
      1
      1
      Votes
      1
      Posts
      133
      Views

      No one has replied

    • hackinistratorundefined

      DUET3 hardware revision difference

      Duet Hardware and wiring
      • • • hackinistrator
      6
      0
      Votes
      6
      Posts
      292
      Views

      dc42undefined

      @hackinistrator said in DUET3 hardware revision difference:

      thanks for clarifying . so with those changes , from the software side of view 1 and 1.01 are the same .

      Yes. There is an additional difference between 0.6 and 1.0, which is that the thermistor reference resistors are connected to VREFMON instead of VREF. RepRapFirmware detects the board version and handles that difference.

    • hackinistratorundefined

      parts recommendations

      Duet Hardware and wiring
      • • • hackinistrator
      18
      0
      Votes
      18
      Posts
      622
      Views

      mendenmhundefined

      The motor being outside the enclosure is true for a convection oven (or other very hot air) fan. However, the back of an oven is still pretty hot. I would expect the windings and bearings on such fans might still be capable of fairly elevated temperatures. I used to wind coils out of HAPTZ wire (see, for example, https://wire-cable-tubing.wireandcable.com/viewitems/magnet-wire/heavy-armored-polythermaleze-round-magnet-wire ) which is good to 200C operation. A fan wound with that and with dry bearings might be available, and capable of running at 150C. Finding one is the trick, of course.

    • hackinistratorundefined

      esteps vs multiplier

      3D Printing General Chat
      • • • hackinistrator
      7
      0
      Votes
      7
      Posts
      547
      Views

      dc42undefined

      @zapta said in esteps vs multiplier:

      Another example that comes to mind is the start G-code purge line. It's effected by the esteps settings but not by the multiplier.

      Yes, likewise retract/reprime moves in pause.g and resume.g.