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/xs
AgeCommit message (Expand)Author
2014-08-04Use istringstream for deserializing config options in order to use the correc...Alessandro Ranellucci
2014-08-03Ported some Model methods to XSAlessandro Ranellucci
2014-08-03Fix error in PrintRegion::flow() portAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-08-03Split Print.cpp and Layer.cpp into multiple compilation unitsAlessandro Ranellucci
2014-08-03Port PrintRegion::flow() and LayerRegion.flow() to XSAlessandro Ranellucci
2014-08-03Ported some methods to XSAlessandro Ranellucci
2014-08-03Bugfix: medial axis missed some segments. #2144Alessandro Ranellucci
2014-08-03Visual preview for bed shape dialogAlessandro Ranellucci
2014-07-27Merge branch 'acp-voronoi'Alessandro Ranellucci
2014-07-26New 3D Honeycomb infill pattern (credits: David Eccles (gringer)). #1646Alessandro Ranellucci
2014-07-26Always use a rectangle with semicircles as extrudate shapeAlessandro Ranellucci
2014-07-25Put skirt outside brim to avoid conflicts. #2157Alessandro Ranellucci
2014-07-24Display skirt and brim in toolpaths preview. Also take support material margi...Alessandro Ranellucci
2014-07-23Bugfix: some extra spots were added in medial axisAlessandro Ranellucci
2014-07-23Change default layer height to 0.3mmAlessandro Ranellucci
2014-07-15Bugfix: make_perimeters() was not truly idempotent because prepare_infill() s...Alessandro Ranellucci
2014-07-133D preview of platerAlessandro Ranellucci
2014-07-12Store object and volume names in the new 'name' property instead of relying o...Alessandro Ranellucci
2014-07-11Use AMF object and volume metadata for handling per-object and per-volume set...Alessandro Ranellucci
2014-07-01Fixed regression causing variable layer heights to be ignored. #2136Alessandro Ranellucci
2014-07-01Enable/disable GUI controls according to the others in order to guide the use...Alessandro Ranellucci
2014-07-01Refactored OptionsGroup class for cleaner OOP model and cleaner event modelAlessandro Ranellucci
2014-06-25Fix compilation under 5.20 (untested). #2109Alessandro Ranellucci
2014-06-19Put the Default Extruder option in a less confusing positionAlessandro Ranellucci
2014-06-19Bugfix: wrong input validation in set_layer_height_ranges(). #2105Alessandro Ranellucci
2014-06-19Assign category to dont_support_bridgesAlessandro Ranellucci
2014-06-17Removed print_center option (but left --print-center from CLI)Alessandro Ranellucci
2014-06-17Merge branch 'bedshape'Alessandro Ranellucci
2014-06-16Finished implementation of bed_shape in platerAlessandro Ranellucci
2014-06-16More incomplete work for using bed_shape in platerAlessandro Ranellucci
2014-06-16Initial work for custom bed shapeAlessandro Ranellucci
2014-06-15Remove erroneous min limit from xy_size_compensation definition. #2096Alessandro Ranellucci
2014-06-15Fix compilation on 5.18(?)Alessandro Ranellucci
2014-06-14XYZ mirroring from platerAlessandro Ranellucci
2014-06-14Added min limits for most numeric optionsAlessandro Ranellucci
2014-06-14Translate PlaceholderParser::apply_config to C++.Y. Sapir
2014-06-14Don't invalidate things if the changed options only affect G-code exportAlessandro Ranellucci
2014-06-13Use async timer everywhereAlessandro Ranellucci
2014-06-13Refactoring: better API for Print/Object steps with explicit dependenciesAlessandro Ranellucci
2014-06-13Partial work for background processingAlessandro Ranellucci
2014-06-12Have Print::apply_config() return true if any step was invalidatedAlessandro Ranellucci
2014-06-12Refactoring: new method in Flow for calculating spacing between extrusions ha...Alessandro Ranellucci
2014-06-12Refactoring: keep height in Flow object and calculate spacing on demandAlessandro Ranellucci
2014-06-12Move external_perimeters_first to PrintRegionConfigAlessandro Ranellucci
2014-06-12Move bridge_flow_ratio to PrintRegionConfigAlessandro Ranellucci
2014-06-12Move PrintConfigDef::build_def() to .cppAlessandro Ranellucci
2014-06-11Bugfix: seam_position = aligned failed in certaim circumstances because of fa...Alessandro Ranellucci
2014-06-11More work on incremental slicingAlessandro Ranellucci
2014-06-11Some initial work for incremental slicingAlessandro Ranellucci