Scott Lahteine
a907e15ae6
Allow larger ADC debounce
Reference #17205
4 years ago
Scott Lahteine
43a994e0df
Fix material preset editing
4 years ago
Scott Lahteine
4275466f49
Fix issues with no hotend / bed / fan ( #18395 )
4 years ago
Giuliano Zaro
88e4dffe88
Fix PID autotune timeout ( #18352 )
4 years ago
Scott Lahteine
424569b4c4
Power monitor and display ( #17437 )
4 years ago
Scott Lahteine
f4c258dc23
Creality Ender 3 v2 ( #17719 )
4 years ago
Scott Lahteine
7628895ac8
Apply misc TERN
5 years ago
Gurmeet Athwal
f3bf343c89
Report fan speed on change ( #18013 )
5 years ago
Scott Lahteine
31eb487da5
whitespace
5 years ago
Mobilinkd LLC
60bed3434b
Ignore spurious MAX31855K / 6675 thermocouple errors ( #18039 )
5 years ago
Jason Smith
94063e3a87
Fix PID + Thermal Protection combos ( #18023 )
5 years ago
Mathias Rasmussen
d571a4d389
Relax bed cooling safety check ( #17877 )
5 years ago
studiodyne
36efe75ad1
Followup for Tool Migration ( #17800 )
5 years ago
studiodyne
89b17b5463
Followup fixes for singlenozzle, etc. ( #17712 )
5 years ago
Scott Lahteine
01c646a892
Apply more HAS_HOTEND
5 years ago
Scott Lahteine
37176ed2b9
Apply maxtemp patch
5 years ago
Scott Lahteine
5507b6073c
Fix dummy thermistors
Fixes #17422
Co-Authored-By: Moeschus <moeschus@users.noreply.github.com>
5 years ago
Scott Lahteine
33217b0dd0
Add HOTEND_OVERSHOOT
5 years ago
Scott Lahteine
8b3c7dda75
Add HAS_FAN and others
5 years ago
Scott Lahteine
3d45a4bd23
Encapsulate Temperature items
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
5 years ago
Scott Lahteine
000ec9fc13
Ensure language.h include order
See #17604
5 years ago
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
5 years ago
Roxy-3D
07c9dc4142
Make pid_debug_flag match declaration in M303.cpp
Get it right this time!
5 years ago
Roxy-3D
a65198882f
Make declaration of PID_debug_flag match M303.cpp
5 years ago
Scott Lahteine
0e06aaa2bc
Add millis helper macros
5 years ago
Scott Lahteine
62e8c2dd87
Fix up 'system' includes
5 years ago
Scott Lahteine
514afddeb4
Minor code cleanup
5 years ago
Marcio T
d83ad6f321
Improve / fix FTDI EVE Touch UI ( #17338 )
- Fix timeout and debugging string
- Fix check for whether `LCD_TIMEOUT_TO_STATUS` is valid
- Fix incorrect debugging message
- Make capitalization of callbacks consistent.
- Allow Touch UI to use hardware SPI on Einsy boards
- Move print stats to About Printer page.
- More generic about screen with GPL license.
- Add missing handler for power loss event
- Less code duplication on status screen and main/advanced menu; more legible
- Reorganize advanced and main menu to add more features
- Hide home Z button when using Z_SAFE_HOMING
- Fix compilation errors when certain features enabled
- Fix missing labels in UI
- Improve color scheme
- Add new preheat menus
- Fix incorrect rendering of Marlin logo on boot
- Add Level X Axis and Auto calibrate buttons
5 years ago
Roxy-3D
1986e1cdf8
Allow PID_DEBUG to be turned on and off ( #17284 )
M303 D will now toggle activation of PID_DEBUG output. This allows the debug capability to be built into the firmware, but turned on and off as needed.
5 years ago
Scott Lahteine
095a1123c1
Add a global machine state
5 years ago
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
5 years ago
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
5 years ago
Scott Lahteine
b579f5dc99
Move 'last_pause_state' closer to usage
5 years ago
Scott Lahteine
7709261ea9
Move shared code to wait_for_bed_heating
5 years ago
Jason Smith
cc822bf70f
Fix some 8 extruders issues, GTR build ( #17043 )
5 years ago
ManuelMcLure
39c34e4992
Use ADC resolution in AD595/8495 calculation ( #17018 )
Fixes thermocouple reading on LP1768 (which uses 12-bit resolution).
5 years ago
Scott Lahteine
4f55723527
RUMBA has 3 E plugs
5 years ago
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
5 years ago
Scott Lahteine
4360142bd1
Defer updated ADC
5 years ago
Scott Lahteine
64a81f887a
EXPERIMENTAL integrated BABYSTEPPING ( #16829 )
5 years ago
Scott Lahteine
64b96f3908
Double ADC read frequency ( #16864 )
5 years ago
Scott Lahteine
0b984519c3
Clean up stepper and babystep ( #16857 )
5 years ago
Bob Kuhn
0268c1d02c
STM32duino - Use SDIO for onboard SD ( #16756 )
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Scott Lahteine
ee6003be87
Revert breaking change to _FAN_PWM macro
5 years ago
Scott Lahteine
4716dac874
Apply REPEAT, RREPEAT, and loop macros ( #16757 )
5 years ago
Scott Lahteine
0e72c315a0
Minor string storage optimization
5 years ago
Scott Lahteine
22556a7bbf
More 8-extruder fixups
5 years ago
Jason Smith
c3cab37d7e
Fix Temperature::over_autostart_threshold ( #16749 )
5 years ago