Ultimaker / CuraEngine_plugin_gradual_flow

2 stars 2 forks source link

Update plugin settings and validate plugin handshake #2

Closed jellespijker closed 10 months ago

jellespijker commented 10 months ago

This update includes two significant changes:

1) Added a new functionality to retrieve and validate settings of a specific plugin, which refines the settings struct and adds the ability to separate and handle specific settings for each plugin more effectively. 2) Updated the handshake protocol to validate the existence and compatibility of a specific plugin. These functionality enhancements were implemented to increase the robustness and reliability of the plugin handling system in the application. 3) minor fix: struct fields should be initialized in order

Contributes to CURA-10466

jellespijker commented 10 months ago

@casperlamboo maybe we should also port over these changes https://github.com/Ultimaker/CuraEngine_plugin_infill_generate/pull/3