19176 Commits

Author SHA1 Message Date
Victor Oliveira
7378afc6d8 Prevent watchdog reset in setup() ()
Cause `manage_heaters` to only reset the watchdog and return until `setup()` is completed.

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-05 07:29:58 -05:00
Scott Lahteine
7957408497 Add token to check-pr 2021-05-04 19:20:18 -05:00
Scott Lahteine
53fc13ba7f Fix flush_and_request_resend 2021-05-04 01:48:00 -05:00
Victor Oliveira
a0ea7cbf26 Fix bad DELTA probe move () 2021-05-02 17:06:47 -05:00
Victor Oliveira
6310e023a7 Fix bad call to 'diskIODriver' () 2021-05-02 16:07:53 -05:00
Scott Lahteine
5f594ce5d3 Fix parser temperature rounding 2021-05-02 15:55:20 -05:00
Scott Lahteine
64a7dfbe7d SOFT_RESET_VIA_SERIAL sanity-check 2021-05-02 03:03:00 -05:00
Ken Sanislo
5d0e94c11c Allow Creality V4 SERVO0 and PROBE pin overrides () 2021-05-02 02:20:06 -05:00
Elton Law
0ca1170b6d Allow disable of POWER_TIMEOUT ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-02 02:20:05 -05:00
vyacheslav-shubin
addc91a409 ExtUI event for PID tuning start () 2021-05-02 02:20:02 -05:00
Mike La Spina
450f329f05 Laser Cutter Air Assist () 2021-05-02 02:19:42 -05:00
Scott Lahteine
1f72b4f65b Define 'filelist' for dgus/origin 2021-05-01 20:26:59 -05:00
ellensp
50195ec990 Add missing ExtUI method ()
Fixes 
2021-05-01 20:26:10 -05:00
Sebastiaan Dammann
2d9557cf40 Fix Z raise in filament load M701 ()
Fixes 
2021-05-01 20:26:08 -05:00
tobuh
5625ceec7d Fix Power-Loss Save on Pause () 2021-05-01 20:26:07 -05:00
hartmannathan
888e9cb60b Comment correction () 2021-05-01 20:26:05 -05:00
ellensp
d00f6cbe12 Fix Singlenozzle Standby issues ()
Fixes 

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-01 20:26:03 -05:00
ellensp
8abef30a75 Fix SDCARD_CONNECTION default for BTT SKR () 2021-05-01 20:24:53 -05:00
Scott Lahteine
158b26b875 Fix undefined abl_points 2021-05-01 20:23:33 -05:00
Scott Lahteine
d92decb774 Marlin 2.0.8 2021-04-30 08:31:33 -05:00
Scott Lahteine
af9d3c027e MKS Robin flash address 2021-04-30 08:31:33 -05:00
Scott Lahteine
47c148628e Restore workflows 2021-04-30 08:22:01 -05:00
Nikolay March
e7c2a3a1da Sanity-check for COREnn backlash () 2021-04-30 04:54:10 -05:00
lujios
d32575ee74 Fix compile with DISTINCT_E_FACTORS + SLIM_LCD_MENUS ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-30 04:54:08 -05:00
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) ()
Follow-up to 
2021-04-30 03:32:31 -05:00
David
a1154b226d Fix Thermal Runaway false-alarm in M303, add HeaterWatch::check ()
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 () 2021-04-29 08:45:20 -05:00
Keith Bennett
bc28aed5b1 Clean up TFT comments () 2021-04-29 08:45:20 -05:00
Keith Bennett
93afb02994 BTT SKR V2 probe and chamber pins () 2021-04-29 08:45:20 -05:00
Scott Lahteine
0db64af9b2 Rename, clean up boards/variants ()
* 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 () 2021-04-29 08:45:20 -05:00
Adrian DC
8a8aeba17c Fix E3V2 Advanced Settings with PLR off ()
Fixes 
2021-04-29 08:45:20 -05:00
Marcio T
e640d9246d FTDI EVE Touch UI fixes () 2021-04-29 08:45:20 -05:00
ellensp
81d7a6b81d Use temp_info_t for temp_redundant ()
Fixes 

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:20 -05:00
Victor Oliveira
08537dc891 Remove compiler flag merge-constants () 2021-04-29 08:45:20 -05:00
Sebastiaan Dammann
c2741affe9 Make Cancel Objects reporting optional () 2021-04-29 08:45:20 -05:00
hartmannathan
301cc85fec typo () 2021-04-29 08:45:20 -05:00
Vert
3433bfc3bd Help users confused by "bed size" () 2021-04-29 08:45:20 -05:00
Keith Bennett
62ec696cae Fix "continuous" typo () 2021-04-29 08:45:20 -05:00
Scott Lahteine
0d0ec3ec89 Prettier output from opt scripts () 2021-04-29 08:45:20 -05:00
Vert
1d4c2454bc Fix relocated LiquidCrystal library ()
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 
2021-04-29 08:45:20 -05:00
pinchies
7e3cf82a40 Fix usage, commentary of MANUAL_PROBE_START_Z, Z_AFTER_PROBING ()
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 ()
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