Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Jos_mosa
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Jos_mosa

    • Jos_mosaundefined

      step count from object model

      General Discussion
      • • • Jos_mosa
      6
      0
      Votes
      6
      Posts
      178
      Views

      dc42undefined

      @Jos_mosa and now that 3.6.0 stable is released, it is visible in the DWC Object Model Browser too.

    • Jos_mosaundefined

      stall detection drive object model

      Firmware wishlist
      • • • Jos_mosa
      2
      0
      Votes
      2
      Posts
      134
      Views

      dc42undefined

      @jos_mosa in RRF 3.4.x a driver-stall event is generated instead, and the driver number is passed as a parameter to the event handler macro. See https://docs.duet3d.com/en/User_manual/RepRapFirmware/Events.

    • Jos_mosaundefined

      dual x cariage (idex) fail save

      Firmware wishlist
      • • • Jos_mosa
      2
      0
      Votes
      2
      Posts
      142
      Views

      droftartsundefined

      @jos_mosa No, there is no failsafe for "stupid" moves; on another machine, such a move may be perfectly valid. Generally tools are free to move around in the space defined by M208, once homed. On IDEX machines, you usually set each carriage up as a separate tool, and one gets parked while the other is printing. You can also set them up for simultaneous 'duplicate' and 'mirror' mode printing. In these modes you usually set them to use half the bed area each (and possibly less in mirror mode) so the carriages don't crash. See https://docs.duet3d.com/User_manual/Machine_configuration/Configuration_IDEX#configuring-tools

      We are working on separate gcode streams for RRF, so it's possible that each carriage could move independently (though they will always have to be synchronised in Y), but it would still be advisable to limit the print area of each tool to half the bed.

      Ian

    • Jos_mosaundefined

      dual motor axis with dual endstop configuration

      Tuning and tweaking
      • • • Jos_mosa
      2
      0
      Votes
      2
      Posts
      164
      Views

      jay_s_ukundefined

      @jos_mosa you'll have to split the axis in 2 for homing, set the position and then rejoin them into 1 axis at the end
      https://docs.duet3d.com/User_manual/Connecting_hardware/Z_probe_auto_levelling#axis-levelling-using-endstops
      like the example here for RRF2

    • Jos_mosaundefined

      Solved multiple lines of gcode executed at the same time

      General Discussion
      • • • Jos_mosa
      11
      0
      Votes
      11
      Posts
      589
      Views

      dc42undefined

      @jos_mosa thanks, I'll close this thread.