Today I revised how Parameter Templates work so it's more extensible. Currently Area, Volume, Density, Mass and Bounding Box are saved to InvenTree parameters in the form of "Fusion360:Area" or "Fusion360:Volume". These templates get created and cached on plugin run.
I also changed the conf.ini keys from category to part_category and I removed the Fusion360 Identifier template names as they now are created automatically in when the plugin runs.
Hi,
Today I revised how Parameter Templates work so it's more extensible. Currently Area, Volume, Density, Mass and Bounding Box are saved to InvenTree parameters in the form of "Fusion360:Area" or "Fusion360:Volume". These templates get created and cached on plugin run.
I also changed the conf.ini keys from
category
topart_category
and I removed the Fusion360 Identifier template names as they now are created automatically in when the plugin runs.Closes #6