0.0.6 • Published 10 years ago

gsim v0.0.6

Weekly downloads
18
License
-
Repository
-
Last release
10 years ago

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.

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago