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 (Collapse)Author
2017-02-27Support Prusa Control project files (.PRUS) by the GUI.bubnikv
2017-02-27Got rid of the Perl Format::STL, Format::AMF, Format::OBJ for good.bubnikv
2017-02-27Good bye, Perl Expat binding!bubnikv
2017-02-26Using the C++ file loaders.bubnikv
2017-02-10Cherry-picked Repetier acceleration fixes, thanks to @lordofhyphensJoseph Lenox
https://github.com/lordofhyphens/Slic3r/commit/e0d8101627659ef2dcf1c49d5c9b512eb4e31a46 https://github.com/lordofhyphens/Slic3r/commit/885f27b8aea0df8be351825b9dd6061696f5edc9 Added a printer settings to enable / disable variable layer height editing.
2016-06-03Added simple JSCAD modifier helperJoseph Lenox
Simple cube oriented around the center with a parametric interface. Just copy/paste into openjscad.org and hit shift+enter.
2016-06-02Post process script for fan kickstartJoseph Lenox
Addresses #3308
2016-06-01Update solid_layers.scadJoseph Lenox
Oops, left a hardcoded 0.3 in. Fixed.
2016-05-29Added a short OpenSCAD description to aid in the creation of simple modifier ↵Joseph Lenox
meshes that describe a change every N layers
2015-11-01Merge branch 'master' into senderAlessandro Ranellucci
Conflicts: Build.PL lib/Slic3r.pm xs/MANIFEST xs/src/libslic3r/PrintConfig.hpp
2015-05-31New experimental autospeed feature. #2810Alessandro Ranellucci
2015-05-28Merge branch 'master' into senderAlessandro Ranellucci
Conflicts: Build.PL lib/Slic3r/GUI/MainFrame.pm
2015-05-18Render brim and skirt in 3D toolpaths preview. #2649Alessandro Ranellucci
2015-03-07Merge branch 'master' into senderAlessandro Ranellucci
2015-02-06added support Machinekit flavour GCodeAlexander Rössler
2015-02-01Merge branch 'master' into senderAlessandro Ranellucci
Conflicts: Build.PL
2015-01-15Initial work for 3D rendering of toolpathsAlessandro Ranellucci
2015-01-15More efficient 3D preview of slicesAlessandro Ranellucci
2015-01-13Refactoring: make Slic3r::GUI::3DScene::Base model-independentAlessandro Ranellucci
2015-01-09Renamed PreviewCanvas to 3DSceneAlessandro Ranellucci
2014-12-28Finished GCodeSenderAlessandro Ranellucci
2014-12-26Merge branch 'master' into senderAlessandro Ranellucci
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
as well
2014-11-27Initial work for G-code sender and more intensive usage of BoostAlessandro 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 ↵Alessandro Ranellucci
media box
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 ↵Alessandro Ranellucci
attached to a volume. In this case, the loop isn't completed. #1672
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 ↵Alessandro Ranellucci
utils/file_info.pl