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 (Collapse)Author
2020-03-04Fixing build against wxWidgets 3.0Lukas Matena
The wxString saga continues. wxWidgets 3.0 don't have the wxString::FromUTF8(const std::string&) overload, we must use the GUI::from_u8 helper Also wxWidgets 3.0 don't allow to disable wxString->const char* conversion, so calling show_info(wxWindow*, wxString, const char*) was ambiguous Several includes moved around
2020-03-03Fixing wxString::Format encoding mismatches (part 1)Lukas Matena
2019-06-25Warnings cleanup in BonjourDialog, ConfigWizard, FirmwareDialog,Vojtech Kral
GLGizmoCut, ImGuiWrapper
2019-06-03BonjourDialog: Fix dialog flagsVojtech Kral
2019-03-14Fix HiDPI in Bonjour DialogVojtech Kral
2019-03-14Bonjour: Add txt key-val extraction, filtering based on printer techVojtech Kral
2018-11-26Removed some obsolete Perl bindings.bubnikv
Removed libslic3r from the default include paths for all modules but libslic3r. Now headers from libslic3r need to be included with an explicit path (libslic3r/libslic3r.h etc) Split the localization macros into I18N.{cpp,h}
2018-11-08Integrated SLAPrint into background processing.bubnikv
Fixed couple of compiler warnings.
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.mass_renamebubnikv
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.