Skip to content
forked from amorphitec/opengb

3d printer controller with touchscreen interface and websocket API

License

Notifications You must be signed in to change notification settings

Knights22/opengb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Gigabot Controller.

Docs

Visit http://opengb.readthedocs.org for all documentation

Frontends

Note the opengb-web frontend was added via git read-tree as described in #2 here:

git remote add -f -t master --no-tags opengb-web [email protected]:re-3D/opengb-web.git
git merge -s ours --no-commit opengb-web/master
git read-tree --prefix=opengb/frontend/opengb -u opengb-web/master:dist
git commit

It may be updated in future like this:

git fetch opengb-web
git merge -s ours --no-commit opengb-web/master
git rm -rf opengb/frontend/opengb
git read-tree --prefix=opengb/frontend/opengb -u opengb-web/master:dist
git commit

Packaging

Debian packages are created using dh-virtualenv:

dpkg-buildpackage -us -uc

Note: packages are currently stored in /packages until a proper repo is set up.

About

3d printer controller with touchscreen interface and websocket API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 83.4%
  • HTML 11.0%
  • Shell 2.8%
  • JavaScript 1.6%
  • CSS 1.2%