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
2017-11-30GUI integration of rotation angle settingLukas Matena
2017-11-28Ported the between_objects_gcode custom G-code blocks,bubnikv
2017-11-09Initial definition of PresetHints C++ class and Perl binding, ported the cool...bubnikv
2017-10-27Fix of the previous commit: Slic3r::Config::new_from_defaults_keysbubnikv
2017-10-17Fix of preceding commit.bubnikv
2017-10-17Optimization of the configuration layer:bubnikv
2017-09-12The last priming area is shortened and the excess wipe is movedbubnikv
2017-09-04Implemented an initial priming line for a single-material printbubnikv
2017-09-01Implemented priming of all the filaments of the Prusa Multi Material.bubnikv
2017-08-28Disabled a limit of the nozzle diameter 0.4mm for the Prusa Wipe Tower.bubnikv
2017-07-31Fix of "MM incorrect extruder temperature"bubnikv
2017-07-17Fix of "Wipe Tower ... only supported ... .4 nozzle" error when slicingversion_1.36.0bubnikv
2017-07-07Fix of "Problem with larger brim overlapping "bubnikv
2017-06-23Fix of https://github.com/alexrj/Slic3r/issues/4043 , thanks to @lordofhyphens.bubnikv
2017-06-15Fixed a variable layer height profile update issue.version_1.35.5bubnikv
2017-06-13Fixed compilation on OSXbubnikv
2017-06-13Fix of https://github.com/prusa3d/Slic3r/issues/285bubnikv
2017-06-12Fix of a layer height test to allow / disable the wipe tower.bubnikv
2017-06-09Hopefully a fix ofbubnikv
2017-06-08Implemented raft support for the wipe towerbubnikv
2017-06-06For the wipe tower to work, verify that all objects are slicedbubnikv
2017-06-06Testing for the required parameter combinations before enabling the wipe tower.bubnikv
2017-06-05Implemented filament start / g-codes.bubnikv
2017-05-31Clean-up of print step invalidation.bubnikv
2017-05-31Yet more refactoring of Print / PrintObject in regard tobubnikv
2017-05-30Further refactoring, C++11 conversion and code simplification.bubnikv
2017-05-30Print, PrintObject: Invalidation of steps, when chained, will now returnbubnikv
2017-05-30Wipe tower: Wipe less than usual amount of material if the wipebubnikv
2017-05-30Fix of the final purge over the wipe tower.bubnikv
2017-05-25Implemented wipe tower print path preview.bubnikv
2017-05-24New config field extruder_color for preview of extruder assignment.bubnikv
2017-05-19Improved retract handling on bowden extruders:bubnikv
2017-05-16Changed handling of extruder temperaturesbubnikv
2017-05-15Fixed crashes intruduced recently into G-code generator.bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-26Removed a broken Arc Fitting feature.bubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2017-03-23Simplified the skirt paths.bubnikv
2017-03-13BoundingBox, Print - methods inlined, added const accessors.bubnikv
2017-02-28Ported expanded_output_filepath() to C++/XSAlessandro Ranellucci
2017-02-28Restore [input_filename] in custom G-code as wellAlessandro Ranellucci
2017-02-15make_skirt ported to C++bubnikv
2017-02-12Fix of "no support generated" https://github.com/prusa3d/Slic3r/issues/114bubnikv
2017-02-09Store / retrieve layer height profile from the AMF file.bubnikv
2017-02-07Added a tooltip overlay for the variable layer height edit tool.bubnikv
2017-01-30When the support extruders are set to 0, support is printed with the current ...bubnikv
2017-01-05Const version of a PrintObject::get_region(). Made get_region() inline.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-11-28CLIPPER_OFFSET_SCALE was made a power of two, the scaling functionsbubnikv
2016-11-05Refactored Print::validate() method to not throw an exception, butbubnikv