Open grepson opened 8 months ago
I was able to run the .json's exported from bambustudio docs: https://github.com/bambulab/BambuStudio/wiki/Command-Line-Usage. However this still results in no export being done.
Command:
SLICER=orcaslicer
docker run -v $PWD/output/${SLICER}:/${SLICER}/output/${SLICER} \
-v $PWD/profiles:/${SLICER}/profiles \
-v $PWD/stl:/${SLICER}/stl \
--rm --device /dev/fuse --cap-add SYS_ADMIN \
${SLICER}-node:latest \
--debug 6 \
--outputdir ./output/orcaslicer \
--slice 0 \
--load-settings "profiles/orcaslicer/printer/machine.json;profiles/orcaslicer/print/process.json" \
--load-filaments "profiles/orcaslicer/filament/filament.json" \
./stl/3DBenchy.stl
Output: slicing_result.txt
Orca bot: this issue is stale because it has been open for 90 days with no activity.
Orca bot: this issue is stale because it has been open for 90 days with no activity.
Not stale!
Is there an existing issue for this problem?
OrcaSlicer Version
1.9.1
Operating System (OS)
Linux, macOS
OS Version
MacOS Ventura 13.2.1
Additional system information
Orcaslicer is running in the docker container with base of node:20-bullseye-slim
Printer
Anycubic Vyper with Stealthburner
How to reproduce
--load-settings
parameterActual results
Running command within docker:
The file is always invalid, the CLI cannot read it, spitting out an error: "unknown config type of file ./profiles/orcaslicer/printer/vyper_sb.json"
Expected results
CLI should process the imported .json file and slice the model.
Project file & Debug log uploads
Docker output log:
result.json:
Checklist of files to include
Anything else?
Also the cli documentation is very limited, I don't even know if my settings are right to slice a file correctly, since there is no testing done for that. I'm unable to slice any file with saving it, I'm getting a json with result if something is wrong and nothing if the file is sliced.