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
2018-06-12C++ code cleanupEnrico Turri
2018-05-303DScene timer and _variable_layer_thickness_action method moved to c++Enrico Turri
2018-02-14Removed the GCodePreviewData from the Print class, it does not belong here,bubnikv
2018-02-14Split the GCodePreviewData from the GCodeAnalyzer,bubnikv
2018-02-13GCode Preview - Customizable extrusion role colors by editing 3DPreview.pmEnrico Turri
2018-02-12GCode Preview - Added objects and wipe tower transparent shellsEnrico Turri
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-08Added preview of retractions and unretractionsgcode_previewEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2018-01-02Merged the branch time_estimatebubnikv
2017-12-14Time estimate shown in GUI as formatted string / Write to file made by class ...Enrico Turri
2017-12-11time estimation shown in GUI after gcode exportEnrico Turri
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