Skip to content
forked from aligator/GoSlice

This is an experimental slicer for 3d printing written in Go.

License

Notifications You must be signed in to change notification settings

tobychui/GoSlice

 
 

Repository files navigation

CircleCI

sliced Gopher logo

GoSlice

This is a very experimental slicer for 3d printing. It is currently in a very early stage but it can already slice models:

Supported features:

  • perimeters
  • simple linear infill
  • rotated infill
  • top / bottom layer
  • simple temperature control
  • simple speed control
  • simple retraction on crossing perimeters
  • several options to customize slicing output

Example:
sliced Gopher logo

Run

Minimal usage:

go run . --file /path/to/stl/file.stl

To get help for all possible flags take a look at /data/option.go or just run:

go run . --help

How does it work

see here

Contribution

You are welcome to help.
Just look for open issues and pick one, create new issues or create new pull requests.

Credits

About

This is an experimental slicer for 3d printing written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Shell 0.4%