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
2018-07-30segfaultmaster_alexrjRemi Durand
2018-07-30* * Dense infill:supermerill
2018-07-30parameter for external_infill_margin & split it with bridged_infill_margin b...supermerill
2018-07-30Fix int (#4495)Joseph Lenox
2018-07-30Merge branch 'cppgui'Joseph Lenox
2018-07-30Added implementation of Taubin fit cribbed from "Circular and Linear Regressi...Joseph Lenox
2018-07-30Added implementation of Taubin fit cribbed from "Circular and Linear Regressi...Joseph Lenox
2018-07-30fixing path for replacement buildscriptJoseph Lenox
2018-07-30Build server stops trying to update cpanm modules.Joseph Lenox
2018-07-28Renamed interface -> _interface to avoid reserved word under Windows.Joseph Lenox
2018-07-28On MinGW, set for big object support.Joseph Lenox
2018-07-28removing guardsJoseph Lenox
2018-07-28Include guard around SupportMaterial so that it isn't built by the Perl side.Joseph Lenox
2018-07-28Added std::map and Slic3r::Polygon to include list, sorted includes.Joseph Lenox
2018-07-28Merge pull request #4491 from lordofhyphens/cppguiJoseph Lenox
2018-07-28removed some debug prints.Joseph Lenox
2018-07-28Using xcode 9.4 instead of 8.3 (hopefully will avoid hang?)Joseph Lenox
2018-07-28Actually make brim, and fix tests so that math is correct.Joseph Lenox
2018-07-28Fix test to properly check that we're "close enough" and remove _equiv (use C...Joseph Lenox
2018-07-27Use approx with a margin instead of trying for exact floating point matches.Joseph Lenox
2018-07-27Changed calling convention to get gcc49 to not mis-parse as an initializer listJoseph Lenox
2018-07-27Trying to avoid an issue with gcc4.9Joseph Lenox
2018-07-27added simplistic check for raft.Joseph Lenox
2018-07-27added tests to check for height reset and that one object is printed before a...Joseph Lenox
2018-07-27Implemented printing complete_objectsJoseph Lenox
2018-07-27Forgot to handle multiple objects at the same time when bucket sorting. Fixed.Joseph Lenox
2018-07-27Actually implement layer change. It's somewhat important.Joseph Lenox
2018-07-27Moved regular expression definitions to header (for reuse)Joseph Lenox
2018-07-27Added test to check for two-object systems.Joseph Lenox
2018-07-27Revert "actually remove gcc-4.9 refs"Joseph Lenox
2018-07-27Revert "remove gcc 4.9 from package install list"Joseph Lenox
2018-07-27go back to gcc49Joseph Lenox
2018-07-27actually remove gcc-4.9 refsJoseph Lenox
2018-07-27remove gcc 4.9 from package install listJoseph Lenox
2018-07-27use gcc7 perlbrewJoseph Lenox
2018-07-26document the usage of flatten()Joseph Lenox
2018-07-26Also flatten the infill list before iterating over it.Joseph Lenox
2018-07-26Flatten the perimeters list (which is what the xspp does in the background) b...Joseph Lenox
2018-07-26Don't need the const_cast.Joseph Lenox
2018-07-26Bugfix: Preqreq calls should be calling slice(), not _slice(). _slice() inval...Joseph Lenox
2018-07-26updated comment to use correct c++ syntax.Joseph Lenox
2018-07-26Handle case where the get_region() call fails.Joseph Lenox
2018-07-26Reordered to avoid weird logic.Joseph Lenox
2018-07-26Flatten entitiesJoseph Lenox
2018-07-26Fixed regex to match lines.Joseph Lenox
2018-07-26Fixed a regression where description was always overwritten to "small perimet...Joseph Lenox
2018-07-26Implemented boolean set and some tests to check those values.Joseph Lenox
2018-07-26Was incorrectly reserving space for vector. Fixed.Joseph Lenox
2018-07-26Make sure processing is done.Joseph Lenox
2018-07-26Accidentally inverted the logic in the first draft.Joseph Lenox