Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.02 KB

File metadata and controls

35 lines (23 loc) · 1.02 KB

micrOS Application: microplot (under development)

A small G-code interpreter and plotter application written in MicroPython, integrated with BxNxM/micrOS. micrOS needs to be installed before using this package.

Installation

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_*

Usage

load function - load the app into memory

microplot load "/path/to/configuration.json"

See example configurations under the config directory.

MicroPython Docs package.json structure and mip

packages

micrOS Project

Project Docs

Coding Docs