Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support larger printer (up to hundred meters) #5320

Merged
merged 5 commits into from May 17, 2024

Conversation

SoftFever
Copy link
Owner

@SoftFever SoftFever commented May 10, 2024

Description

Orca Slicer currently only supports printer bed sizes smaller than 2147mm x 2147mm due to the limitations of the 32-bit data type.
This limitation also applies to the maximum number of platers you can create for a project.
The total width/length of all the plates cannot exceed this limit.

With this change, Orca can now support sizes as large as desired.
For convenience, the limit is currently set to 214m x 214m x 214m.

SuperSlicer is referenced for some changes.

closes #186

Screenshots/Recordings/Graphs

image

  • Fix the issue that Orca can't slice if the model is larger than 2147mm when Arachne generator is used. Classic engine works fine
  • Optimize grid size for large bed
  • Optimize gcode window for large coords

SoftFever and others added 2 commits May 10, 2024 23:47
SuperSlicer is referenced for some changes.

Co-authored-by: Merill <merill@free.fr>
@yw4z
Copy link
Contributor

yw4z commented May 10, 2024

thanks for letting me building my next house with orca :)

@madeintaiwan
Copy link

Amazing, great news and great work as always @SoftFever

@madeintaiwan
Copy link

One aspect of big prints I've noticed is that especially for rectangular beds, the code might be adjusted to account for a print that is long (in my case in Y).
image

Hard to see the blue line of the travel move there and Cura was particularly bad at it but it would be great if there was a 'big bed' option or something that sliced without having to do full bed travel moves back and forth to deposit small artifacts.

_n

@SoftFever
Copy link
Owner Author

One aspect of big prints I've noticed is that especially for rectangular beds, the code might be adjusted to account for a print that is long (in my case in Y). image

Hard to see the blue line of the travel move there and Cura was particularly bad at it but it would be great if there was a 'big bed' option or something that sliced without having to do full bed travel moves back and forth to deposit small artifacts.

_n

These are usually gap fillings.
I assume you are using large nozzle as well.
You probably can play around gap filling parameter
image

Same as the Resolution parameter for large nozzles:
image

@SoftFever
Copy link
Owner Author

SoftFever commented May 12, 2024

The PR should be fully functional now.
If anyone interested, please give it a try and let me know how well it when slicing real models ;) @madeintaiwan
large

@madeintaiwan
Copy link

Dude! Making it now and will print our next smart buoy body with it!

WhatsApp Image 2024-05-10 at 21 15 56_76318d9e

@madeintaiwan
Copy link

Struggled to build this on Windows, assume I'm doing something wrong.

Will this be part of Nightly Build?

@SoftFever
Copy link
Owner Author

Struggled to build this on Windows, assume I'm doing something wrong.

Will this be part of Nightly Build?

It's not part of the nightly build yet.
But you can download it here: https://github.com/SoftFever/OrcaSlicer/actions/runs/9052512767?pr=5320
Screenshot 2024-05-13 at 6 52 17 AM

@LE1ED4523
Copy link

maybe support belt printer next step?

@madeintaiwan
Copy link

@SoftFever YES! Fantastic work man. Full 4-meter-long prints are now possible.

image

I am putting a print on now, I will see how it gets and report back.

@SoftFever
Copy link
Owner Author

@SoftFever YES! Fantastic work man. Full 4-meter-long prints are now possible.

image

I am putting a print on now, I will see how it gets and report back.

Hey @madeintaiwan
How's the print going on?

@SoftFever SoftFever merged commit a6c3109 into main May 17, 2024
12 checks passed
@SoftFever SoftFever deleted the feature/larger-printer-support branch May 17, 2024 13:52
@madeintaiwan
Copy link

@SoftFever I did!

Not the board yet because I've got to finish the buoy first.

But four big prints later -

image

image

image

Need to finish the data well and then it's going into the ocean...... TO MONITOR ORCAS.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Extend Maximum Size Limitation
4 participants