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 (Collapse)Author
2021-08-30Referenced ↵Vojtech Bubnik
https://github.com/prusa3d/PrusaSlicer/wiki/PrusaSlicer-on-Linux---binary-distributions
2020-09-22Alessandro's name spelling fix (README, manifests)Lukas Matena
2019-05-20Fixed the localized PrusaSlicer change log link.bubnikv
Fixed a typo in the code.
2019-05-13WIP: Renaming to PrusaSlicer.bubnikv
Removed the obsolte icons.
2019-04-08More fixes in the ReadmeVojtech Kral
2019-04-08Readme: Add logo linkVojtech Kral
2019-04-08Tidy up Readme a little bitVojtech Kral
2019-04-07Initial fixes on README to bring it up to date with Prusa changeslf-
The section about the command line arguments still needs addressing - it is likely outdated and in need of updates.
2018-09-14Removed "Slice to SVG" and "Quick Slice"bubnikv
2018-06-27Patch from Lubomír Bláha applied. Polished comments and PngExportDialog.tamasmeszaros
2017-11-30Added --no-gui flag to force CLI usage (allows for CLI usage with AppImage ↵Joseph Lenox
build). Forced --gui flag in AppImage build.
2017-06-14Removed the 'simple' mode.bubnikv
2017-04-26Removed a broken Arc Fitting feature.bubnikv
Removed the questionable Pressure Advance feature. It is better to use the Pressure Advance implemented into a firmware. Added a C++ implementation of GCodeReader and SpiralVase, thanks to @alexrj Added a C++ implementation of GCodeTimeEstimator, thanks to @lordofhyphens
2017-03-23Updated from upstream,bubnikv
build instructions for Windows point to Prusa3D instructions.
2017-02-21Readme improvements (#3679)Ralph Giles
* Use svg badge for travis build status. This avoids bluriness with high-density displays. We're already using svg for the appveyor status. * Update README to use https urls. Both xkcd and freenode are available securely now.
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-10-21Defined the +-* operators on Pointf.bubnikv
Removed the deprecated VibrationLimit feature. Added triangle infill. The Prusa3D fork of Slic3r has been marked as "Slic3r Prusa Edition" with menus pointing to the prusa3d/slic3r github release page and Prusa3D drivers downloads page.
2016-10-16Added a new switch: ensure_vertical_shell_thicknessbubnikv
This enables a zig-zag infill similar to Cura or Simplify3D on overhangs.
2016-09-05New command line option: --dont-arrangebubnikv
Don't arrange the objects on the build plate. The model coordinates define the absolute positions on the build plate. The option --print-center will be ignored. Also there is a fix in the command line invocation of --duplicate-grid so it will run, but still there is something broken there and the results are not correct.
2015-12-18New --retract-lift-above and --retract-lift-below options. #763 #3057Alessandro Ranellucci
2015-05-25Fix --help output: --retract-layer-change is disabled by default. #2846Alessandro Ranellucci
2015-02-15Merge pull request #2508 from strahlex/machinekit-gcodeAlessandro Ranellucci
added support Machinekit flavour GCode
2015-02-14Load files into the GUI when supplying them as command line arguments along ↵Alessandro Ranellucci
with the --gui switch. #2644
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-20use 'perl Build.PL --sudo' instead of 'sudo perl Build.PL'Cyryl Plotnicki-Chudyk
2015-01-19New option for vertical distance between object and support material, with ↵Alessandro Ranellucci
special handling of the 0 case that disabled bridge flow/speed in order to allow for soluble material. #2491 #2272 #2069 #1942 #2435 #1703
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 ↵Alessandro Ranellucci
used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618
2014-11-24New experimental feature for pressure management. Credits to @llluis for the ↵Alessandro Ranellucci
original implementation. #1203 #1677 #2018
2014-10-21Removed --g0Alessandro Ranellucci
2014-09-25Typo in command line help (wrong default for default_acceleration). #2283Alessandro Ranellucci
2014-08-03New --split optionAlessandro Ranellucci
2014-07-23Change default layer height to 0.3mmAlessandro Ranellucci
2014-07-04Remove --bed-size from --help outputAlessandro Ranellucci
2014-06-10New XY Size Compensation option. #581 #56Alessandro Ranellucci
2014-06-09Distinct extrusion width for external perimetersAlessandro Ranellucci
2014-05-25Typo seal -> seam :-)Alessandro Ranellucci
2014-05-22New seal_position option that replaces randomize_start, ↵Alessandro Ranellucci
start_perimeters_at_concave_points and start_perimeters_at_non_overhang. The two latter options are now always on by default. A new "Aligned" seal position value has been added, that forces starting points to be aligned when not randomized. #1741 #925
2014-05-21Separate speed option for support material interface. #2009Alessandro Ranellucci
2014-04-27Add dir --output msg to README, too.Y. Sapir
2014-04-26Don't put supports under bridges and potential bridgesAlessandro Ranellucci
2014-04-25New --cut featureAlessandro Ranellucci
2014-03-22Turn fill_density into percentageAlessandro Ranellucci
2013-11-16Update READMEAlessandro Ranellucci
2013-11-15Rename standby_temperature to ooze_prevention. #1523Alessandro Ranellucci