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
2021-06-27Support for forward compatibility of configurations, user and systemVojtech Bubnik
2020-11-29Merge remote-tracking branch 'origin/master' into lh_avoid_crossing_perimetersLukáš Hejl
2020-11-21Follow-up to 80e8b5e985b84a6a50215d383bad96657bae0b12Vojtech Bubnik
2020-11-17Removed the old motion planner.Vojtech Bubnik
2020-05-07Attempt to fix build on OsXenricoturri1966
2020-05-07Fixed build when tech ENABLE_GCODE_VIEWER is disabled + fixed perl codeenricoturri1966
2019-10-18Slight improvements of unit tests, fix of perl bindings.bubnikv
2019-03-13Fix of perl bindingsbubnikv
2019-03-13removed the --gui parameter from the slic3r wrapper.bubnikv
2019-03-13Fixed perl bindingsbubnikv
2019-03-13Reworked the command line interface based on the current statebubnikv
2019-01-16Upgrade Boost to 1.66 on WindowsVojtech Kral
2018-11-22Removed legacy GUI Perl bindings,bubnikv
2018-11-12removing remnant junk for AppControllertamasmeszaros
2018-09-181st installment of preview ported in c++Enrico Turri
2018-09-12Merged with devbubnikv
2018-08-30Merge remote-tracking branch 'origin/cpp_progress_status_bar' into devtamasmeszaros
2018-08-30Almost working c++ status bartamasmeszaros
2018-08-23Fixed conflicts after merging with branch eigenizeEnrico Turri
2018-08-21Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding.bubnikv
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2018-08-21Eradicated most of Pointf extras compared to pure Eigen::Vector2d.bubnikv
2018-08-21Completely replaced the homebrew Pointf3 class with Eigen Vec3d.bubnikv
2018-08-21Print host bugfixes / refactoringVojtech Kral
2018-08-21Added possibility for upload to DuetMartin Loidl
2018-08-17Replaced coincides_with(const Line &line) with operator==bubnikv
2018-08-17Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.bubnikv
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-06-28AppController integrationtamasmeszaros
2018-04-13Removed some obsolete Perl binding.bubnikv
2018-04-06AppConfig: Support for vendor / model / variant enable stateVojtech Kral
2018-03-23Work in progress: Good bye, Perl Threads!bubnikv
2018-03-05WIP: OctoPrintVojtech Kral
2018-02-15Removed the Perl Tab & BedDialog as they were replaced by their C++bubnikv
2018-02-15Merged the C++ port of the GUI Tabs / OptionGroup / Option classesbubnikv
2018-02-14Removed the GCodePreviewData from the Print class, it does not belong here,bubnikv
2018-01-23Added TabIface C++ wrapper for GUI::Tab C++ class,bubnikv
2017-11-09Initial definition of PresetHints C++ class and Perl binding, ported the cool...bubnikv
2017-10-30New C++ class AppConfig for maintaining the config.inibubnikv
2017-10-18Optimization of Perlglue ConfigBase__getversion_1.38.0bubnikv
2017-10-17Fix of preceding commit.bubnikv
2017-10-17perglue.cpp - use static_cast instead of dynamic_cast if possible,bubnikv
2017-10-17Optimization of the configuration layer:bubnikv
2017-09-19Initial partial implementation of presets in C++.bubnikv
2017-06-22Ported the cooling changes from @alexrj: Don't slow down the externalbubnikv
2017-05-19Improved retract handling on bowden extruders:bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-26Removed a broken Arc Fitting feature.bubnikv
2017-03-20Use OpenGL 2.0 shaders for the layer height rendering.bubnikv
2017-03-13Volume rewritten from Perl to C++,bubnikv