paukstelis

Results 214 comments of paukstelis

Actually, I now recall that the object list is exposed with `objlist` API call. Once you have the object list I suppose it should be possible to determine time for...

Cancel objects looks for @ tags (@Object) that are generated from the slicer comments at upload time. When an object is cancelled it gets the cancelled flag (included in the...

Yes, it tracks the current object. It does use the standard gcode sending hook (in the queue phase) and works basically as you describe. Without PTG, I believe the %...

What hardware are you running OctoPrint on? What plugins are installed? Can you provide the plugin_canceobjects.log file, please.

There should not be any thinking, or the time should be very short. Can you provide gcode used for your test?

Additionally, if you can change your slicer to relative extrusion (looks like from logs it is absolute) and do your same test, that would be appreciated.

OK, this makes more sense with sequential printing. Yes, it will take longer because it has to skip much more. You can use the before/after gcode sections in the options...

Because you are doing sequential, it will reset the Z-height for the next object, so you really just need the following in Before skip GCODE and leave the after skip...

> Is this is similar to the issue this guy was having? https://www.reddit.com/r/octoprint/comments/bf3emm/be_careful_using_the_cancel_objects_plugin/ No. That was an issue with not having the end gcode markers. Recent version handles this even...

What slicer are you using? I don't think you need the Allowed Gcode line. It will do every G1 Z command while it is skipping with that in there.