Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rms80 authored Dec 3, 2018
1 parent b3f719b commit 457cc9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ C#, MIT License (*but see notes below!*). Copyright 2017 ryan schmidt / gradient
questions? get in touch on twitter: [@rms80](http://www.twitter.com/rms80) or [@gradientspace](http://www.twitter.com/gradientspace),
or email [[email protected]](mailto:[email protected]?subject=gsSlicer).

Gradientspace no longer offers consulting services. If you are interested in using gsSlicer and would like to hire someone to provide advice, help with the code, or develop things for you, get in touch with Sutro Machine (http://sutromachine.com), they have extensive experience with gsSlicer.


# What is this?

gsSlicer is an in-development open-source library for things like slicing 3D triangle meshes into planar polygons, filling those polygons with contour & raster fill paths, figuring out how much material to extrude along the paths, and then outputting GCode. The included **SliceViewer** project is also a GCode viewer/utility.

The goal with this project is to create a well-structured slicing engine that is designed from the ground up to be extensible. Although the initial focus will be on FDM/FFF-style printers, many of the parts of the system will be applicable to other processes like SLA, etc. Hopefully. Fingers crossed. At least, we'll definitely solve the meshes-to-slices problem for you.


# Current Status

**Under Active Development**. Generated GCode has been used for non-trivial prints, however the output has not been extensively tested.
Expand Down

0 comments on commit 457cc9f

Please sign in to comment.