Writing support for new features
If you haven't already noticed, Photonic3d's functionality can be extended very easily with plugins.
Writing support for a new feature requires three steps:
Writing a new java class that extends this simple interface: `org.area515.resinprinter.plugin.Feature`
Add the following line to your `config.properties` file: `feature.[name].[of].[package].[NameOfYourNewClass]=true`
Optionally add the settings line in your config.properties file if your class requires a special setup: `featureSettings.[name].[of].[package].[NameOfYourNewClass]=[jsonOrSomeOtherFormatThatYourClassUnderstands]`