Commit History

Author SHA1 Message Date
  Vojtech Bubnik 4280fdb5f2 Reworked connection of infill lines to perimeter lines. 4 years ago
  bubnikv 0235f1a821 Merged with dev 6 years ago
  bubnikv ac72cd779f Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding. 6 years ago
  Enrico Turri 455076231b Layers editing shader moved to c++ 6 years ago
  Enrico Turri 5024fc4be7 OpenGL to c++ 1st installment - WIP 6 years ago
  bubnikv 32c4cddb91 Ported the AboutDialog to C++, thanks @alexrj for the work. 6 years ago
  bubnikv e931f75010 Work in progress: Good bye, Perl Threads! 6 years ago
  bubnikv 39100068c1 Removed the Perl Tab & BedDialog as they were replaced by their C++ 7 years ago
  bubnikv 09c9f6bdc3 Added TabIface C++ wrapper for GUI::Tab C++ class, 7 years ago
  bubnikv 9a0100d6de Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 7 years ago
  bubnikv d9d6d996e9 Utility functions to pass wxWidgets pointers from Perl to C++ code. 7 years ago
  bubnikv 473233019c Initial partial implementation of presets in C++. 7 years ago
  bubnikv 0454cc95f9 Ported the cooling changes from @alexrj: Don't slow down the external 7 years ago
  bubnikv e90279c513 Ported the G-code generator from Perl to C++. 7 years ago
  bubnikv 045de596e2 Use OpenGL 2.0 shaders for the layer height rendering. 7 years ago
  bubnikv e6fddd364d Volume rewritten from Perl to C++, 8 years ago
  bubnikv 08351b5e48 Fix of ExtrusionMultiPath binding to Perl & G-code generator. 8 years ago
  bubnikv e016c4e423 New extrusion class: ExtrusionMultiPath 8 years ago
  bubnikv 4e66ed81d2 Fixed the fill density for rectilinear, triangular and cubic infills. 8 years ago
  bubnikv 7d7f093120 C++ supports sketched, but not finalized yet. Slic3r is still using 8 years ago
  bubnikv f518e0675c Initial commit of the new Pressure Equalizer, the EdgeGrid 8 years ago
  bubnikv 7da68c91a5 Vojtech likes to use Sublime on Windows to get the wheels rolling. 8 years ago
  Alessandro Ranellucci 3c862836f2 Refactored the Config XS bindings 9 years ago
  Alessandro Ranellucci 801f629fdc Ported Slic3r::GCode storage to XS 9 years ago
  Alessandro Ranellucci 280f3f38d7 Ported Slic3r::GCode::OozePrevention storage to XS 9 years ago
  Alessandro Ranellucci b43dd92766 Ported Slic3r::GCode::Wipe storage to XS 9 years ago
  Alessandro Ranellucci bf9cd1b8e6 Ported Slic3r::GCode::AvoidCrossingPerimeters to XS 9 years ago
  Alessandro Ranellucci a5c0ffe963 Faster loading of 3D preview and much less memory used 10 years ago
  Alessandro Ranellucci 18e815d032 More efficient 3D preview of slices 10 years ago
  Alessandro Ranellucci 9264db7ecd Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585d 10 years ago
  Alessandro Ranellucci e79aa2e81c New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618 10 years ago
  Alessandro Ranellucci fcfb3b98bc 3D object positioning 10 years ago
  Alessandro Ranellucci 379cde30e2 Ported Slic3r::BridgeDetector to XS 10 years ago
  Alessandro Ranellucci ee3fb7caa2 Ported GCodeWriter to XS (faster G-code export!) 10 years ago
  Alessandro Ranellucci b69caff93c Ported LayerRegion::make_slices() to XS 10 years ago
  Alessandro Ranellucci 5435d88924 Bugfix: wrong arguments supplied to Flow constructor (rarely used case) 10 years ago
  Alessandro Ranellucci f462af20f9 Visual preview for bed shape dialog 10 years ago
  Y. Sapir d06c300926 Add ::Ref classes for every missing C++ class (going by REGISTER_CLASS calls). 10 years ago
  Y. Sapir 8da0bded1d Move Print object storage to C++. (along with its subobjects) 10 years ago
  Alessandro Ranellucci 6e207d3830 Merge branch 'sapir-modelcpp' 10 years ago
  Alessandro Ranellucci c37ef2f18b New semantics for ExtrusionLoop objects. Early processing of perimeter overhangs for paralellizing such work and making G-code export lighter. Lots of refactoring. This should fix a number of minor bugs, including reversals of perimeter overhangs. 10 years ago
  Alessandro Ranellucci 54a199919b Removed StringMap 10 years ago
  Y. Sapir 05b2993769 Translate Model class' storage to C++. 10 years ago
  Alessandro Ranellucci 98e40d3fe4 Store width and height in ExtrusionEntity objects for debugging purposes 10 years ago
  Alessandro Ranellucci 24571612c7 Some minor changes to the newly-ported Extruder class 10 years ago
  Y. Sapir ad03a88733 Add xsp wrapper for Pointf class. 10 years ago
  Y. Sapir 2565d80679 Replace multitude of Extruder fields with querying a PrintConfig object by id. 10 years ago
  Y. Sapir b319dc9361 Correctly convert extruder_offset to Point object before passing to C++ code. 10 years ago
  Y. Sapir 66d23a2416 Convert Extruder object (mostly) to C++ with lots of fields. 10 years ago
  Alessandro Ranellucci 7f5442265e Include thin walls in general top-level perimeter sorting to get more efficient paths 11 years ago