fluidd-core/fluidd

[GCode Preview] 'Show Parts' toggle should be off by default for gcodes with only one part

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe

99% of the time I only print once piece at a time. It's annoying to manually disable 'Show Parts' toggle everytime as the GCode Preview gets cluttered with the blue border and the cancel symbol in the middle.

Describe the solution you'd like

For gcode files containing only one object, its of no use to have the "Show Parts" on by default. Canceling the only part out of printing from a single object gcode file is equal to just canceling the print itself

Describe alternatives you've considered

--

Additional information

Note

Please note that even though it seems like there are 3 objects, they are actually merged from the slicer

Here is how GCode Preview looks by default when printing a gcode containing one single model:
1

Here is how it should look by default ("Show Parts" off):
2

I don't think the bounding boxes are useless for single parts, they still show the max size of the object. Nonetheless, I've created a PR for this: #1310