RoboDK Forum
set slic3r parameters through python API可打印版本

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API)
+--- Thread: set slic3r parameters through python API (/Thread-set-slic3r-parameters-through-python-API)



set slic3r parameters through python API-David-03-16-2021

亲爱的Community,

I am using RoboDK to simulate 3D printing.

I'm wondering if we can set slic3r parameters with python API ? and how ?

Best regards,


RE: set slic3r parameters through python API-Albert-03-16-2021

Hi David,

It is not possible to use the RoboDK API to control parameters of the Slic3r software.

On the other hand, you can use Slic3r command line options:
https://manual.slic3r.org/advanced/command-line

Albert


RE: set slic3r parameters through python API-David-03-21-2021

Thanks Albert your answer.