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
AgeCommit message (Expand)Author
2018-06-28AppController integrationtamasmeszaros
2018-04-26Merge branch 'new_cooling_logic'bubnikv
2018-04-18Fixed memory leak of TabIface.bubnikv
2018-04-16Updating: Detect legacy datadir, remove conflicting presetsVojtech Kral
2018-02-15Merged the C++ port of the GUI Tabs / OptionGroup / Option classesbubnikv
2018-02-14Removed the GCodePreviewData from the Print class, it does not belong here,bubnikv
2018-01-23Added TabIface C++ wrapper for GUI::Tab C++ class,bubnikv
2017-11-09Implemented volumetric flow rate hints,bubnikv
2017-10-30New C++ class AppConfig for maintaining the config.inibubnikv
2017-10-17perglue.cpp - use static_cast instead of dynamic_cast if possible,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-02-21Ported CoolingBuffer to C++/XSAlessandro Ranellucci
2017-01-19New extrusion class: ExtrusionMultiPathbubnikv
2016-10-20Disabled asserts in the release build (-DNDEBUG).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-11-01Merge branch 'master' into senderAlessandro Ranellucci
2015-07-23Finished porting PerimeterGenerator to C++Alessandro Ranellucci
2015-07-01Ported Slic3r::GCode storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::Wipe storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::AvoidCrossingPerimeters to XSAlessandro Ranellucci
2015-05-28Merge branch 'master' into senderAlessandro Ranellucci
2015-04-16Ported ModelObject::rotate() and ModelObject::flip() to XS, as well as axes c...Alessandro Ranellucci
2015-02-01Merge branch 'master' into senderAlessandro Ranellucci
2015-01-25Faster loading of 3D preview and much less memory usedAlessandro Ranellucci
2014-12-26Merge branch 'master' into senderAlessandro Ranellucci
2014-12-163D object positioningAlessandro Ranellucci
2014-11-27Initial work for G-code sender and more intensive usage of BoostAlessandro 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-10-18Refactoring: moved some low-level G-code generation methods to the new Slic3r...Alessandro Ranellucci
2014-07-27Merge branch 'acp-voronoi'Alessandro Ranellucci
2014-06-16Finished implementation of bed_shape in platerAlessandro Ranellucci
2014-06-11Some initial work for incremental slicingAlessandro Ranellucci
2014-05-27Merge branch 'master' into visilibityAlessandro Ranellucci
2014-05-25Remove some more Clone typemaps and add some whitespace.Y. Sapir
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-13Implemented avoid_crossing_perimeters with VisiLibityAlessandro Ranellucci
2014-05-12No tests were covering randomize-start, which was not working anymore after r...Alessandro Ranellucci
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