Roman Moravčík
208ab8b366
Fix compilation with one service interval ( #13185 )
6 years ago
revilor
e56c13670d
Service interval watchdog ( #13105 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type ( #12557 )
6 years ago
Scott Lahteine
d55f44edba
Printcounter improvements ( #11689 )
6 years ago
Nils Hasenbanck
b37bfeffeb
[2.0.x] Use the new const functions of the persistentStore api ( #11544 )
6 years ago
Dave Johnson
c64199941e
Compile only selected PIO environment ( #11519 )
6 years ago
Scott Lahteine
6964e1a95a
Clean up trailing whitespace
6 years ago
Nils Hasenbanck
577aeb4aa9
All EEPROM access uses persistentStore
6 years ago
etagle
1367df2875
Replace double with float, optimize calculation
6 years ago
Scott Lahteine
36262a0479
Use static classes for job timers ( #9938 )
7 years ago
Bob-the-Kuhn
025118da3e
Init print_job_timer in setup() instead of "early" ( #9937 )
7 years ago
Zachary Hill
c22f8dd660
Get duration_t in printcounter.h for its clients ( #9843 )
7 years ago
Scott Lahteine
1dcfe193ac
Optimize some serial strings
7 years ago
Scott Lahteine
d5fe0fb02b
Consolidate PrintCounter
7 years ago
Scott Lahteine
3d8a0ab4b2
Module updates
7 years ago
Scott Lahteine
0c9231fd04
Move 'module' files
7 years ago
Scott Lahteine
e94f79ccea
Patch some serial macros
8 years ago
Scott Lahteine
5bdb0b567d
Cosmetic patches
8 years ago
Scott Lahteine
5a7b810fdd
General comment cleanup
8 years ago
Scott Lahteine
b0a9c82c31
Fix single-char echo and pinMode usage
8 years ago
João Brázio
62d96d72f3
Renamed timestamp_t to duration_t
8 years ago
João Brázio
23043a1e05
Rework some code to use timestamp_t struct (saves 72 bytes)
8 years ago
João Brázio
2f26bc2153
Adds filamentUsed and longestPrint stats to PrintCounter
8 years ago
Scott Lahteine
e481b79af1
Allow stopwatch and printcounter to go over 18 hours
8 years ago
Scott Lahteine
fa9b2a925d
Tweak spacing in printcounter.cpp
8 years ago
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.
9 years ago
João Brázio
75221fa673
Followup for #3813
9 years ago
João Brázio
8c0edb2de4
Fixes #3809 and adds several improvements to the Stopwatch and
PrintCounter classes
9 years ago
João Brázio
b660f1bdb8
Bugfix: Multiple M77 no longer increment the print counter
9 years ago
João Brázio
eafa16a781
Minor #warning fix for PrintCounter
9 years ago
João Brázio
1491d682fb
Miscellaneous tweaks on PrintCounter
9 years ago
João Brázio
8fb23e899f
PrintCounter EEPROM read/write optimizations
9 years ago
João Brázio
4f541c5bb5
Added a new object: PrintCounter
9 years ago
João Brázio
26b166d7cf
Made all stopwatch::debug() calls static
9 years ago