supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.14k stars 520 forks source link

Feature Request Multiple buildplate + Travel Time calculation #3954

Open Meszaross opened 1 year ago

Meszaross commented 1 year ago

Please implement, multiple build plate like in orca/bambu slicer. This is a huge help for bigger project when you need to slice lot of object. Helps for easier calculation for summary material need and print time. Please also implement Travel Time display (time for travel moves needed)

mlewis-everley commented 1 year ago

+1 For multiple build plates

j-snijder commented 1 year ago

+1 from me alsoSent from Android deviceOp 7 nov. 2023 11:28 schreef Morven Lewis-Everley @.***>: +1 For multiple build plates

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

supermerill commented 11 months ago

What would be a good way to implement it in the gui? If it's on the old layout, with one tab per platter, I guess I can use a tab per platter. If it's on one of the new layout with no /multiple tabs per platter, maybe adding a new tab row?

BioCookieYT commented 11 months ago

What would be a good way to implement it in the gui? If it's on the old layout, with one tab per platter, I guess I can use a tab per platter. If it's on one of the new layout with no /multiple tabs per platter, maybe adding a new tab row?

Would it be possible to do it in the Orcaslicer way? I think it would be the best approach

mlewis-everley commented 11 months ago

I think a tabbed approach might be a good way. I find Bambu/Orca's approach can get a bit annoying if I have more than 4 plates.

BioCookieYT commented 11 months ago

I think a tabbed approach might be a good way. I find Bambu/Orca's approach can get a bit annoying if I have more than 4 plates.

Yeah but you have a good overview of the plates, with a tabbed approach you would have to go through every tab when searching something

mlewis-everley commented 11 months ago

True, if there was a way to show/hide plates at least, that would probably be a good compromise?

mlewis-everley commented 11 months ago

Or maybe if only the render view was tabbed, and the right project overview panel showed content from all tabs. That was you could select the object you are looking for and maybe it automatically switched to the correct plate/tab in the rendered view?

Meszaross commented 11 months ago

What would be a good way to implement it in the gui? If it's on the old layout, with one tab per platter, I guess I can use a tab per platter. If it's on one of the new layout with no /multiple tabs per platter, maybe adding a new tab row?

like in bambu/orca works please

dragoonmc commented 11 months ago

I like Orca's way of doing it and being able to slide object between plates. but you would also need to include the ability to lock a plate so that auto arrange doesn't try to cram all of the plates together again

supermerill commented 11 months ago

So more somethign like:

new settings:

did i miss something?

BioCookieYT commented 11 months ago

- a big build plate, with the grids / textures in the right places

Yes, I think OrcaSlicer handles this similar, a big build plate with textures in the right place. Would it be possible to make the texture between the plates transparent so it looks similar to OrcaSlicer?

- a new arrange algo & out-of-plate detection that works on cut sections - the slicing algorithm works on cut sections sequentially, and output a gcode per section.

Yes

- build plate count per x & per y

Would it be instead doable to add a button in the UI called "Add Plate", where the Slicer adds automatically a new build plate? image

- distance between build pate

Yes, good idea!

- did i miss something?

But first enjoy your holidays and take a break from developing <3

supermerill commented 10 months ago

Would it be instead doable to add a button in the UI called "Add Plate", where the Slicer adds automatically a new build plate?

So just a build plate count, and I arrange them automatically in a square?

BioCookieYT commented 10 months ago

So just a build plate count, and I arrange them automatically in a square?

yes

TheAnimatrix commented 2 months ago

Is this coming ?