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
2014-12-22Some more work on wireframeAlessandro Ranellucci
2014-12-22Incomplete work for wireframeAlessandro Ranellucci
2014-12-22Wireframe.pl wireframeAlessandro Ranellucci
2014-12-16Minor fix to view-toolpaths.plAlessandro Ranellucci
2014-12-163D object positioningAlessandro Ranellucci
2014-12-15Some initial work for 3D slice renderingAlessandro Ranellucci
2014-12-15Overlay object slices in toolpaths previewAlessandro Ranellucci
2014-12-14Some incomplete work for moving objects in 3D platerAlessandro Ranellucci
2014-12-13Objects can be selected in 3D preview now. Double click and right click work ...Alessandro Ranellucci
2014-10-21Removed --g0Alessandro Ranellucci
2014-08-03Fixed split_stl.plAlessandro Ranellucci
2014-07-26New utility script to convert config bundles into a single config fileAlessandro Ranellucci
2014-07-15Display bed shape in 3D platerAlessandro Ranellucci
2014-07-133D preview of platerAlessandro Ranellucci
2014-07-12Show section lines in cut previewAlessandro Ranellucci
2014-07-12Nicer 3D colors and lightingAlessandro Ranellucci
2014-07-03Toolpaths previewAlessandro Ranellucci
2014-06-17Removed print_center option (but left --print-center from CLI)Alessandro Ranellucci
2014-05-09Refactoring to Model API for making it stricter and saferAlessandro Ranellucci
2014-04-11Bugfix in utils/pdf-slices.pl, wrong shift caused slices to be outside the me...Alessandro Ranellucci
2014-03-23New utility for exporting STL slices to a PDF fileAlessandro Ranellucci
2014-01-13Add a (failing) test for slicing at the same height of a horizontal surface a...Alessandro Ranellucci
2013-11-21Remove residual uses of Boost for line clippingAlessandro Ranellucci
2013-09-17Update dump-stl.plAlessandro Ranellucci
2013-08-28Moved vibration limit to its own G-code filterAlessandro Ranellucci
2013-08-25Use multiple colors for multimaterial models in 3D previewAlessandro Ranellucci
2013-07-31New --info option to show file info (size, volume, repair stats). Removed uti...Alessandro Ranellucci
2013-07-26Extend utils/dump-stl.pl to also write STL filesAlessandro Ranellucci
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