Page 1 of 2

Object Exclusion for use in klipper

Posted: Thu Jun 08, 2023 1:06 pm
by Kissable1089
Object Exclusion would be wonderful.

Attached is an STL that I made to produce a single extrusion cube that is one layer high for simplicity sake and the gcode generated by Orca that shows the object exclusion.

It would make a big difference for klipper users.

Re: Object Exclusion for use in klipper

Posted: Fri Jun 09, 2023 9:02 am
by EdStreet
that would be superb if that could happen. right now you are limited to only one part at a time which is terrible.

Re: Object Exclusion for use in klipper

Posted: Thu Jun 29, 2023 3:13 pm
by ptegler
bummer...yep...just came looking to see if S3D supported exclusion statements. Apparently not :-( Seems it would be relatively easy to implement as the parameters of objects is know if/when you use skirts. If any xy coord fell within that range, it should be easy for S3D to add the proper commands that identify the object there, thus allowing bypass of that singular part like most other slicers do.
..well...we can all dream right?... how about as a post processor even. (maybe?...please?)

Re: Object Exclusion for use in klipper

Posted: Fri Jun 30, 2023 9:58 am
by dmitryr
+100

Re: Object Exclusion for use in klipper

Posted: Sat Jul 01, 2023 4:29 am
by Marki
+1 for this request.fm whatsapp download

Re: Object Exclusion for use in klipper

Posted: Thu Jul 13, 2023 9:14 am
by Kissable1089
An instance where i could have cancelled the test square and kept the rest

Re: Object Exclusion for use in klipper

Posted: Sun Dec 03, 2023 10:58 pm
by IhatemyISP
+1 for this

Re: Object Exclusion for use in klipper

Posted: Tue Mar 12, 2024 1:20 pm
by Michael_Jakob
Locking forward for this function to be added. Tried to do some postprocessing of the g-code but this did not work since there are no indicators for the objects. Here is a script used for some of the other slicers.

https://github.com/kageurufu/preprocess_cancellation

Most slicers support this feature natively today without needing the script.

Re: Object Exclusion for use in klipper

Posted: Sat Mar 23, 2024 5:12 pm
by Michael_Jakob
I made an update to the g-code preprocessor and it can now be used in combination with Simplify3D with some extra preparation during print: https://github.com/kageurufu/preprocess ... on/pull/33

Re: Object Exclusion for use in klipper

Posted: Sun Apr 28, 2024 9:17 pm
by sudosmudo
Would’ve been nice if this could be added asap as it was requested +3 Years ago and shouldn’t be that much of a hassle