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
AgeCommit message (Expand)Author
2015-02-14Load files into the GUI when supplying them as command line arguments along w...Alessandro Ranellucci
2015-02-06added support Machinekit flavour GCodeAlexander Rössler
2015-02-01New option for customization of infill/perimeters overlap. #2459Alessandro Ranellucci
2015-01-30New --before-layer-change option and new layer_z placeholder. #2602Alessandro Ranellucci
2015-01-19New option for vertical distance between object and support material, with sp...Alessandro Ranellucci
2015-01-15Fix --help, wrong default were displayed for a couple options. #2541Alessandro Ranellucci
2015-01-13Fix typo in documentationadius
2015-01-05Option to use volumetric E values. #1746Alessandro Ranellucci
2014-12-17Use perimeter extruder for brim. #618Alessandro Ranellucci
2014-12-17New --solid-infill-extruder option. Includes a refactoring of the strategy us...Alessandro Ranellucci
2014-11-27Rename solid_fill_pattern to external_fill_pattern and clarify tooltipAlessandro Ranellucci
2014-11-24New experimental feature for pressure management. Credits to @llluis for the ...Alessandro Ranellucci
2014-11-22Fixes to UTF-8 handling in file pathsAlessandro Ranellucci
2014-10-21Removed --g0Alessandro Ranellucci
2014-09-25Typo in command line help (wrong default for default_acceleration). #2283Alessandro Ranellucci
2014-09-21Ported more things to XSAlessandro Ranellucci
2014-08-03New --split optionAlessandro Ranellucci
2014-07-04Remove --bed-size from --help outputAlessandro Ranellucci
2014-06-17Removed print_center option (but left --print-center from CLI)Alessandro Ranellucci
2014-06-14Merged SkeinPanel into MainFrameAlessandro Ranellucci
2014-06-10New XY Size Compensation option. #581 #56Alessandro Ranellucci
2014-06-09Distinct extrusion width for external perimetersAlessandro Ranellucci
2014-06-04Change: --save will now only save the specified options, without the defaultsAlessandro Ranellucci
2014-05-25Typo seal -> seam :-)Alessandro Ranellucci
2014-05-22New seal_position option that replaces randomize_start, start_perimeters_at_c...Alessandro Ranellucci
2014-05-21Separate speed option for support material interface. #2009Alessandro Ranellucci
2014-05-07Don't transfer ownership of Model to Print::ObjectAlessandro Ranellucci
2014-04-27Add dir --output msg to README, too.Y. Sapir
2014-04-27Add message about directories as parameters for --output.Y. Sapir
2014-04-26Don't put supports under bridges and potential bridgesAlessandro Ranellucci
2014-04-25Finished --cut implementationAlessandro Ranellucci
2014-04-25New --cut featureAlessandro Ranellucci
2014-04-05Fix the 'extruder' behavior in CLI and test that Print::Simple accepts an inc...Alessandro Ranellucci
2014-03-22Turn fill_density into percentageAlessandro Ranellucci
2014-03-16use /usr/bin/env perl for shebangmikegrb
2014-01-03More work for refactoring Flow/ExtruderAlessandro Ranellucci
2014-01-02Remove scale, rotate, duplicate, duplicate_grid from config (but leave them i...Alessandro Ranellucci
2014-01-02Refactoring: new Slic3r::Print::Simple class for non-interactive slicing (use...Alessandro Ranellucci
2014-01-02Satisfy test suite and CLIAlessandro Ranellucci
2013-12-30Incomplete work for refactoring regions and flowsAlessandro Ranellucci
2013-12-24Fixes to Config and plater; also refactored the arrange() codeAlessandro Ranellucci
2013-12-22Merge branch 'xs-config'Alessandro Ranellucci
2013-12-22Finished porting Config and option definition to XSAlessandro Ranellucci
2013-12-22Incomplete work for adapting the application to the new XS-based ConfigAlessandro Ranellucci
2013-12-16More refactoring to clean up the Print object APIAlessandro Ranellucci
2013-12-15Move centering outside the Print objectAlessandro Ranellucci
2013-12-12Refactoring. Use Model class for representing the plate in GUIAlessandro Ranellucci
2013-11-27Initial work for new model handlingAlessandro Ranellucci
2013-11-15Rename standby_temperature to ooze_prevention. #1523Alessandro Ranellucci
2013-11-01Set LC_NUMERIC to C explicitlyPiotr Roszatycki