fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.34k stars 401 forks source link

Add exclude object map #1309

Closed sendorm closed 6 months ago

sendorm commented 6 months ago

Is your feature request related to a problem? Please describe

Hello, mainsail has a feature where you can select the object to be excluded from a map of objects in the print. With the current method of just creating a list with object it is very hard to exclude the object you want as for instance when you split a print into object into parts with orcaslicer, the slicer just creates new object with incremented ids.

Describe the solution you'd like

This is just a Quality of Life Update. The solution would be adding a "map" to show the object in the current print, so that the item to be excluded can be chosen easier.

Describe alternatives you've considered

Besides using the mainsail ui, I couldn't find a solution. Also I can split the object into sub object from orcaslicer to find the id needed.

Additional information

No response

pedrolamas commented 6 months ago

Hi @sendorm, you can exclude any object from the Gcode Preview card, it's a feature we've had since v1.19.0, added via #754

sendorm commented 6 months ago

Thanks for the information.