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
path: root/xs
AgeCommit message (Expand)Author
2017-12-11integration of time estimator into gcode export - save time estimation into g...Enrico Turri
2017-12-08time estimator wip stage 2Enrico Turri
2017-12-06time estimator wipEnrico Turri
2017-10-18Optimization of Perlglue ConfigBase__getversion_1.38.0bubnikv
2017-10-17Utility functions to pass wxWidgets pointers from Perl to C++ code.bubnikv
2017-10-17Fix of preceding commit.bubnikv
2017-10-17perglue.cpp - use static_cast instead of dynamic_cast if possible,bubnikv
2017-10-17Yet another compilation fix?bubnikv
2017-10-17Another compilation fix.bubnikv
2017-10-17exception what() method shall be noexcept.bubnikv
2017-10-17One more fix of the preceding commit.bubnikv
2017-10-17Fix of the preceding commit for gcc & clang:bubnikv
2017-10-17Optimization of the configuration layer:bubnikv
2017-10-17Redefined the ==, != operators of Point and BoundingBox classesbubnikv
2017-10-04Fix of a 3D print path preview for the wipe tower: Calculatebubnikv
2017-10-03Fixes the scene disappearing when there are no Prusa MM priming towers.bubnikv
2017-10-03Fixed a bug in the temperature handling of the Prusa Multi Materialbubnikv
2017-10-03Fix of https://github.com/prusa3d/Slic3r/issues/492bubnikv
2017-10-03admesh: changed header_num_facets to uint32bubnikv
2017-10-03Fixed the cubic infill: The cubic infill was 30% flatter than it shouldbubnikv
2017-10-03Big endian fix, thanks to @hyperair for hints and initial implementation.bubnikv
2017-10-02Load presets into the new C++ class.bubnikv
2017-09-20Further fixes of the previous commit.bubnikv
2017-09-20Fix of the previous commit: Fix compilation on Linux.bubnikv
2017-09-19Initial partial implementation of presets in C++.bubnikv
2017-09-18A bit of refactoring and beautification.bubnikv
2017-09-18Ported PrintConfigBase::_handle_legacy from Perl to C++,bubnikv
2017-09-14Fixed a regression bug, which was made during the porting ofversion_1.37.1bubnikv
2017-09-13Fixed a missing bbox.defined=true assignment.bubnikv
2017-09-13Changed the G-code protocol for cleaning up the priming towersbubnikv
2017-09-13Set a missing bbox.defined flag.bubnikv
2017-09-12Fix of "exponentional values generated as G1 F-1.95058e+006 causing problems"bubnikv
2017-09-12Fixed a crash when slicing leads to no print.bubnikv
2017-09-12The last priming area is shortened and the excess wipe is movedbubnikv
2017-09-12Added GCode/PrintExtents.cpp,hbubnikv
2017-09-11Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2017-09-11Merges https://github.com/prusa3d/Slic3r/pull/509bubnikv
2017-09-11Many warnings fixed (#510)eyal0
2017-09-11CMake build system: Adding -fext-numeric-literals when compiling with gcc.bubnikv
2017-09-04Fixed typo from the previous commit.bubnikv
2017-09-04Implemented an initial priming line for a single-material printbubnikv
2017-09-04Fixed a default locale on Windows for UTF normalization.bubnikv
2017-09-04Fixed compilation on OSX & LInuxbubnikv
2017-09-01Implemented priming of all the filaments of the Prusa Multi Material.bubnikv
2017-08-30Fixed a regression bug of Slic3r::encode() / decode()bubnikv
2017-08-30Removed the Perl Build.PL for the XS module. This has been replacedbubnikv
2017-08-29CMake build process: Fixed build on OSX: renamed XS to XS.bundlebubnikv
2017-08-29CMake build system: Link perl library on windows only.bubnikv
2017-08-29CMake build system: Fix on older linux?bubnikv
2017-08-29CMake build process: Workaround for an old CMake on Linux.bubnikv