Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2013-06-27Add use Slic3r::GUI::PreviewCanvas to view-mesh.plGuillaume Seguin
2013-06-16Fix file_info.plAlessandro Ranellucci
2013-06-16Refactoring: use Slic3r::Geometry::BoundingBox objects everywhereAlessandro Ranellucci
2013-06-08New utility script to dump STL contents in Perl syntax for writing testsAlessandro Ranellucci
2013-06-08Rename makerbot G-code flavor to makerware; also mention Repetier among RepRa...Alessandro Ranellucci
2013-05-17Very basic implementation of 3D preview - install Wx::GLCanvas to get it workingAlessandro Ranellucci
2013-05-13Move Slic3r::Test::GCodeReader to Slic3r::GCode::ReaderAlessandro Ranellucci
2013-05-02New script to generate vertical section cuts from any given G-code fileAlessandro Ranellucci
2013-01-17New G-code flavor for Sailfish (thanks to fros1y for working on it). #826Alessandro Ranellucci
2012-11-05New post-processing script to calculate flow information from G-codeAlessandro Ranellucci
2012-10-13Update file_info.pl after the recent introduction of Slic3r::ModelAlessandro Ranellucci
2012-09-26decimate script- removes tiny lines from prints that can cause blobbingMichael Moon
2012-09-26a few minor updates for z-every-lineMichael Moon
2012-09-23New command to combine multiple STL files into a single multi-material AMF fileAlessandro Ranellucci
2012-09-22Large refactoring to allow processing multimaterial filesAlessandro Ranellucci
2012-08-29Refactor the AMF parser so that it popolates a Model object directly. Also re...Alessandro Ranellucci
2012-08-29Refactoring: new Slic3r::Model class to represent filesAlessandro Ranellucci
2012-08-28Add example costs calculaton. #644Henrik Brix Andersen
2012-08-01Make --output accept directories. #535Henrik Brix Andersen
2012-08-01Add example on how to use post-processing scripts for sending custom notifica...Henrik Brix Andersen
2012-07-23Add zsh(1) completion system configuration for Slic3r.Henrik Brix Andersen
2012-07-09Add example post-processing script for calculating filament weight. #273Henrik Brix Andersen
2012-06-27Revert "Simple remote interface to slic3r using plack."Mark Hindess
2012-06-27Simple remote interface to slic3r using plack.Mark Hindess
2012-05-01Button to split loaded objectsAlessandro Ranellucci
2012-04-11New file_info.pl scriptAlessandro Ranellucci
2012-02-25Refactoring: moved Slic3r::STL and Slic3r::AMF to Slic3r::Format::*Alessandro Ranellucci
2012-02-20Parse and write multi-material AMF files. Convert multiple STL files into a s...Alessandro Ranellucci
2012-02-20New --post-process option. Includes some cleaning of the STDOUT messagesAlessandro Ranellucci
2012-02-19New AMF-to-STL and STL-to-AMF convertersAlessandro Ranellucci
2012-02-18New slicing algorithm based on a topological approach rather than numeric. It...Alessandro Ranellucci
2012-01-28New utility script to split STL plates into individual STL filesAlessandro Ranellucci
2011-12-11Move post-processing to utils/ directoryAlessandro Ranellucci