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
2017-09-11Many warnings fixed (#510)eyal0
2017-09-01Implemented priming of all the filaments of the Prusa Multi Material.bubnikv
2017-08-02Ported PrintObject::prepare_infill & combine_infill from Perl to C++.version_1.37.0bubnikv
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-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-30Fixed a regression bug from the last commit. Some more code simplificationbubnikv
2017-05-30Fixed order of loading the configs into Print / PrintObjectsbubnikv
2017-05-30Print, PrintObject: Invalidation of steps, when chained, will now returnbubnikv
2017-05-25Implemented wipe tower print path preview.bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-03-28Some beautification and C++11 adaptation.bubnikv
2017-03-13BoundingBox, Print - methods inlined, added const accessors.bubnikv
2017-03-08Simplify_slices rewritten to C++, parallelized.bubnikv
2017-03-08Fixing of slicing errors ported to C++, parallelized.bubnikv
2017-02-28Ported expanded_output_filepath() to C++/XSAlessandro Ranellucci
2017-02-15make_skirt ported to C++bubnikv
2017-02-09Store / retrieve layer height profile from the AMF file.bubnikv
2017-02-08added total cost/weight to Extruder statistics, mocked up addendum to status ...Joseph Lenox
2017-02-07Added a tooltip overlay for the variable layer height edit tool.bubnikv
2017-01-05Const version of a PrintObject::get_region(). Made get_region() inline.bubnikv
2016-12-20New supports now do rafts at least to the extent the test cases run through.bubnikv
2016-12-12Support for user definable variable layer thickness, the C++ backend.bubnikv
2016-12-08Fixes after the merge of changes by @alexrj.bubnikv
2016-12-08Refactored parallelization code, cherry picked from @alexrj 36789774471a0bf9a...Alessandro Ranellucci
2016-12-08Ported make_perimeters() and infill() to C++/XS, use pure C++ threads, cherry...Alessandro Ranellucci
2016-11-10re-wrote PrintObject::detect_surfaces_type() to C++,bubnikv
2016-11-05Refactored Print::validate() method to not throw an exception, butbubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-10-20Disabled asserts in the release build (-DNDEBUG).bubnikv
2016-10-16C++ supports sketched, but not finalized yet. Slic3r is still usingbubnikv
2016-10-13Initial implementation of C++ supports,bubnikv
2016-09-26Visualization of fill surfaces.bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-02Ported a couple more methods to XSAlessandro Ranellucci
2015-11-01Merge branch 'master' into senderAlessandro Ranellucci
2015-10-27Finished porting LayerRegion to C++Alessandro Ranellucci
2015-05-31New experimental autospeed feature. #2810Alessandro Ranellucci
2015-05-28Merge branch 'master' into senderAlessandro Ranellucci
2015-03-09Use support material layer height for raft layer instead of object layer heig...Alessandro Ranellucci
2015-03-09Limit first object layer height correctly when using a larger support materia...Alessandro Ranellucci
2015-03-07Merge branch 'master' into senderAlessandro Ranellucci
2015-03-06Refactoring: removed the non-idempotent init_extruders() step. Also, infill_e...Alessandro Ranellucci
2015-02-01Merge branch 'master' into senderAlessandro Ranellucci
2015-01-30Don't output slic3r:z attribute in SVG for raft layersAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-04More work on print controllerAlessandro Ranellucci