You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it currently possible to run EnginePlugins from the CuraEngine command line interface?
I could not get it to work; without the "plugin" settings, it works fine from CLI.
In the UI with the same settings, everything works fine using my own EnginePlugin.
I think the main problem is, that the CuraEngine does not know about the plugin because it is not registered(?) like the Cura UI does.
Application Version
5.9.0
Platform
Windows
Actual Results
An (almost) empty .gcode file is returned
Expected results
File would be sliced correctly using the settings supplied for the Plugin
e.g. -s infill_pattern="PLUGIN::[email protected]::layered_infill"
The text was updated successfully, but these errors were encountered:
Is it currently possible to run EnginePlugins from the CuraEngine command line interface?
I could not get it to work; without the "plugin" settings, it works fine from CLI.
In the UI with the same settings, everything works fine using my own EnginePlugin.
I think the main problem is, that the CuraEngine does not know about the plugin because it is not registered(?) like the Cura UI does.
Application Version
5.9.0
Platform
Windows
Actual Results
An (almost) empty
.gcode
file is returnedExpected results
File would be sliced correctly using the settings supplied for the Plugin
e.g.
-s infill_pattern="PLUGIN::[email protected]::layered_infill"
The text was updated successfully, but these errors were encountered: