Possible to add $ettings from plugin without modifying the core? #127
Replies: 2 comments 9 replies
-
Yes.
You mean the setting numbers? These should be added to the core for settings that are public (shared code). Handling of the settings should be in the relevant plugin - many does that already. |
Beta Was this translation helpful? Give feedback.
-
This looks very nice. I will work on pulling it into my VFD_Support branch and making a PR. |
Beta Was this translation helpful? Give feedback.
-
I am currently working to add some more VFDs to the spindle plugin and also make it so that the VFD can be selected at runtime. For now I have added a couple of settings to drive this:
Adding these seems to require modifying settings.h in the grbl repo just to add the two entries
Is this the correct approach? Is there a way to contain the settings within the plugin itself?
Current WIP is pushed up here:
https://github.com/Expatria-Technologies/Plugins_spindle/tree/vfd_support
Durapulse is tested and working (making parts on my machine) and am just adding YL and H100 before making a PR.
Beta Was this translation helpful? Give feedback.
All reactions