Skip to content

qubick/HFI-controller

Repository files navigation

Reprap 3D printer controller for HFI in JS

To do

  • browserify main.js

How to Install

  1. Get the OpenCV source
git clone https://github.com/opencv/opencv
cd opencv
  1. Install emscripten. It is LLSVM to script interpreter. Get it from Emscripten
  • Fetch the latest registry of available tools.
./emsdk update
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh
  1. (optional) Patch emscripten & rebuild (See https://github.com/ucisysarch/opencvjs for further info)

  2. In opencv directory, build js

cd opencv
python ./platforms/js/build_js.py build_js
  1. Install Cura Engine CuraEngine

  2. Install OpenJSCAD commanline tool OpenJSCAD

  3. Install all npm/node dependencies by

npm install

Trouble Shooting

If you get permission denied message when installing any npm modules, follow the instrunction https://docs.npmjs.com/getting-started/fixing-npm-permissions

Reference

About

Reprap 3D printer controller in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published