Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 630 Bytes

Readme.md

File metadata and controls

22 lines (16 loc) · 630 Bytes

MagicSpring-js

JavaScript port of mpclauser's 3D printed "Magic Spring" for printing slinky-like coils on a 3D Printer (FDM).

Usage

Currently a raw port which when run with node:

node magicspring.js

will echo out the gcode to your terminal.

Better use is to redirect output to a file:

node magicspring.js > my_spring.gcode

Future

I hope to migrate this project to a webservice where users can generate their own springs by entering a few details specific to their own printer.