Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 695 Bytes

ReadMe.md

File metadata and controls

18 lines (9 loc) · 695 Bytes

Test Objects repository

This is a repository for test objects, weird edge cases, and other data-mashing that we may need to do related to out software.

How to submit an object

You can clone this repository, add objects, and send a pull request to add objects to this. Otherwise you can throw an email to [email protected] with an object attached, and we will check it out and add it to this repositry.

slice_analyzer.py

This script analyses gcode, generates svg slices and provides metrics.

You need to have the pysvg library installed on your machine for this script to run.

It is available via easy_install. In a terminal (you may need priviledges), type:

easy_install pysvg