Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 233 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 233 Bytes

Project Plotter

A simple V plotter written in javascript designed to run on a Raspberry Pi with a pair of stepper motors.

Debug no logging

PIGPIO_NO_LOGGING=1 node main.js

Production

NODE_ENV=production node main.js