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

    MoeweX

    @MoeweX

    1
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    MoeweX Unfollow Follow

    Best posts made by MoeweX

    • Cancel/Skip Individual Objects During Print

      There have been several posts in which the topic has started to being discussed already, e.g., https://forum.duet3d.com/topic/6299/cancel-individual-part-s. However, they are locked now for whatever reason so I would like to take the opportunity to post here how I think this feature could be added without too many efforts.

      As already done by the respective octoprint plugin, I think it is a good approach to rely on the slicer comments to identify separate objects, e.g., the processes of Simplify3D.

      One could then add another Gcode command (I name it M125 here but everything is possible) to list and deactivate available processes. If the duet then identifies a Process1, for example, it would ignore all lines until another process is listed such as Process2 (see also the plugin for more details and how this could be done for other slicers).

      Thoughts?

      M125: Skip/Cancel Objects

      Parameters

      • On target object
      • Sn skip (S1) or do not skip (S0)

      Example

      M125 ; list all processes and their state
      M125 O1 S1 ; skip Process1 from now on

      posted in Firmware wishlist
      MoeweXundefined
      MoeweX

    Latest posts made by MoeweX

    • RE: Cancel/Skip Individual Objects During Print

      @dc42 This would be really great, thank you! One question though, I thought Duet 3 is going to be a hardware upgrade, so why does this firmware feature need to be added to a hardware dependent wish list?

      posted in Firmware wishlist
      MoeweXundefined
      MoeweX
    • Cancel/Skip Individual Objects During Print

      There have been several posts in which the topic has started to being discussed already, e.g., https://forum.duet3d.com/topic/6299/cancel-individual-part-s. However, they are locked now for whatever reason so I would like to take the opportunity to post here how I think this feature could be added without too many efforts.

      As already done by the respective octoprint plugin, I think it is a good approach to rely on the slicer comments to identify separate objects, e.g., the processes of Simplify3D.

      One could then add another Gcode command (I name it M125 here but everything is possible) to list and deactivate available processes. If the duet then identifies a Process1, for example, it would ignore all lines until another process is listed such as Process2 (see also the plugin for more details and how this could be done for other slicers).

      Thoughts?

      M125: Skip/Cancel Objects

      Parameters

      • On target object
      • Sn skip (S1) or do not skip (S0)

      Example

      M125 ; list all processes and their state
      M125 O1 S1 ; skip Process1 from now on

      posted in Firmware wishlist
      MoeweXundefined
      MoeweX