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

    Cancel individual objects on the build plate

    Scheduled Pinned Locked Moved
    Beta Firmware
    8
    26
    3.3k
    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.
    • dc42undefined
      dc42 administrators
      last edited by

      I've now modified the M486 command so that when it is used without parameters, it lists the objects that RRF knows about. There are new builds of RRF with this functionality at https://www.dropbox.com/sh/3azy1njy3ayjsbp/AACquxr2m00eV568RZg5QG5wa?dl=0.

      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

      ChrisPundefined 1 Reply Last reply Reply Quote 1
      • NitroFreakundefined
        NitroFreak
        last edited by

        Is it worth it to implement this? I think it is literally easier to make sure things stick to the bed than to label all the parts on the print bed individually, especially when they´re duplicates.

        deckingmanundefined ChrisPundefined 2 Replies Last reply Reply Quote 0
        • deckingmanundefined
          deckingman @NitroFreak
          last edited by

          @NitroFreak There are a lot of things that can go wrong with a print as well as poor bed adhesion. Is this feature worth implementing? I guess that's a decision for each individual user to make. One could say the same about a lot of features. For example, one could argue that it's much better to build a bed that is flat, level and stays that way than it is use to use mesh bed compensation. Personally, that's the approach that I take but there are many more users who prefer to use firmware to compensate for "deficiencies" in hardware. So my take on it is that it's a good thing the features exist even though they may not be for me.

          Ian
          https://somei3deas.wordpress.com/
          https://www.youtube.com/@deckingman

          1 Reply Last reply Reply Quote 1
          • ChrisPundefined
            ChrisP @NitroFreak
            last edited by

            @NitroFreak said in Cancel individual objects on the build plate:

            Is it worth it to implement this? I think it is literally easier to make sure things stick to the bed than to label all the parts on the print bed individually, especially when they´re duplicates.

            Yup, in an ideal situation this feature shouldn't be needed, and on a most hobbyist-size systems theres almost no excuse if you're printing "standard" materials.
            Unfortunately if you're printing up to 1000 items in one hit, it only takes one part to fail (and as @deckingman mentioned, we're not necessarily rarely talking bed adhesion issues here) to potentially write off the whole lot. Similarly imagine a bed with just two parts using £200+ of material - I'd rather cancel one to save the other than scrap both. Printing with more exotic material can often increase the chance of failure - I'd have loved this feature back when I was printing PEEK!

            @deckingman said in Cancel individual objects on the build plate:

            For example, one could argue that it's much better to build a bed that is flat, level and stays that way than it is use to use mesh bed compensation. Personally, that's the approach that I take but there are many more users who prefer to use firmware to compensate for "deficiencies" in hardware.

            Indeed. Interesting example - I've no doubt that probing and mesh compensation works well for those that use it, but in the years I've been printing I've never had a need for it (auto-levelling is the first thing I turn off on a new UM3)... I guess the exception is delta calibration.

            1 Reply Last reply Reply Quote 0
            • ChrisPundefined
              ChrisP @dc42
              last edited by

              @dc42 said in Cancel individual objects on the build plate:

              I've now modified the M486 command so that when it is used without parameters, it lists the objects that RRF knows about. There are new builds of RRF with this functionality at https://www.dropbox.com/sh/3azy1njy3ayjsbp/AACquxr2m00eV568RZg5QG5wa?dl=0.

              Thanks, this works well! One very very minor thing is that it seems to put an extra space at the beginning of each line from line 2 onwards...
              2020-05-05.png

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

                @ChrisP, did you run M486 from DWC,.or some other way? There should be a leading space on every line, so that the lines still line up when there are 10 or more of them.

                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

                ChrisPundefined 2 Replies Last reply Reply Quote 0
                • ChrisPundefined
                  ChrisP @dc42
                  last edited by

                  @dc42 Yes, I ran M486 from the console tab in DWC. I will try again now just to double check...

                  1 Reply Last reply Reply Quote 0
                  • ChrisPundefined
                    ChrisP @dc42
                    last edited by ChrisP

                    @dc42 From DWC...
                    2020-05-05 (1).png

                    It might also be useful to have M486 report what the current object is that's printing...

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

                      @ChrisP said in Cancel individual objects on the build plate:

                      It might also be useful to have M486 report what the current object is that's printing...

                      Good idea! It's already available in the object model.

                      EDIT: except that it might not always be entirely accurate, because the moves in the print queue lag the object tracking.

                      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

                      ChrisPundefined 1 Reply Last reply Reply Quote 0
                      • ChrisPundefined
                        ChrisP @dc42
                        last edited by

                        @dc42 said in Cancel individual objects on the build plate:

                        @ChrisP said in Cancel individual objects on the build plate:

                        It might also be useful to have M486 report what the current object is that's printing...

                        Good idea! It's already available in the object model.

                        EDIT: except that it might not always be entirely accurate, because the moves in the print queue lag the object tracking.

                        Presumably though, the error will only be during travel moves and the first loop of an object then? So it would only be an issue if you happened to get unlucky at the point you queried or if the layer times for objects were particularly small...?

                        What would eventually be nice to see is an Objects tab under the Status tab in DWC where the bed area is plotted using the the limit info from config, then bounding boxes of the objects are plotted over that with a list of all the known objects on the bed and the current one highlighted.... dreams of the future 😀

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

                          @ChrisP said in Cancel individual objects on the build plate:

                          What would eventually be nice to see is an Objects tab under the Status tab in DWC where the bed area is plotted using the the limit info from config, then bounding boxes of the objects are plotted over that with a list of all the known objects on the bed and the current one highlighted.... dreams of the future

                          This is planned.

                          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 1
                          • PCRundefined
                            PCR
                            last edited by

                            @dc42 any news? I had the possibility in RepetierServer to cancel a object. Was quite nice.

                            fc21e60f-6715-43cb-8e77-1532ad762628-grafik.png

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

                              This was waiting for the plugin interface in DWC. That interface has been implemented in DWC 3.2beta1. Now the plugin for object cancellation just needs to be written.

                              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
                              • ppaukstelisundefined
                                ppaukstelis
                                last edited by

                                Just wanted to add that as the person that originally developed the octoprint plugin and did the initial work for Marlin, I really appreciate the systematic way this has been approached in RRF and documented in this thread. Well done. Now, to "standardize" where to put those object labels relative to wipes/retractions....

                                T3P3Tonyundefined 1 Reply Last reply Reply Quote 3
                                • T3P3Tonyundefined
                                  T3P3Tony administrators @ppaukstelis
                                  last edited by

                                  @ppaukstelis thanks for the feedback. The model used for changing tools may also be useful here for slicer writers. i.e:

                                  gcode that happens before the object starts to be printed on that layer,
                                  gcode that happens after that layer of the object finishes being printed

                                  Than can the be tagged with ";Pre-ObjectX" and ";Post-ObjectX"

                                  Anything in between a "post-ObjectX and a "pre-ObjectY" is not object related (i.e its travel, or a tool change, or a prime etc).

                                  would that work?

                                  www.duet3d.com

                                  1 Reply Last reply Reply Quote 0
                                  • ppaukstelisundefined
                                    ppaukstelis
                                    last edited by

                                    I was thinking more in terms of what a slicer considers to be an object. Right now PrusaSlicer/SuperSlicer already have "; stop printing objectX" tags that can be used for termination as you suggest. But as of right now post-object wipes are not considered part of the object, they come after the stop printing comments. This wastes time and movement. Cura uses NONMESH object tags which work fine. However, it defines all supports as NONMESH and not as parts of objects, so you can never cancel the supports along with the individual object.

                                    T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
                                    • T3P3Tonyundefined
                                      T3P3Tony administrators @ppaukstelis
                                      last edited by

                                      @ppaukstelis ahh I see, just more granularity required in tagging really

                                      www.duet3d.com

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post
                                      Unless otherwise noted, all forum content is licensed under CC-BY-SA