Christian Piper
3905234b0d
🩹 Fix PRINTCOUNTER with EXTRUDERS 0 (#24063 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
пре 2 година
Scott Lahteine
6fb2d8a25f
🧑💻 Remove extraneous 'inline' hints
пре 2 година
ConstantijnCrijnen
b95f5c5bea
Configure / disable PRINTCOUNTER save interval (#20856 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
пре 3 година
Scott Lahteine
b8186b5081
Apply SEC_TO_MS and other fixes
пре 3 година
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
пре 4 година
Scott Lahteine
5e6faa999d
Refine EEPROM types / flags (#17772 )
пре 4 година
Giuliano Zaro
129b270628
QSPI EEPROM for SAMD51 (#17292 )
пре 4 година
Scott Lahteine
112245ee48
More explicit EEPROM types (#17127 )
пре 4 година
Scott Lahteine
bfad23d3e2
(c) 2020
пре 4 година
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
пре 5 година
Scott Lahteine
49cf92dc36
Extended condition macros (#13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
пре 5 година
revilor
e56c13670d
Service interval watchdog (#13105 )
пре 5 година
Scott Lahteine
0feeef2604
Update copyright in headers
пре 5 година
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
пре 6 година
Scott Lahteine
d55f44edba
Printcounter improvements (#11689 )
пре 6 година
etagle
1367df2875
Replace double with float, optimize calculation
пре 6 година
Scott Lahteine
36262a0479
Use static classes for job timers (#9938 )
пре 6 година
Bob-the-Kuhn
025118da3e
Init print_job_timer in setup() instead of "early" (#9937 )
пре 6 година
Zachary Hill
c22f8dd660
Get duration_t in printcounter.h for its clients (#9843 )
пре 6 година
Scott Lahteine
d5fe0fb02b
Consolidate PrintCounter
пре 7 година
Scott Lahteine
3d8a0ab4b2
Module updates
пре 7 година
Scott Lahteine
0c9231fd04
Move 'module' files
пре 7 година
Christopher Pepper
4b16fa3272
Implement HAL and apply macros across code-base
Implement AVR Platform
пре 7 година
Scott Lahteine
5bdb0b567d
Cosmetic patches
пре 7 година
Scott Lahteine
5a7b810fdd
General comment cleanup
пре 7 година
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 година
Anthony Birkett
7a377c1d75
Add "About Printer" information menu.
Includes:
*firmware version / branch / date.
*extruder count
*board information (name, serial details, power supply type)
*thermistors (names, min/max temperatures)
*printer statistics (PRINTCOUNTER details)
Thanks to @thinkyhead for contributions.
пре 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
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
9589e51810
Disable DEBUG_PRINTCOUNTER
пре 8 година
João Brázio
e2da7e5000
Updated the default configuration and fixed a printcounter.h typo
пре 8 година
João Brázio
4f541c5bb5
Added a new object: PrintCounter
пре 8 година
João Brázio
26b166d7cf
Made all stopwatch::debug() calls static
пре 8 година