Skip to content

em/gsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gsim

Cross-platform command-line gcode simulator.

cat smile.gcode | gsim

alt

Installation

npm install -g gsim

Meta Comments

Gsim can be annotated with addition information about the job with meta attribute comments. The format is simply (key=value key2=value2).

(tooldiameter=0.5)
G0 X1
G0 Y1
...

My hope is that other generators and simulators will adopt this convention and collaborate towards a standard.

Currently tooldiameter is the only attribute.

About

Cross-platform command-line gcode simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published