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
Scott Lahteine
43d3463d5d
Misc cleanup, whitespace
5 years ago
Jason Smith
9a8de23858
Consistent M112 with Emergency Parser ( #16747 )
5 years ago
Scott Lahteine
9caf5c05e7
Refactor heater watch, job timer auto-start ( #16725 )
5 years ago
Scott Lahteine
56cd747c8b
Rename some temperature members
5 years ago
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans ( #16595 )
5 years ago
tompe-proj
a338dce83f
PINDA v2 temperature sensor / compensation ( #16293 )
5 years ago
Jason Smith
c305c2cc6b
Fix some warnings, Melzi pins
5 years ago
Dennis
2d7f94cae1
Adjustable ADC debounce delay ( #16264 )
5 years ago
George Fu
e593da1c23
Update and fix DGUS ( #16317 )
5 years ago
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
5 years ago
Bob
5a98c83eef
Use MAX6675 SPI pins for MAX31865 over SPI pins ( #16024 )
5 years ago
haschtl
ff6518c0a8
Add PID_FAN_SCALING option ( #15585 )
5 years ago
Bob
751cd1f533
MAX31865 temperature sensor ( #15930 )
5 years ago
Lino Barreca
ac71cdc265
New HardwareTimer for STM32 5.7.0 ( #15655 )
5 years ago
Scott Lahteine
776632c503
Add and apply REPEAT macro ( #15829 )
5 years ago
LinFor
a84e3d1b80
Use native ADC resolution where possible ( #15719 )
5 years ago