Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | print_stats: add `SET_PRINT_STATS_INFO` G-Code for pass slicer variables to K... | Stefan Dej | 2022-10-05 | 1 | -1/+28 |
* | print_stats: Fix exception when canceling in/as first G-code | Dennis Marttinen | 2021-11-21 | 1 | -0/+2 |
* | print_stats: add `cancelled` when `CANCEL_PRINT` used (#4366) | Kamil TrzciĆski | 2021-06-14 | 1 | -4/+8 |
* | print_stats: exclude time prior to first extrusion from "print_duration" | Arksine | 2020-11-13 | 1 | -1/+10 |
* | gcode_move: Move GCodeMove class from gcode.py to new extras module | Kevin O'Connor | 2020-08-20 | 1 | -1/+1 |
* | gcode: Split G0/G1 command handling to new gcode_move class | Kevin O'Connor | 2020-08-20 | 1 | -3/+3 |
* | gcode: Convert get_status() last_xpos to use a namedtuple | Kevin O'Connor | 2020-08-20 | 1 | -2/+2 |
* | print_stats: Add virtual_sdcard state tracking | Arksine | 2020-08-05 | 1 | -7/+21 |
* | print_stats: stat tracking for virtual sdcard prints in progress | Arksine | 2020-08-05 | 1 | -0/+64 |