Skip to content

xy-kasumi/coli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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