Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. stevenim
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 16
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by stevenim

    • stevenimundefined

      M950 GPIO Bug

      General Discussion
      • • • stevenim
      8
      0
      Votes
      8
      Posts
      416
      Views

      JoergS5undefined

      @bearer said in M950 GPIO Bug:

      mixing inputs and outputs here

      you're right, thanks for explaining.

    • stevenimundefined

      Switch I/O pins during macros?

      Duet Hardware and wiring
      • • • stevenim
      15
      0
      Votes
      15
      Posts
      850
      Views

      Tinchusundefined

      @dc42 When they compete with motion system... That explain my problem about this. My macro trigger the use of an extra stepper motor, which is connected to a driver on an expansion board. So depending on the printing speed, Im detecting strange "pauses" either on the gcode printing or in the time the extra motor moves..
      Now I understand why, the re is a competition for the motion system even when this extra motor is not really part of the motion of the printer, it is just vor moving a heavy filament spool, but I guess since it is using a stepper driver, it is considered part of the motion system?

    • stevenimundefined

      HTTP Connection thru async C#.

      Duet Web Control
      • • • stevenim
      3
      0
      Votes
      3
      Posts
      242
      Views

      dc42undefined

      PS - I suspect the issue is that the Duet web server can respond to a maximum of 4 HTTP requests concurrently.

    • stevenimundefined

      G Code over Ethernet

      Duet Hardware and wiring
      • • • stevenim
      4
      0
      Votes
      4
      Posts
      626
      Views

      A Former User?

      There used to be a good bit of info in the DWC readmed on github, but seems to have been relocated.

      You might find this enlightening https://forum.duet3d.com/topic/12677/boilerplate-http-connection-code-for-python-based-ui

    • stevenimundefined

      Unsolved nanoDLP 3.1.1 Emergency Stop not working & other alternatives

      Duet Hardware and wiring
      • • • stevenim
      7
      0
      Votes
      7
      Posts
      317
      Views

      Phaedruxundefined

      Well I think that runs into the same limitation of USB commands being sequential in general.

    • stevenimundefined

      Idle Current vs Standstill Current

      Tuning and tweaking
      • • • stevenim
      4
      0
      Votes
      4
      Posts
      741
      Views

      Phaedruxundefined

      M917 takes advantage of features of the drivers on the Maestro and Duet 3 board to allow current reduction for slower moves or briefly pausing, but not yet idle.

      https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M917_Set_motor_standstill_current_reduction

    • stevenimundefined

      Unsolved Asynchronous Stop w/o using emergency stop and ack message

      Duet Hardware and wiring
      • • • stevenim
      5
      0
      Votes
      5
      Posts
      227
      Views

      dc42undefined

      @stevenim said in Asynchronous Stop w/o using emergency stop and ack message:

      Does anyone think the M25 command can make the motor stop while it's running?

      Currently, M25 always waits until at least the end of the current move before movement stops. I have it on my work list to allow it to gracefully terminate long moves before then.