Commit Graph

420 Commits

Author SHA1 Message Date
Mike La Spina
f075dd0db3
M10-M11 Air Evacuation for Spindle/Laser (#21668)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-22 18:19:41 -05:00
Scott Lahteine
8e60b19662 Disable assert() by default 2021-04-18 15:55:04 -05:00
Scott Lahteine
c508c2213e Misc. pio cleanup 2021-04-18 15:55:04 -05:00
Scott Lahteine
528b9bd872 Revert experimental NAN patch
Hold changes from #21575 (24a095c) for more testing.
2021-04-16 02:43:59 -05:00
Scott Lahteine
24a095c5c1
Reduce math library code size by 3.4KB (#21575) 2021-04-12 16:49:53 -05:00
Scott Lahteine
3229100025
Split up platformio.ini (#21507) 2021-04-01 21:53:19 -05:00
Mike La Spina
ccdbffbf3f
Laser Coolant Flow Meter / Safety Shutdown (#21431)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-29 01:41:56 -05:00
Marcio T
c45b91aa94
Refactor Hilbert curve. Enhance Touch UI Bed Level Screen. (#21453) 2021-03-27 22:57:12 -05:00
Skorpi08
b51aed8aa5
Nextion TFT touch screen (#21324)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-18 20:51:19 -05:00
Keith Bennett
4d6ebf95fc
Fix LERDGE 'extends' env references (#21305)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-10 14:57:54 -06:00
X-Ryl669
f147a8990a
Fix MeatPack with per-serial-port instances (#21306) 2021-03-10 14:22:20 -06:00
Victor Oliveira
1b9ff68f8c
Fix Host Keepalive serial target (#21283)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-08 01:11:37 -06:00
Mike La Spina
b95e548ddb
Cooler (for Laser) - M143, M193 (#21255) 2021-03-06 14:13:28 -06:00
Keith Bennett
2c5967925f
Pins/tests followup (#21268)
Missing commit from #21254
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-06 03:50:26 -06:00
Keith Bennett
3eb8e26174
Tweak/Consolidate followup (#21261) 2021-03-06 01:53:44 -06:00
Scott Lahteine
3ea56ba4c7
Tweak tests, consolidate pins target validation (#21254) 2021-03-05 04:30:52 -06:00
Scott Lahteine
dad486c01b MK2_MULTIPLEXER dependency 2021-03-04 03:25:48 -06:00
Giuliano Zaro
254b25296b
[SAMD51] Respect serial buffer size (#21194) 2021-02-27 22:41:16 -06:00
Scott Lahteine
903d0b91fc Tweaks to build scripts 2021-02-27 22:38:57 -06:00
Scott Lahteine
54ccfcc705 whitespace 2021-02-27 22:34:54 -06:00
ldursw
dfacd260bb
ST STM32 platform version 12 (#21219) 2021-02-27 22:32:34 -06:00
Sola
c76008bd6a
MKS H43 controller (#20609) 2021-02-27 17:35:32 -06:00
Victor Oliveira
f384f81253
Fix GTR / SKR PRO + USB Flash Drive build (#21197) 2021-02-26 17:36:22 -06:00
Victor Oliveira
427b5d61f4
More LERDGE envs followup (#21205) 2021-02-26 17:33:34 -06:00
ellensp
bb1039d4c9
Preflight checks for PlatformIO builds (#21068)
Co-authored-by: Alexander D. Kanevskiy <alexander.kanevskiy@intel.com>
2021-02-25 08:15:55 -06:00
X-Ryl669
0cc03f912c
Let libmaple accept RX/TX_BUFFER_SIZE (#21177) 2021-02-25 01:26:56 -06:00
Scott Lahteine
13c4eef637 Expose more env builds in PlatformIO extension 2021-02-25 00:56:15 -06:00
Victor Oliveira
d5b06624fb
Fix MKS Robin Nano V3 I2C pins (#21174) 2021-02-24 18:36:55 -06:00
X-Ryl669
8d28853774
Postmortem Debugging to serial port (#20492) 2021-02-20 20:22:20 -06:00
Vert
490d4a504a
GT2560 v4.1B, YHCB2004 SPI character LCD (#21091)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-02-16 20:29:55 -06:00
jbuck2005
31a434b9d7
Update platform ststm32 to 11.0 (#20928) 2021-02-15 06:03:44 -06:00
Scott Lahteine
52e8d8db54 anet_et4_openblt.py => openblt.py 2021-02-13 22:05:35 -06:00
X-Ryl669
ce1ec22704
Use -g3 to include macros in debug symbols (#21052) 2021-02-12 08:33:27 -06:00
Scott Lahteine
b35bfeb1c3
Fix TEMP_0_TR_ENABLE, rename temp conditions (#21016) 2021-02-07 16:58:06 -06:00
Victor Oliveira
28b8bf566b
STM32 Shared Media - USB Mass Storage Device (#20956) 2021-02-02 14:55:11 -06:00
rafaljot
0d2645b3e1
MPX_ARM_MINI board (Mingda MD-16) (#20711) 2021-01-28 23:22:18 -06:00
George Fu
5ac08a44c6
FYSETC Cheetah 2.0 (#20897) 2021-01-28 19:52:49 -06:00
Jason Smith
ea8d682664
Fix LiquidCrystal CI failures (#20873)
Fix incorrect dependency syntax for LPC.
Disambiguate LiquidCrystal library names.
2021-01-24 13:24:16 -08:00
ellensp
3921369f98
MeatPack serial encoding (#20802)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-01-24 00:43:23 -06:00
Scott Lahteine
a54154e760
🛠 Replace lib_deps for custom_marlin.FEATURE (#20858) 2021-01-22 20:51:58 -06:00
Keith Bennett
d62aa6221b
Lerdge K/S/X support for Flash Drive (#20593) 2021-01-21 01:26:12 -06:00
Scott Lahteine
68abaeab19
MarlinUI multi-language support (#20725) 2021-01-20 18:52:06 -06:00
ellensp
03b53ffde1
More PlatformIO source filters (#20822) 2021-01-20 18:18:22 -06:00
EvilGremlin
8049db20ff
ESP32 Tone Generator (#20704) 2021-01-14 02:33:50 -06:00
MKS-Sean
35c1b330ec
MKS WiFi for TFT_LVGL_UI (#20191) 2021-01-13 22:41:09 -06:00
qwewer0
e685950d97
Assisted Tramming improvements (#20298) 2021-01-02 02:33:31 -06:00
Victor Oliveira
84ab088b40
USB FD via native USB Host + MSC (#20571) 2020-12-28 23:16:38 -06:00
Victor Oliveira
28a3d95cda
Use ADC_RESOLUTION 12 for all STM32 (#20562) 2020-12-27 23:14:08 -06:00
Victor Oliveira
2ce9fa4b9c
Better defaults, compatibility for SDIO + STM32 (#20570) 2020-12-27 23:08:06 -06:00
Victor Oliveira
4d6b6bcffc
LVGL and Classic UI for STM32 (#20552) 2020-12-23 20:01:21 -06:00