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
2019-08-19Refactor: Move Semver from slice3r to libslic3rVojtech Kral
A static symbol Slic3r::SEMVER is introduced, which holds the running slicer's Semver object. This is mainly done to make testing updater behaviour _much_ easier. Additionaly to cleanup some questionable code (Semver was being parsed multiple times / in multiple places in the frontend.)
2019-04-09Fix SVG & bitmap scaling on Mac depending on Retina scalingVojtech Kral
2019-02-21Scaling in PrintHostDialogs, FirmwareDialog, UpdateDialogsVojtech Kral
2019-02-11Added scaling for more some dialogsYuSanka
+ Set size for mode buttons
2018-12-18Http & ErrorDialog: Improve error reportingVojtech Kral
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.