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-01-08GCodeTimeEstimator - Fixed _simulate_st_synchronize()time_estimateEnrico Turri
2018-01-08GCodeTimeEstimator - Added credits for CuraEngineEnrico Turri
2018-01-08GCodeTimeEstimator - Fixed square roots of negative numbersEnrico Turri
2018-01-08Fix environment variable setting on Windows (#674)fredizzimo
2018-01-06Separated the Marlin G-code flavor from the RepRap G-code flavorbubnikv
2018-01-06Merge remote-tracking branch 'origin/time_estimate'bubnikv
2018-01-05GCodeTimeEstimator - added processing of commands M221 (Set extrude factor ov...Enrico Turri
2018-01-05GCodeTimeEstimator - simulate firmware st_synchronize() for commands G4, G92, M1Enrico Turri
2018-01-04New feature: Recommended object thin wall thickness hint.bubnikv
2018-01-04GCodeTimeEstimator: refactoring of forward and reverse passes on blocksEnrico Turri
2018-01-03Fix of the Spiral Vase after the GCodeReader rework.bubnikv
2018-01-03Fixed an issue with vsprintf and on demand buffer allocation.bubnikv
2018-01-03Fix of compilation on OSX and Linux. By the standard, a temporarybubnikv
2018-01-03Optimized the GCodeReader.bubnikv
2018-01-02Fix of time estimator (int abs used instead of float abs)bubnikv
2018-01-02Fixed a typo in fprintfbubnikv
2018-01-02Merged the branch time_estimatebubnikv
2018-01-02Bumped up the version number.bubnikv
2017-12-29Bumped up the version number.bubnikv
2017-12-21Bumped up the build version.version_1.38.5bubnikv
2017-12-21Improved error reporting of the PlaceholderParser.bubnikv
2017-12-21Fixed "Slic3r crashes when sending STLs with special characters to the printer"bubnikv
2017-12-20Reverted regex to boost::regex as the C++11 regex seems to be brokenbubnikv
2017-12-20Replaced boost::regex with std::regex.bubnikv
2017-12-20The wipe tower generator does not call start_filament_gcode whenbubnikv
2017-12-19Implemented <,>,<=,>=,or,and,||,&& operators.bubnikv
2017-12-19GCodeTimeEstimator - clean up unused codeEnrico Turri
2017-12-18First implementation of the "compatible_printers_condition"bubnikv
2017-12-18Fixed a regression error: The "current_extruder" identifier was not setbubnikv
2017-12-15Added regex matching operators to the conditional G-code processorbubnikv
2017-12-14Config wizard will prompt user to copy the profiles from Slic3r to Slic3rPEbubnikv
2017-12-14Improvement of region classification numerical stability.bubnikv
2017-12-14Enabled a long wipe when moving away from the wipe towerbubnikv
2017-12-14Time estimate shown in GUI as formatted string / Write to file made by class ...Enrico Turri
2017-12-13Fix of the wipe tower priming towers. The priming towers were printedbubnikv
2017-12-13Yet another fix for https://github.com/prusa3d/Slic3r/issues/607.bubnikv
2017-12-12GCodeTimeEstimator - added retract_acceleration, minimum_travel_feedrate memb...Enrico Turri
2017-12-12Increased maximum allowed temperature to 1500 centigrades as someonebubnikv
2017-12-11Fix ofbubnikv
2017-12-11GCodeTimeEstimator - added process of G92 gcodeEnrico Turri
2017-12-11GCodeTimeEstimator - added process of M82 and M83 gcodesEnrico Turri
2017-12-11merge with masterEnrico Turri
2017-12-11time estimation shown in GUI after gcode exportEnrico Turri
2017-12-11Slic3r version was not set by the placeholder parser.bubnikv
2017-12-11integration of time estimator into gcode export - save time estimation into g...Enrico Turri
2017-12-11Moved the Slic3rPE/print,filament,printer folders tobubnikv
2017-12-10Extended the Config Wizard to offer a selection of config bundlesbubnikv
2017-12-09Fixes regression error introduced in Slic3r 1.38.2:bubnikv
2017-12-09Bumped up the build version.bubnikv
2017-12-08time estimator wip stage 2Enrico Turri