-
-
Notifications
You must be signed in to change notification settings - Fork 968
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
Scaling option doesn't work in Orca Slicer CLI #6454
Comments
Almost the same error, but only that it doesn't output anything at all, even on |
Can you please provide your log, it could help fixing it. |
Bug found in Bambu Studio. bambulab/BambuStudio#4628 (comment) |
There is no log to send, it doesn't output nothing |
A fix has been implemented in BambuStudio, anyway to push it to Orca ? |
bambulab/BambuStudio#4628 (comment) fix pushed to 1.9.5 of BambuStudio. |
It's been a month it has been pushed to BS, is there any ETA ? |
This PR aims to solve an exception when using OrcaSlicer in CLI which caused the --scale option to not work. All credits to @lanewei120 from BambuStudio for pushing it on BS repo. Related commit on BS: bambulab/BambuStudio@2d4655e#diff-2fa194122e892282ec589e51d5f7da65da83ec0488ced4b63930345d1273a353R3797 Related issue on BS: bambulab/BambuStudio#4628 Related issue on Orca: SoftFever/OrcaSlicer#6454 fixes #6454 ``` ./orca-slicer.exe --scale 2 --slice 1 --allow-newer-file test_model.stl --debug 5 ``` The command above works again and scale the model then slice the scaled model. Before, the scale would not complete.
Is there an existing issue for this problem?
OrcaSlicer Version
2.1.1
Operating System (OS)
Windows
OS Version
Windows 10
Additional system information
i7 6700k, 32GB RAM, 3070Ti
Printer
Bambu X1C
How to reproduce
./orca-slicer.exe --scale 2 --slice 1 --allow-newer-file test_model.stl --debug 5
OR
./orca-slicer.exe --scale 2 --info --allow-newer-file test_model.stl --debug 5
It doesn't work either with STLs or 3mf
Actual results
Error in the trace (debug 5) and nothing happens when no debug level is enabled.
Expected results
Scale the model and execute the action, info or slice.
Project file & Debug log uploads
Checklist of files to include
Anything else?
I have tried multiple way to format the scale option, none of them worked so I think it's more of a Slicer problem than just a CLI args not being formatted correctly.
I have opened two issues on Bambu-Studio repo regarding CLI issues:
The text was updated successfully, but these errors were encountered: