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
2017-10-27Further reduction of Perl Config.pm methods.bubnikv
2017-08-18Switched to Perl local::lib for local compilation.bubnikv
Taken from upstream Slic3r, thanks @alexrj.
2017-06-21Slic3r has been modified to propagate the following filament specificbubnikv
values to GCode generator, one per active extruder: bed_temperature bridge_fan_speed cooling disable_fan_first_layers fan_always_on fan_below_layer_time first_layer_bed_temperature max_fan_speed min_fan_speed min_print_speed slowdown_below_layer_time Now it remains to extend Slic3r to correctly apply these values.
2015-01-18Bugfix: don't crash when skirts > 0 but skirt_height = 0. Includes ↵Alessandro Ranellucci
regression test. #2537
2014-11-06Fixed regression in min_skirt_length. Includes regression test. #2337Alessandro Ranellucci
2014-08-08Bugfix: enabling/disabling support material didn't cause skirt to be ↵Alessandro Ranellucci
recalculated
2014-05-27Bugfix: crash when skirt was contained in brim area. Includes regression ↵Alessandro Ranellucci
test. #2058
2014-05-18Use support material speed for skirt and brim instead of perimeter speed so ↵Alessandro Ranellucci
that perimeter speed can be set on a per-region basis
2013-09-16Update brim generation code. Includes regression test. #1440Alessandro Ranellucci
2013-08-28Moved vibration limit to its own G-code filterAlessandro Ranellucci
2013-05-30Fixed regression causing skirt_height to he honored incorrectly when ↵Alessandro Ranellucci
printing more than one object. Includes regression test #1200