Gerhard Potgieter
Gerhard Potgieter
Add grouped product generation capabilities. The functionality to assign child products is already in place, just need to create a product with the grouped product type to make it function.
Add functionality to generate external/affiliate products.
Currently, we make use of the standard Faker providers when generating data, this data is not really suited for things like product names, categories, tags and attributes. Implement something along...
I am running version Repetier Host for Mac 1.1.0 and using Slic3r PE 1.41.3 to do the slicing. I have Slic3r PE selected as the slicer to use under the...
What about theme/template overrides? Perhaps there is a way we can make the plugin modify the order WordPress looks for overrides to first check this plugin folder for the overrides...
### You Inverter Details about your Inverter: Sunsynk 8KW Single Phase - Firmware COMM:E426 MCU:6022-1724 ### Describe the issue/bug and what you expect The total grid import sensor does not...
Add support for LCD/LED displays with menu functionality. This will be used for basic configuration and information display.
Introduce an inductive sensor placed beneath the first can filling tube that can count cans as they pass the sensor. Having a sensor in place we can prevent opening the...
When the filler tubes are raised the volume they displaced while being inserted will need to be topped up. An idea would be to reopen the filler tubes after x...
Currently, there are still some blocking function calls running that relies on using `delay()` for waiting before another function/event fires. Using `mills()` combined with more program states instead of `delay()`...