1.2.3 • Published 4 years ago

vue-gcode-viewer v1.2.3

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Vue GCODE Viewer

status npm tests issues last commit FOSSA Status

A Vue component for displaying GCODE via Three.JS (100% client-side).

Deprecation

Vue GCODE Viewer is now deprecated! Please switch to Vue 3D Viewer (vue-3d-viewer) which adds support for many more file formats, multithreading, and more.

Documentation

Props

NameTypeDescriptionExample
bedObjectBed size{X: 22.3, Y: 22.3}
gcodeStringRaw GCODEG0 X0 Y0 Z0
positionObjectGCODE Position{X: 11.15, Y: 0, Z: 11.15}
rotationObjectGCODE Rotation{X: -90, Y: 0, Z: 180}
scaleObjectGCODE Scale{X: 0.1, Y: 0.1, Z: 0.1}
themeObjectTheme colors{extrusionColor: "#4287f5", pathColor: "#0a2f6b",bedColor: "#586375", backgroundColor: "#dfe4ed"}

Examples

Note: These examples might use an outdated version of vue-gcode-viewer.

Reuse

If you're interested in reusing primarily the non-Vue code from this module, you may be interested in gcode-parser.js, scene.js, and utils.js.

License

FOSSA Status

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

0.0.1

5 years ago