mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 13:34:05 -06:00
Notes about integration with Pronterface
This commit is contained in:
parent
869cb48c1a
commit
cf33ec0a5c
2 changed files with 10 additions and 2 deletions
|
@ -181,5 +181,14 @@ If you want to slice a file overriding an option contained in your preset file:
|
|||
|
||||
slic3r.pl --load config.ini --layer-height 0.25 file.stl
|
||||
|
||||
|
||||
## How can I integrate Slic3r with Pronterface?
|
||||
|
||||
Put this into *slicecommand*:
|
||||
|
||||
slic3r.pl $s --load config.ini --output $o
|
||||
|
||||
And this into *sliceoptscommand*:
|
||||
|
||||
slic3r.pl $s --load config.ini
|
||||
|
||||
Replace `slic3r.pl` with the full path to the slic3r executable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue