Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs/lib
AgeCommit message (Expand)Author
2018-09-12Merged with devbubnikv
2018-08-21Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding.bubnikv
2018-05-25Layers editing shader moved to c++Enrico Turri
2018-05-09OpenGL to c++ 1st installment - WIPEnrico Turri
2018-04-09Ported the AboutDialog to C++, thanks @alexrj for the work.bubnikv
2018-03-23Work in progress: Good bye, Perl Threads!bubnikv
2018-02-15Removed the Perl Tab & BedDialog as they were replaced by their C++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-17Utility functions to pass wxWidgets pointers from Perl to C++ code.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-03Ported the G-code generator from Perl to C++.bubnikv
2017-03-20Use OpenGL 2.0 shaders for the layer height rendering.bubnikv
2017-03-13Volume rewritten from Perl to C++,bubnikv
2017-01-20Fix of ExtrusionMultiPath binding to Perl & G-code generator.bubnikv
2017-01-19New extrusion class: ExtrusionMultiPathbubnikv
2016-10-27Fixed the fill density for rectilinear, triangular and cubic infills.bubnikv
2016-10-16C++ supports sketched, but not finalized yet. Slic3r is still usingbubnikv
2016-09-12Initial commit of the new Pressure Equalizer, the EdgeGridbubnikv
2016-04-11Vojtech likes to use Sublime on Windows to get the wheels rolling.bubnikv
2015-12-16Refactored the Config XS bindingsAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::OozePrevention storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::Wipe storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::AvoidCrossingPerimeters to XSAlessandro Ranellucci
2015-01-25Faster loading of 3D preview and much less memory usedAlessandro Ranellucci
2015-01-15More efficient 3D preview of slicesAlessandro Ranellucci
2014-12-17Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585dAlessandro Ranellucci
2014-12-17New --solid-infill-extruder option. Includes a refactoring of the strategy us...Alessandro Ranellucci
2014-12-163D object positioningAlessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-11-09Ported GCodeWriter to XS (faster G-code export!)Alessandro Ranellucci
2014-11-09Ported LayerRegion::make_slices() to XSAlessandro Ranellucci
2014-08-08Bugfix: wrong arguments supplied to Flow constructor (rarely used case)Alessandro Ranellucci
2014-08-03Visual preview for bed shape dialogAlessandro Ranellucci
2014-05-25Add ::Ref classes for every missing C++ class (going by REGISTER_CLASS calls).Y. Sapir
2014-05-25Move Print object storage to C++. (along with its subobjects)Y. Sapir
2014-05-08Merge branch 'sapir-modelcpp'Alessandro Ranellucci
2014-05-08New semantics for ExtrusionLoop objects. Early processing of perimeter overha...Alessandro Ranellucci
2014-05-07Removed StringMapAlessandro Ranellucci
2014-05-05Translate Model class' storage to C++.Y. Sapir
2014-04-30Store width and height in ExtrusionEntity objects for debugging purposesAlessandro Ranellucci
2014-04-29Some minor changes to the newly-ported Extruder classAlessandro Ranellucci
2014-04-28Add xsp wrapper for Pointf class.Y. Sapir
2014-04-28Replace multitude of Extruder fields with querying a PrintConfig object by id.Y. Sapir
2014-04-28Correctly convert extruder_offset to Point object before passing to C++ code.Y. Sapir
2014-04-28Convert Extruder object (mostly) to C++ with lots of fields.Y. Sapir
2014-03-09Include thin walls in general top-level perimeter sorting to get more efficie...Alessandro Ranellucci
2014-01-07Fix GUIAlessandro Ranellucci