João Brázio
62d96d72f3
Renamed timestamp_t to duration_t
8年前
João Brázio
23043a1e05
Rework some code to use timestamp_t struct (saves 72 bytes)
8年前
João Brázio
2f26bc2153
Adds filamentUsed and longestPrint stats to PrintCounter
8年前
Scott Lahteine
e481b79af1
Allow stopwatch and printcounter to go over 18 hours
8年前
Scott Lahteine
fa9b2a925d
Tweak spacing in printcounter.cpp
8年前
João Brázio
40e64b36de
Closes #3826 : SD printing will now pause and stop the print counter
The LCD menu items for SD printing pause/stop have been updated to control
also the print job timer. This commit also fixes a small output bug with
M78, the failed print counter was displaying the wrong value.
8年前
João Brázio
75221fa673
Followup for #3813
8年前
João Brázio
8c0edb2de4
Fixes #3809 and adds several improvements to the Stopwatch and
PrintCounter classes
8年前
João Brázio
b660f1bdb8
Bugfix: Multiple M77 no longer increment the print counter
8年前
João Brázio
eafa16a781
Minor #warning fix for PrintCounter
8年前
João Brázio
1491d682fb
Miscellaneous tweaks on PrintCounter
8年前
João Brázio
8fb23e899f
PrintCounter EEPROM read/write optimizations
8年前
João Brázio
4f541c5bb5
Added a new object: PrintCounter
8年前
João Brázio
26b166d7cf
Made all stopwatch::debug() calls static
8年前