Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-07-25Put skirt outside brim to avoid conflicts. #2157Alessandro Ranellucci
2014-07-15Bugfix: make_perimeters() was not truly idempotent because prepare_infill() s...Alessandro Ranellucci
2014-06-17Removed print_center option (but left --print-center from CLI)Alessandro Ranellucci
2014-06-16More incomplete work for using bed_shape in platerAlessandro Ranellucci
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-12Move external_perimeters_first to PrintRegionConfigAlessandro Ranellucci
2014-06-12Move bridge_flow_ratio to PrintRegionConfigAlessandro Ranellucci
2014-06-11More work on incremental slicingAlessandro Ranellucci
2014-06-11Some initial work for incremental slicingAlessandro Ranellucci
2014-06-10Finish porting Print classes to XSAlessandro Ranellucci
2014-05-25Attempt to solve conflict with a3bd1b5 by adding id to PrintObject and using ...Y. Sapir
2014-05-25Make read-only constructor parameters - private.Y. Sapir
2014-05-25Try to fix _copies_shift scaling.Y. Sapir
2014-05-25Move Print object storage to C++. (along with its subobjects)Y. Sapir
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-04-27Implement type checking for XS objectsPetr Ledvina
2014-01-03Adapt plater to the new split configAlessandro Ranellucci
2013-12-20Ported Slic3r::Print::State to XSAlessandro Ranellucci