A small G-code interpreter and plotter application written in MicroPython, integrated with BxNxM/micrOS. micrOS needs to be installed before using this package.
Install the current development version through micrOS shell CLI:
pacman install "github:szeka9/microplot"Uninstall:
pacman uninstall "microplot"Everything will be installed under /lib/microplot/* and /modules/LM_*
microplot load "/path/to/configuration.json"
See example configurations under the config directory.