JavaScript port of mpclauser's 3D printed "Magic Spring" for printing slinky-like coils on a 3D Printer (FDM).
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
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.