Commit History

Author SHA1 Message Date
  Remi Durand 54f07adfe6 segfault 6 years ago
  supermerill d64aff2bfe * * Dense infill: 6 years ago
  supermerill 36a2d64630 parameter for external_infill_margin & split it with bridged_infill_margin because it's useful 6 years ago
  Joseph Lenox e81e19cbc1 Fix int (#4495) 6 years ago
  Joseph Lenox a2d24fece7 Merge branch 'cppgui' 6 years ago
  Joseph Lenox d5a2e1b1a3 Added implementation of Taubin fit cribbed from "Circular and Linear Regression: Fitting circles and lines by least squares", p126 by Nikolai Chernov for both Pointf and Points, 6 years ago
  Joseph Lenox b43b0a1a82 Added implementation of Taubin fit cribbed from "Circular and Linear Regression: Fitting circles and lines by least squares", p126 by Nikolai Chernov for both Pointf and Points, 6 years ago
  Joseph Lenox 5e86e74bc6 fixing path for replacement buildscript 6 years ago
  Joseph Lenox eb31601762 Build server stops trying to update cpanm modules. 6 years ago
  Joseph Lenox 4451fc424c Renamed interface -> _interface to avoid reserved word under Windows. 6 years ago
  Joseph Lenox f391e17aa4 On MinGW, set for big object support. 6 years ago
  Joseph Lenox 5aa0539a76 removing guards 6 years ago
  Joseph Lenox 0373496baa Include guard around SupportMaterial so that it isn't built by the Perl side. 6 years ago
  Joseph Lenox fe492f818a Added std::map and Slic3r::Polygon to include list, sorted includes. 6 years ago
  Joseph Lenox 44d145d986 Merge pull request #4491 from lordofhyphens/cppgui 6 years ago
  Joseph Lenox ac6642ed18 removed some debug prints. 6 years ago
  Joseph Lenox f6cbd4fd72 Using xcode 9.4 instead of 8.3 (hopefully will avoid hang?) 6 years ago
  Joseph Lenox 60286bb032 Actually make brim, and fix tests so that math is correct. 6 years ago
  Joseph Lenox c94a168a5e Fix test to properly check that we're "close enough" and remove _equiv (use Catch's Approx instead) 6 years ago
  Joseph Lenox 1ea86dcb5d Use approx with a margin instead of trying for exact floating point matches. 6 years ago
  Joseph Lenox 5b06201e18 Changed calling convention to get gcc49 to not mis-parse as an initializer list 6 years ago
  Joseph Lenox d11f623ca5 Trying to avoid an issue with gcc4.9 6 years ago
  Joseph Lenox 8e84041153 added simplistic check for raft. 6 years ago
  Joseph Lenox ec5a409ecc added tests to check for height reset and that one object is printed before another. 6 years ago
  Joseph Lenox 80d7f80734 Implemented printing complete_objects 6 years ago
  Joseph Lenox f625c69f41 Forgot to handle multiple objects at the same time when bucket sorting. Fixed. 6 years ago
  Joseph Lenox 71009d8c90 Actually implement layer change. It's somewhat important. 6 years ago
  Joseph Lenox a66ae6ac26 Moved regular expression definitions to header (for reuse) 6 years ago
  Joseph Lenox eb4e727f74 Added test to check for two-object systems. 6 years ago
  Joseph Lenox 80b59f66fa Revert "actually remove gcc-4.9 refs" 6 years ago
  Joseph Lenox 549e1dace1 Revert "remove gcc 4.9 from package install list" 6 years ago
  Joseph Lenox 0eaf610875 go back to gcc49 6 years ago
  Joseph Lenox 19b70a1dc1 actually remove gcc-4.9 refs 6 years ago
  Joseph Lenox d4a9bd5b44 remove gcc 4.9 from package install list 6 years ago
  Joseph Lenox 3b52855497 use gcc7 perlbrew 6 years ago
  Joseph Lenox 5e09035181 document the usage of flatten() 6 years ago
  Joseph Lenox 6710b249b1 Also flatten the infill list before iterating over it. 6 years ago
  Joseph Lenox 8c33fac143 Flatten the perimeters list (which is what the xspp does in the background) before iterating over it. 6 years ago
  Joseph Lenox c78c23c73d Don't need the const_cast. 6 years ago
  Joseph Lenox 0b3496b45f Bugfix: Preqreq calls should be calling slice(), not _slice(). _slice() invalidates the print state (!!!) 6 years ago
  Joseph Lenox 60005d1bc6 updated comment to use correct c++ syntax. 6 years ago
  Joseph Lenox 725f8282b3 Handle case where the get_region() call fails. 6 years ago
  Joseph Lenox 347143e344 Reordered to avoid weird logic. 6 years ago
  Joseph Lenox 11f85a490a Flatten entities 6 years ago
  Joseph Lenox 5e6910de4e Fixed regex to match lines. 6 years ago
  Joseph Lenox 5dc227d26b Fixed a regression where description was always overwritten to "small perimeter". 6 years ago
  Joseph Lenox 9411f5025d Implemented boolean set and some tests to check those values. 6 years ago
  Joseph Lenox 0015b3c7d3 Was incorrectly reserving space for vector. Fixed. 6 years ago
  Joseph Lenox 067fc3cd8f Make sure processing is done. 6 years ago
  Joseph Lenox bb7d82622a Accidentally inverted the logic in the first draft. 6 years ago