Skip to content

xanxys/coli

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Functionality
 * load ascii and binary STL file
 * show rotating 3d model (if WebGL is enabled)
 * generate G code
 * view G code as tree and XY plane trajectory

How to Use (local)
 + put all files in a directory
 + run ./conv to convert .coffee to .js
 + access index.html with file:// scheme. You might have to use flags such as
     --allow-file-access-from-files (for Chrome)

How to Use (server-side)
 + put all files in a directory
 + run ./conv
 + (optional) remove all .coffee files and ./conv
 + put the directory somewhere


G Code Format
 Maybe compatible with http://reprap.org/wiki/G-code
 Currently, it only generates G0, G1 and G4.

External Libraries
 * jQuery and jQuery UI: http://jquery.com/
 * jstree (jQuery plugin): http://www.jstree.com/
 * mousewheel (jQuery plugin): https://github.com/brandonaaron/jquery-mousewheel
 * Sylvester: http://sylvester.jcoglan.com/

About

G code generator for FDM 3d printer (such as reprap)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published