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/lib
AgeCommit message (Expand)Author
2012-09-22Large refactoring to allow processing multimaterial filesAlessandro Ranellucci
2012-09-22Refactoring: move the 'copies' property to each Print::ObjectAlessandro Ranellucci
2012-09-22Refactoring, new size_3D functionAlessandro Ranellucci
2012-09-22Refactoring, new bounding_box_3D functionAlessandro Ranellucci
2012-09-21Make new plater compatible with threaded perlsAlessandro Ranellucci
2012-09-21Bugfix: removed fatal error when generating SVG support material in some circ...Alessandro Ranellucci
2012-09-21Silently ignore threads > 1 on non-threaded perlsAlessandro Ranellucci
2012-09-21Little regressions after recent mergeAlessandro Ranellucci
2012-09-21Little cleanupAlessandro Ranellucci
2012-09-21Preserve position when splitting objects in platerAlessandro Ranellucci
2012-09-21Finish GUI decouplingAlessandro Ranellucci
2012-09-21Revert "Patch for --gcode-arcs (kindly submitted by Paul Howes)"Alessandro Ranellucci
2012-09-21Patch for --gcode-arcs (kindly submitted by Paul Howes)Alessandro Ranellucci
2012-09-21New [print_preset], [filament_preset] and [printer_preset] variables. #675Alessandro Ranellucci
2012-09-21Replace 'scale epsilon' with 'scaled_epsilon'Alessandro Ranellucci
2012-09-21Bugfix: only_retract_when_crossing_perimeters was almost not working. #680Alessandro Ranellucci
2012-09-21Bugfix: extrusion width setting for support material was only affecting the p...Alessandro Ranellucci
2012-09-21Warn the user when Slic3r is being run under 5.16Alessandro Ranellucci
2012-09-21More unfinished workAlessandro Ranellucci
2012-09-21Fix regression causing SVG/DLP support material to crash the application. #668Alessandro Ranellucci
2012-09-21Use support material extruder for brim. #653Alessandro Ranellucci
2012-09-21Consider single walls as external perimeters. #661Alessandro Ranellucci
2012-09-21Remove the initial retraction compensation. Not only it is not very good for ...Alessandro Ranellucci
2012-09-21Bump version numberAlessandro Ranellucci
2012-09-21Releasing 0.9.2Alessandro Ranellucci
2012-09-21Adjust M-codes for temperature handling for Teacup. #539Alessandro Ranellucci
2012-09-21Support legacy config files not containing first_layer_height #631Alessandro Ranellucci
2012-08-29Unfinished work for decoupling GUI from the Print object (goal = more speed f...Alessandro Ranellucci
2012-08-29Refactor the AMF parser so that it popolates a Model object directly. Also re...Alessandro Ranellucci
2012-08-29Export plates as AMF constellationsAlessandro Ranellucci
2012-08-29Refactoring: new Slic3r::Model class to represent filesAlessandro Ranellucci
2012-08-26Revert "Refactoring: initialize all layers at once and avoid duplication of s...Alessandro Ranellucci
2012-08-25Refactoring: initialize all layers at once and avoid duplication of slicing h...Alessandro Ranellucci
2012-08-25Remove useless subroutinesAlessandro Ranellucci
2012-08-25Refactoring: turn x_length and y_length in sizeAlessandro Ranellucci
2012-08-25Fixed regression causing some bridges not to be detected correctly. #629Alessandro Ranellucci
2012-08-25Make Josef Prusa and Petr Ledvinka happy while we figure out how to handle lo...Alessandro Ranellucci
2012-08-25Fix missing module inclusion preventing the recently introduced option from w...Alessandro Ranellucci
2012-08-25New option to disable retraction when moving between infill paths inside the ...Alessandro Ranellucci
2012-08-25Added unit testing to prevent regression about disconnected infill pathsAlessandro Ranellucci
2012-08-24Minor refactoring for better readability of perimeter generation logicAlessandro Ranellucci
2012-08-24New option to configure the threshold for enforcing solid infill. #224Alessandro Ranellucci
2012-08-24Avoid backwards moves when doing honeycomb infill. #492Alessandro Ranellucci
2012-08-24Some infill paths were still disconnected, causing unnecessary retractionsAlessandro Ranellucci
2012-08-23Remove useless Point->id methodAlessandro Ranellucci
2012-08-22Accept newline as separator for post-processing scripts in GUI. #615Alessandro Ranellucci
2012-08-22Bugfix: retraction was still not working correctly at tool changeAlessandro Ranellucci
2012-08-22Fix for the recent commit about the new retraction settingsAlessandro Ranellucci
2012-08-22Always emit T0 at the beginning of a multi-extruder printAlessandro Ranellucci
2012-08-22New separate options for retraction length to be used when switching toolsAlessandro Ranellucci