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 (Collapse)Author
2018-03-29Time Estimator and GCode Analyzer - Fixed handling of commands G90, G91, M82 ↵Enrico Turri
and M83 - Fixes #812
2018-01-30GCodeTimeEstimator - Added move statistics log (for debug purpose)Enrico Turri
2018-01-08GCodeTimeEstimator - Fixed _simulate_st_synchronize()Enrico Turri
2018-01-08GCodeTimeEstimator - Fixed square roots of negative numbersEnrico Turri
2018-01-06Separated the Marlin G-code flavor from the RepRap G-code flavorbubnikv
due to the differences in the M203 code (RepRap firmware has it in mm/min, Marlin in mm/sec). This difference is important to the G-code time estimator. Changed the g-code flavor to Marlin for all Prusa3D bundled profiles.
2018-01-05GCodeTimeEstimator - added processing of commands M221 (Set extrude factor ↵Enrico Turri
override percentage)
2018-01-05GCodeTimeEstimator - simulate firmware st_synchronize() for commands G4, G92, M1Enrico Turri
2018-01-04GCodeTimeEstimator: refactoring of forward and reverse passes on blocksEnrico Turri
2018-01-03Fix of the Spiral Vase after the GCodeReader rework.bubnikv
A patch of the GCodeTimeEstimator to avoid crashes. This is not a final fix though.
2018-01-03Fix of compilation on OSX and Linux. By the standard, a temporarybubnikv
value cannot be passed to a reference.
2018-01-03Optimized the GCodeReader.bubnikv
Fixed the profiling build.
2018-01-02Fix of time estimator (int abs used instead of float abs)bubnikv
2017-12-19GCodeTimeEstimator - clean up unused codeEnrico Turri
2017-12-14Time estimate shown in GUI as formatted string / Write to file made by class ↵Enrico Turri
GCode's private methods
2017-12-12GCodeTimeEstimator - added retract_acceleration, minimum_travel_feedrate ↵Enrico Turri
members and process of M201 gcode
2017-12-11GCodeTimeEstimator - added process of G92 gcodeEnrico Turri
2017-12-11GCodeTimeEstimator - added process of M82 and M83 gcodesEnrico Turri
2017-12-11integration of time estimator into gcode export - save time estimation into ↵Enrico Turri
gcode file
2017-12-08time estimator wip stage 2Enrico Turri
2017-12-06time estimator wipEnrico Turri
2017-04-26Removed a broken Arc Fitting feature.bubnikv
Removed the questionable Pressure Advance feature. It is better to use the Pressure Advance implemented into a firmware. Added a C++ implementation of GCodeReader and SpiralVase, thanks to @alexrj Added a C++ implementation of GCodeTimeEstimator, thanks to @lordofhyphens