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
2020-08-19Fixed several indentation-related warningsLukas Matena
2020-07-21Fixed back-end warning infrastructure: The Print / PrintObjectbubnikv
2020-07-15Fix of previous commit.bubnikv
2020-07-15Update of back-end warnings:bubnikv
2020-07-14Support for collecting warnings from the background processing.Vojtech Bubnik
2019-09-25Fixed erroneous use of logical OR where bitwise OR was meantLukas Matena
2019-07-25Fixed the Perl bindings, made Print::m_placeholder_parser protected,bubnikv
2019-07-25Reworked the FFF Print::update() to process the filament retractbubnikv
2019-06-27WIP Undo / Redo: ModelID / ModelBase renamed to ObjectID / ObjectBasebubnikv
2019-05-22Fixed unit tests when run with range checks on std::vectorLukas Matena
2019-05-17Changed the G-code export and send to OctoPrint GUI codebubnikv
2019-03-14Update the SLA slices at the print preview once the index is calculated.bubnikv
2019-02-21Fixed an issue with background processing cancelation & SLA supportsbubnikv
2019-02-21WIP: SLA support "Generate points" and "Apply Changes" will reslicebubnikv
2019-02-21Fix of "Change of object type support blocker to enforcer does nothing (and v...bubnikv
2019-02-06Send EVT_SLICING_UPDATE with RELOAD_SLA_SUPPORT_POINTSbubnikv
2019-02-03Fixed an issue, where the output G-code file name was not always updatedbubnikv
2018-12-12WIP: Time estimate in file names.bubnikv
2018-12-11Trigger background processing update when switching to a preview tab.bubnikv
2018-12-03Implemented naming of the SLA export file based on the output file namebubnikv
2018-11-21Using the new status update interface to refresh scene right after the suppor...tamasmeszaros
2018-11-20Renamed PrintBase::Status to SlicingStatusEventbubnikv
2018-11-20Hopefully a fix of OSX compilation issue.bubnikv
2018-11-20The slicing progress message can now trigger refresh of the 3D scene.bubnikv
2018-11-16Partial update of 3D scene (GLVolumes derived from Model and frombubnikv
2018-11-09WIP: SLAPrintObjectConfig, SLAPrint / SLAPrintObject initialization.bubnikv
2018-11-08Integrated SLAPrint into background processing.bubnikv
2018-11-08Fix of friend declaration on a template parameter, according to C++11bubnikv
2018-11-08Separated Print / PrintObject into PrintBase.cpp/h to support SLAPrintbubnikv