Is it possible to output Slic3r/CuraEngine setting through Repetier-host API?

I want to develop a plugin to access the CuraEngine/Slic3r setting. Basically, I want to output part of the setting data to a text file similar to what the "Export/Save as" button does. Could anyone tell me whether any RepetierHostExtender interface provides a function to control the "Export/Save as" button or read the parameters in the CuraEngine/Slic3r Setting panel? Thanks in advance!


Comments

  • No you can't. These are closed extensions to the host. They are node extendable.

    The configs are stored on disk for curaengine in WORKDIR/CuraEngine for slic3r in it's default or set folder. You can get the configs from there any time if you only need the configs.
Sign In or Register to comment.