All Projects → fogleman → slicer

fogleman / slicer

Licence: MIT license
Fast 3D mesh slicer written in Go.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to slicer

Cura
3D printer / slicing GUI built on top of the Uranium framework
Stars: ✭ 3,401 (+6083.64%)
Mutual labels:  3d-printing, slicer
TheMiniIndex
Crowd-sourced library of 3d models (minis, terrain, scatter, etc.) for D&D, Pathfinder, and other tabletop games.
Stars: ✭ 17 (-69.09%)
Mutual labels:  3d-printing
LiberatingMarsCLI
Nobody owns (Maker)space.
Stars: ✭ 25 (-54.55%)
Mutual labels:  3d-printing
mini-map-maker
A tool for automatically generating 3D printable STLs from freely available lidar scan data.
Stars: ✭ 51 (-7.27%)
Mutual labels:  3d-printing
Gesture-Detecting-Macro-Keyboard
Glorified Bluetooth macro keyboard with machine learning (TensorFlow Lite for Microcontrollers) running on an ESP32.
Stars: ✭ 68 (+23.64%)
Mutual labels:  3d-printing
vasaro
Vasaro let you create 3d printable vases in a snap.
Stars: ✭ 30 (-45.45%)
Mutual labels:  3d-printing
Slicer
Photon Open Slicer - Command Line Slicer usable as MeshMixer plugin or as standalone
Stars: ✭ 50 (-9.09%)
Mutual labels:  slicer
tronxy-xy100
Working with an inexpensive 3D printer, Other names: STARTT (from imakr.com) or Anet A8
Stars: ✭ 22 (-60%)
Mutual labels:  3d-printing
boombeastic
A Raspberry Pi based smart connected speaker with support for airplay, spotify, mpd and local playback
Stars: ✭ 206 (+274.55%)
Mutual labels:  3d-printing
OctoPrint-MultiColors
Inject GCODE at specified layers to allow multi color printing via filament change
Stars: ✭ 20 (-63.64%)
Mutual labels:  3d-printing
klipper-voron-V2
Generic Klipper configuration for a CoreXY printers like Voron v2.4, Trident, V0 and co
Stars: ✭ 126 (+129.09%)
Mutual labels:  3d-printing
LipSync
An open-source mouth operated sip and puff joystick that enables people with limited hand function emulate a mouse on their computer and/or smartphone.
Stars: ✭ 27 (-50.91%)
Mutual labels:  3d-printing
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (+60%)
Mutual labels:  3d-printing
RoverController
LoRa/WiFi remote controller for driving my rover
Stars: ✭ 87 (+58.18%)
Mutual labels:  3d-printing
threedy
Home Assistant card for 3D printer status and management.
Stars: ✭ 159 (+189.09%)
Mutual labels:  3d-printing
OctoPrint-GitFiles
With this plugin, you can use a github/gitlab repository for keeping your OctoPrint Files collection up-to-date.
Stars: ✭ 28 (-49.09%)
Mutual labels:  3d-printing
octo4a
Use your old Android device as an OctoPrint server.
Stars: ✭ 1,000 (+1718.18%)
Mutual labels:  3d-printing
U8glib-HAL
Customized U8glib for use in Marlin 2.0
Stars: ✭ 40 (-27.27%)
Mutual labels:  3d-printing
Voron2.4 My Build Log
This repository will hold any documents I use to help with building my Voron 2.4 250mm 3D Printer and the Voron 2.4 LDO 300mm Printer
Stars: ✭ 65 (+18.18%)
Mutual labels:  3d-printing
Print3r
Command line interface (CLI) for 3d printing
Stars: ✭ 41 (-25.45%)
Mutual labels:  3d-printing

slicer

Fast 3D mesh slicer written in Go. Writes slices to grayscale PNG files.

Install Go

First, install Go, set your GOPATH, and make sure $GOPATH/bin is on your PATH.

brew install go
export GOPATH="$HOME/go"
export PATH="$PATH:$GOPATH/bin"

Install Slicer

$ go get -u github.com/fogleman/slicer/cmd/slicer

Example Usage

$ slicer --help

# slice model.stl with slices that are 0.1 units thick, rendering PNGs that
# cover 100x100 units in size with resolution of 10 pixels per unit
$ slicer -s 0.1 -w 100 -h 100 -x 10 model.stl 

Example Slice

Example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].