[go: up one dir, main page]

Skip to content

m0nochr0me/stlslice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

stlslice

Simple slicer for DLP/SLA 3D printers.

Reuirements

  • python3
  • pipenv

Installation

Install pipenv:

Ubuntu 17.10:

$ sudo apt install software-properties-common python-software-properties
$ sudo add-apt-repository ppa:pypa/ppa
$ sudo apt update
$ sudo apt install pipenv

Archlinux:

$ sudo pacman -Sy python-pipenv

Distribution independent:

$ sudo pip install pipenv

Install:

$ git clone https://bitbucket.org/m0nochr0me/stlslice.git
$ cd stlslice
$ pipenv --python 3
$ pipenv install numpy pillow vtk opencv-python

Usage

Run:

$ pipenv run python stlslice.py -s myfile.stl -i -l 0.1 -p 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages