I believe you can query all those settings from the Global Container Stack. Here's some code I've used to get the layer height setting:
It looks like "line_width" and "machine_nozzle_size"should also be an available settings.
I'm not sure where to find a definite listing of the setting names, but I was able to find these by looking through this file here: https://github.com/Ultimaker/Cura/blob/master/resources/definitions/fdmprinter.def.json
But, that was just sort of a wag.
Good luck!
-
1
Recommended Posts
nallath 1,118
Yep. The strech post processing script does something like that https://github.com/Ultimaker/Cura/blob/master/plugins/PostProcessingPlugin/scripts/Stretch.py#L519
There are probably more scripts that do it as well.
Link to post
Share on other sites