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/t/multi.t
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-19Fixed test and implementation of ooze prevention standby points (wrong test ↵Alessandro Ranellucci
caused wrong implementation). #2103
2015-01-17Adapt t/multi.t to new behavior of auto_assign_extruders()Alessandro Ranellucci
2014-12-29Fixed ooze prevention test as wellAlessandro Ranellucci
2014-07-26Fixed test relying on old layer_height default valueAlessandro Ranellucci
2014-05-15Bugfix: ooze_prevention brought the extruder too far. Includes regression testAlessandro Ranellucci
2014-05-09Refactoring to Model API for making it stricter and saferAlessandro Ranellucci
2014-04-19Default extruder wasn't applied to perimeter extruder. Includes regression ↵Alessandro Ranellucci
test. #1868
2014-04-05Fix the 'extruder' behavior in CLI and test that Print::Simple accepts an ↵Alessandro Ranellucci
incomplete DynamicConfig object
2014-04-05Fix crash when using multiple skirts with a single, non-zero, extruder. ↵Alessandro Ranellucci
Includes regression test
2014-03-25New option for forcing the generation of interface shells. #1847Alessandro Ranellucci
2014-03-25Test that stacked cubes with distinct extruders don't generate any internal ↵Alessandro Ranellucci
interface shells. #1847
2014-02-26Regression test for #1808 (crash when using non-consecutive extruders), ↵Alessandro Ranellucci
already fixed in master branch
2013-11-25Merge branch 'stable'Alessandro Ranellucci
Conflicts: lib/Slic3r/Geometry/Clipper.pm lib/Slic3r/Layer/Region.pm
2013-11-24Fix regression causing toolchange_gcode to crash Slic3r. Includes regression ↵Alessandro Ranellucci
test. #1545
2013-11-23Incomplete work for XS-based convex_hullAlessandro Ranellucci
2013-11-21Ported encloses_point() to XS and renamed to contains_point()Alessandro Ranellucci
2013-11-15Rename standby_temperature to ooze_prevention. #1523Alessandro Ranellucci
2013-11-15Make sure all extruders are outside skirt at toolchange when ↵Alessandro Ranellucci
standby_temperature is enabled
2013-09-19Test that toolchanges happen outside skirt when standby-temperature is enabledAlessandro Ranellucci
2013-09-19Added test for standby_temperatureAlessandro Ranellucci