Katelyn Schiesser
da0450605a
♻️ Refactor STM32 ini files (#22377 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Katelyn Schiesser
b2f0913083
🐛 Redundant Temp Sensor followup (#22196 )
3 years ago
ellensp
08155b4875
🔨 Creality v4 with STM32 HAL (#21999 )
- New STM32 env for Creality V4 boards.
- Separate Libmaple targets into their own `ini` file.
- Temporarily remove unusable targets from `pins.h`.
Co-authored-by: ellensp <ellensp@hotmsil.com >
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
ellensp
731370051d
⚡️ PIO filters for M117, M300 and M414 (#21972 )
3 years ago
Scott Lahteine
2de54dab84
🎨 Move HAS_EXTRUDERS
3 years ago
Luu Lac
7f774cab90
M154 Position Auto-Report (#18427 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
8d9021e806
Move ExtUI subfolders up a level (#21820 )
3 years ago
Keith Bennett
69d85cce2d
BTT SKR V2.0 / Stepper Driver Anti-Reverse Protection (#21503 )
3 years ago
Victor Oliveira
a981c33bad
Remove compiler flag merge-constants (#21711 )
3 years ago
Mike La Spina
f075dd0db3
M10-M11 Air Evacuation for Spindle/Laser (#21668 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
8e60b19662
Disable assert() by default
3 years ago
Scott Lahteine
c508c2213e
Misc. pio cleanup
3 years ago
Scott Lahteine
528b9bd872
Revert experimental NAN patch
Hold changes from #21575 (24a095c ) for more testing.
3 years ago
Scott Lahteine
24a095c5c1
Reduce math library code size by 3.4KB (#21575 )
3 years ago
Scott Lahteine
3229100025
Split up platformio.ini (#21507 )
3 years ago
Mike La Spina
ccdbffbf3f
Laser Coolant Flow Meter / Safety Shutdown (#21431 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Marcio T
c45b91aa94
Refactor Hilbert curve. Enhance Touch UI Bed Level Screen. (#21453 )
3 years ago
Skorpi08
b51aed8aa5
Nextion TFT touch screen (#21324 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Keith Bennett
4d6ebf95fc
Fix LERDGE 'extends' env references (#21305 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
X-Ryl669
f147a8990a
Fix MeatPack with per-serial-port instances (#21306 )
3 years ago
Victor Oliveira
1b9ff68f8c
Fix Host Keepalive serial target (#21283 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Mike La Spina
b95e548ddb
Cooler (for Laser) - M143, M193 (#21255 )
3 years ago
Keith Bennett
2c5967925f
Pins/tests followup (#21268 )
Missing commit from #21254
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Keith Bennett
3eb8e26174
Tweak/Consolidate followup (#21261 )
3 years ago
Scott Lahteine
3ea56ba4c7
Tweak tests, consolidate pins target validation (#21254 )
3 years ago
Scott Lahteine
dad486c01b
MK2_MULTIPLEXER dependency
3 years ago
Giuliano Zaro
254b25296b
[SAMD51] Respect serial buffer size (#21194 )
3 years ago
Scott Lahteine
903d0b91fc
Tweaks to build scripts
3 years ago
Scott Lahteine
54ccfcc705
whitespace
3 years ago
ldursw
dfacd260bb
ST STM32 platform version 12 (#21219 )
3 years ago
Sola
c76008bd6a
MKS H43 controller (#20609 )
3 years ago
Victor Oliveira
f384f81253
Fix GTR / SKR PRO + USB Flash Drive build (#21197 )
3 years ago
Victor Oliveira
427b5d61f4
More LERDGE envs followup (#21205 )
3 years ago
ellensp
bb1039d4c9
Preflight checks for PlatformIO builds (#21068 )
Co-authored-by: Alexander D. Kanevskiy <alexander.kanevskiy@intel.com >
3 years ago
X-Ryl669
0cc03f912c
Let libmaple accept RX/TX_BUFFER_SIZE (#21177 )
3 years ago
Scott Lahteine
13c4eef637
Expose more env builds in PlatformIO extension
3 years ago
Victor Oliveira
d5b06624fb
Fix MKS Robin Nano V3 I2C pins (#21174 )
3 years ago
X-Ryl669
8d28853774
Postmortem Debugging to serial port (#20492 )
3 years ago
Vert
490d4a504a
GT2560 v4.1B, YHCB2004 SPI character LCD (#21091 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
jbuck2005
31a434b9d7
Update platform ststm32 to 11.0 (#20928 )
3 years ago
Scott Lahteine
52e8d8db54
anet_et4_openblt.py => openblt.py
3 years ago
X-Ryl669
ce1ec22704
Use -g3 to include macros in debug symbols (#21052 )
3 years ago
Scott Lahteine
b35bfeb1c3
Fix TEMP_0_TR_ENABLE, rename temp conditions (#21016 )
3 years ago
Victor Oliveira
28b8bf566b
STM32 Shared Media - USB Mass Storage Device (#20956 )
3 years ago
rafaljot
0d2645b3e1
MPX_ARM_MINI board (Mingda MD-16) (#20711 )
3 years ago
George Fu
5ac08a44c6
FYSETC Cheetah 2.0 (#20897 )
3 years ago
Jason Smith
ea8d682664
Fix LiquidCrystal CI failures (#20873 )
Fix incorrect dependency syntax for LPC.
Disambiguate LiquidCrystal library names.
3 years ago
ellensp
3921369f98
MeatPack serial encoding (#20802 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago
Scott Lahteine
a54154e760
🛠 Replace lib_deps for custom_marlin.FEATURE (#20858 )
3 years ago
Keith Bennett
d62aa6221b
Lerdge K/S/X support for Flash Drive (#20593 )
3 years ago