Scott Lahteine
3d45a4bd23
Encapsulate Temperature items
2020-04-27 05:07:08 -05:00
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code ( #17619 )
2020-04-22 16:35:03 -05:00
Scott Lahteine
000ec9fc13
Ensure language.h include order
...
See #17604
2020-04-20 09:43:48 -05:00
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
2020-04-20 00:12:22 -05:00
Roxy-3D
07c9dc4142
Make pid_debug_flag match declaration in M303.cpp
...
Get it right this time!
2020-04-11 11:03:04 -05:00
Roxy-3D
a65198882f
Make declaration of PID_debug_flag match M303.cpp
2020-04-11 10:25:19 -05:00
Scott Lahteine
0e06aaa2bc
Add millis helper macros
2020-04-04 02:48:30 -05:00
Scott Lahteine
62e8c2dd87
Fix up 'system' includes
2020-04-01 23:51:09 -05:00
Scott Lahteine
514afddeb4
Minor code cleanup
2020-04-01 19:48:58 -05:00
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
2020-03-31 14:22:04 -05:00
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.
2020-03-24 19:38:09 -05:00
Scott Lahteine
095a1123c1
Add a global machine state
2020-03-14 19:24:35 -05:00
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
2020-03-13 23:18:16 -05:00
Scott Lahteine
6bead0c1b0
Shorter paths to HAL, ExtUI ( #17156 )
2020-03-13 16:29:29 -05:00
Scott Lahteine
b579f5dc99
Move 'last_pause_state' closer to usage
2020-03-09 17:46:49 -05:00
Scott Lahteine
7709261ea9
Move shared code to wait_for_bed_heating
2020-03-04 12:50:57 -06:00
Jason Smith
cc822bf70f
Fix some 8 extruders issues, GTR build ( #17043 )
2020-03-01 21:19:02 -06:00
ManuelMcLure
39c34e4992
Use ADC resolution in AD595/8495 calculation ( #17018 )
...
Fixes thermocouple reading on LP1768 (which uses 12-bit resolution).
2020-02-28 23:28:17 -06:00
Scott Lahteine
4f55723527
RUMBA has 3 E plugs
2020-02-27 07:48:02 -06:00
Scott Lahteine
e78f607ef3
Use a STR_ prefix for non-translated strings
2020-02-26 03:02:03 -06:00
Scott Lahteine
4360142bd1
Defer updated ADC
2020-02-15 22:37:16 -06:00
Scott Lahteine
64a81f887a
EXPERIMENTAL integrated BABYSTEPPING ( #16829 )
2020-02-15 21:42:28 -06:00
Scott Lahteine
64b96f3908
Double ADC read frequency ( #16864 )
2020-02-15 19:10:46 -06:00
Scott Lahteine
0b984519c3
Clean up stepper and babystep ( #16857 )
2020-02-14 05:14:37 -06:00
Bob Kuhn
0268c1d02c
STM32duino - Use SDIO for onboard SD ( #16756 )
2020-02-04 01:24:11 -06:00
Scott Lahteine
bfad23d3e2
(c) 2020
2020-02-03 08:00:57 -06:00
Scott Lahteine
ee6003be87
Revert breaking change to _FAN_PWM macro
2020-02-01 23:07:20 -06:00
Scott Lahteine
4716dac874
Apply REPEAT, RREPEAT, and loop macros ( #16757 )
2020-02-01 21:00:53 -06:00
Scott Lahteine
0e72c315a0
Minor string storage optimization
2020-02-01 20:29:31 -06:00
Scott Lahteine
22556a7bbf
More 8-extruder fixups
2020-02-01 15:19:58 -06:00
Jason Smith
c3cab37d7e
Fix Temperature::over_autostart_threshold ( #16749 )
2020-02-01 04:51:57 -06:00
Scott Lahteine
43d3463d5d
Misc cleanup, whitespace
2020-02-01 03:50:42 -06:00
Jason Smith
9a8de23858
Consistent M112 with Emergency Parser ( #16747 )
2020-01-31 23:08:37 -06:00
Scott Lahteine
9caf5c05e7
Refactor heater watch, job timer auto-start ( #16725 )
2020-01-30 03:24:43 -06:00
Scott Lahteine
56cd747c8b
Rename some temperature members
2020-01-26 21:08:55 -06:00
yangwenxiong
248b7dfa59
BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans ( #16595 )
2020-01-25 02:13:39 -06:00
tompe-proj
a338dce83f
PINDA v2 temperature sensor / compensation ( #16293 )
2020-01-17 17:16:45 -06:00
Jason Smith
c305c2cc6b
Fix some warnings, Melzi pins
2020-01-15 19:57:16 -06:00
Dennis
2d7f94cae1
Adjustable ADC debounce delay ( #16264 )
2020-01-15 18:06:03 -06:00
George Fu
e593da1c23
Update and fix DGUS ( #16317 )
2020-01-03 21:00:44 -06:00
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
2020-01-02 19:01:38 -06:00
Bob
5a98c83eef
Use MAX6675 SPI pins for MAX31865 over SPI pins ( #16024 )
2019-11-27 01:45:03 -06:00
haschtl
ff6518c0a8
Add PID_FAN_SCALING option ( #15585 )
2019-11-26 03:34:43 -06:00
Bob
751cd1f533
MAX31865 temperature sensor ( #15930 )
2019-11-21 03:15:10 -06:00
Lino Barreca
ac71cdc265
New HardwareTimer for STM32 5.7.0 ( #15655 )
2019-11-12 19:23:02 -06:00
Scott Lahteine
776632c503
Add and apply REPEAT macro ( #15829 )
2019-11-09 17:59:04 -06:00
LinFor
a84e3d1b80
Use native ADC resolution where possible ( #15719 )
2019-11-06 17:49:17 -06:00
Scott Lahteine
15f94e5ee5
Add NUL_STR global
2019-11-02 07:31:07 -05:00
LinFor
7d24f152d8
Fix a typo breaking the build ( #15726 )
2019-10-30 15:10:08 -05:00
Bo Herrmannsen
0d7736d663
Enable M191 ( #15531 )
2019-10-16 15:02:37 -05:00