Scott Lahteine
f6b0398ca8
Heater error status
2021-04-30 03:32:32 -05:00
Keith Bennett
d5c6762332
Fix BTT E3 RRF and SKR V2 (Generic PIO) ( #21741 )
...
Follow-up to #21655
2021-04-30 03:32:31 -05:00
David
a1154b226d
Fix Thermal Runaway false-alarm in M303, add HeaterWatch::check ( #21743 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-30 03:32:30 -05:00
Scott Lahteine
731a018905
Silence warning in gcode_D
2021-04-30 03:32:28 -05:00
Scott Lahteine
f45f4a8d54
Merge branch 'bugfix_no_dates' into prepare_release_2073
2021-04-29 08:50:28 -05:00
David
e306abaf8a
Color UI Move Screen for 320x240 TFT ( #21708 )
2021-04-29 08:45:20 -05:00
Keith Bennett
bc28aed5b1
Clean up TFT comments ( #21723 )
2021-04-29 08:45:20 -05:00
Keith Bennett
93afb02994
BTT SKR V2 probe and chamber pins ( #21717 )
2021-04-29 08:45:20 -05:00
Scott Lahteine
0db64af9b2
Rename, clean up boards/variants ( #21655 )
...
* Consolidate variant scripts
* Rename Marlin-local boards
* Simplify variants where possible
* Rename variants
* CHITU_F103 and MEEB_3DP: Maple platform `platformio-build-stm32f1.py` uses the 'board' name, not 'board_build.variant' so folder names match 'board' and not `board_build.variant`.
2021-04-29 08:45:20 -05:00
Keith Bennett
4da3f45f41
BTT SKR V2.0 / Stepper Driver Anti-Reverse Protection ( #21503 )
2021-04-29 08:45:20 -05:00
Adrian DC
8a8aeba17c
Fix E3V2 Advanced Settings with PLR off ( #21700 )
...
Fixes #21534
2021-04-29 08:45:20 -05:00
Marcio T
e640d9246d
FTDI EVE Touch UI fixes ( #21706 )
2021-04-29 08:45:20 -05:00
ellensp
81d7a6b81d
Use temp_info_t for temp_redundant ( #21715 )
...
Fixes #21712
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:20 -05:00
Victor Oliveira
08537dc891
Remove compiler flag merge-constants ( #21711 )
2021-04-29 08:45:20 -05:00
Sebastiaan Dammann
c2741affe9
Make Cancel Objects reporting optional ( #21698 )
2021-04-29 08:45:20 -05:00
hartmannathan
301cc85fec
typo ( #21710 )
2021-04-29 08:45:20 -05:00
Vert
3433bfc3bd
Help users confused by "bed size" ( #21714 )
2021-04-29 08:45:20 -05:00
Keith Bennett
62ec696cae
Fix "continuous" typo ( #21701 )
2021-04-29 08:45:20 -05:00
Scott Lahteine
0d0ec3ec89
Prettier output from opt scripts ( #21707 )
2021-04-29 08:45:20 -05:00
Vert
1d4c2454bc
Fix relocated LiquidCrystal library ( #21699 )
...
Followup to 770e539859
2021-04-29 08:45:20 -05:00
Scott Lahteine
0fb606fa0a
whitespace
2021-04-29 08:45:20 -05:00
Scott Lahteine
0ec489d6f2
Fix HMI_HomeOffN axis
...
Followup to #21534
2021-04-29 08:45:20 -05:00
pinchies
7e3cf82a40
Fix usage, commentary of MANUAL_PROBE_START_Z, Z_AFTER_PROBING ( #21692 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:20 -05:00
Miguel Risco-Castillo
84e8d4c603
E3V2 DWIN Advanced Settings ( #21534 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:20 -05:00
Scott Lahteine
8373bd1b71
Use Adafruit LiquidCrystal
2021-04-29 08:45:20 -05:00
Scott Lahteine
6202b2d324
Remove extra platform_packages line
2021-04-29 08:45:20 -05:00
Scott Lahteine
e46f81af22
Add INO to .editorconfig
2021-04-29 08:45:20 -05:00
Vert
888cabff27
Sanity check MIXING_EXTRUDER + DISTINCT_E_FACTORS ( #21689 )
2021-04-29 08:45:20 -05:00
Scott Lahteine
c6b6437761
Drop Deviot workaround
2021-04-29 08:45:20 -05:00
Scott Lahteine
1830629472
Use temperature accessors
2021-04-29 08:45:20 -05:00
Nikolay March
12ca73947b
Backlash Compensation for COREnn ( #21612 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:20 -05:00
fedetony
c39c17c1b5
Soft Reset via Serial or post-kill button click ( #21652 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:20 -05:00
Ramiro Polla
27a26fcfeb
Avoid + 0.0f in menu items ( #21642 )
2021-04-29 08:45:20 -05:00
Malderin
48d5fae514
Fix Bed Tramming 5th point ( #21646 )
2021-04-29 08:45:20 -05:00
Scott Lahteine
3153080301
Move last bootscreen delay to end of setup ( #21665 )
2021-04-29 08:45:20 -05:00
Ryan Finnie
309d82b6aa
Clean up / improve generate_version script ( #21674 )
2021-04-29 08:45:20 -05:00
vyacheslav-shubin
b9715c5a03
ExtUI::onPostprocessSettings ( #21683 )
2021-04-29 08:45:19 -05:00
Sebastiaan Dammann
3ae0557258
Prevent extrusion on M600 un-park ( #21670 )
...
Fixes #21669
2021-04-29 08:45:19 -05:00
unknownlamer
02b6c0e881
MCP4451 Digipot Support for Azteeg X5 GT ( #21680 )
2021-04-29 08:45:19 -05:00
ellensp
cf5ea1ccdc
Fix MP_SCARA compile ( #21686 )
2021-04-29 08:45:19 -05:00
Jim Hyslop
011a344500
Don't display service prompt unless needed ( #21654 )
2021-04-29 08:45:19 -05:00
Victor Oliveira
1570005683
Fix Celsius precision, current temp accessors ( #21678 )
2021-04-29 08:45:19 -05:00
Scott Lahteine
899fcf51e6
Add whole-degree accessors, simplify some temperature-related features ( #21685 )
2021-04-29 08:45:19 -05:00
Scott Lahteine
7d5714fedd
Let compiler do Temperature inlining
2021-04-29 08:45:19 -05:00
Scott Lahteine
9f22aaea2f
Clean up formatting, wrap macros
2021-04-29 08:45:19 -05:00
Scott Lahteine
4ab19e7882
Update temperature types
2021-04-29 08:45:19 -05:00
Scott Lahteine
ecc419fce0
Nextion cleanup
2021-04-29 08:45:19 -05:00
Scott Lahteine
d5e62a8255
Use configured temp window for Chiron
2021-04-29 08:45:19 -05:00
BigTreeTech
5859860a02
Enable Purge More / Resume with EP + Host Prompt ( #21671 )
...
Co-authored-by: Msq001 <alansayyeah@gmail.com>
2021-04-29 08:45:19 -05:00
Mike La Spina
b8aeaa3bf4
M10-M11 Air Evacuation for Spindle/Laser ( #21668 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:19 -05:00