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-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv
2018-09-14WIP: Background processing.bubnikv
2018-09-10Fixed compile on LinuxEnrico Turri
2018-09-07Export the first M73 line to gcode before custom gcodeEnrico Turri
2018-08-07Fixed inccorect (excessive) time estimates with the MMU 2.0bubnikv
2018-08-04T1 and M702 C are now evaluated by the time estimator to add the newbubnikv
2018-08-04Merge branch 'master' into time_estimatebubnikv
2018-08-03Added support for the upstream Marlin interpretation of the M204 code.bubnikv
2018-07-30Time estimator: added placeholder to process gcode lines TEnrico Turri
2018-07-20Added some profilling macros into GCodeTimeEstimatorLukas Matena
2018-07-20Faster time estimate for multimaterialEnrico Turri
2018-07-20Slightly faster time estimationEnrico Turri
2018-07-18The acceleration G-codes (M204 Sxxx) emited for Marlin are nowbubnikv
2018-07-18Implemented clamping of the acceleration when extruding for the Marlinbubnikv
2018-07-17Changed time estimator default valuesEnrico Turri
2018-07-13Generate M73 lines for silent mode only for MK3 printersEnrico Turri
2018-06-28Faster remaining times exportEnrico Turri
2018-06-28Faster remaining time calculationEnrico Turri
2018-06-28Time estimate uses G1 lines containing E parameter for remaining time calcula...Enrico Turri
2018-06-27Time estimate emitted to gcode at requested intervalEnrico Turri
2018-06-06Finalized format for gcode line containing remaining printing timeEnrico Turri
2018-05-30Prototype for exporting estimated remaining time into gcode for default and s...Enrico Turri
2018-03-29Time Estimator and GCode Analyzer - Fixed handling of commands G90, G91, M82 ...Enrico Turri
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
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-04GCodeTimeEstimator: refactoring of forward and reverse passes on blocksEnrico Turri
2018-01-03Fix of the Spiral Vase after the GCodeReader rework.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
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
2017-12-12GCodeTimeEstimator - added retract_acceleration, minimum_travel_feedrate memb...Enrico Turri
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 g...Enrico Turri
2017-12-08time estimator wip stage 2Enrico Turri
2017-12-06time estimator wipEnrico Turri
2017-04-26Removed a broken Arc Fitting feature.bubnikv