Alexander Fomichev
12dec2563a
Generalize BTT SKR E3-DIP version ( #19910 )
2020-10-27 21:59:22 -05:00
ellensp
603e4d66ac
AZTEEG X5 mini LED pins ( #19909 )
2020-10-27 21:57:32 -05:00
Scott Lahteine
82ac8a1e76
Fix Archim 1, add Archim 1&2 tests
2020-10-27 16:21:03 -05:00
Scott Lahteine
ec23e37a4a
Clean up comments, USB flash, NULLs
2020-10-25 04:10:00 -05:00
Scott Lahteine
00fbe50bbe
Format Nucleo F767ZI pins
2020-10-25 04:07:15 -05:00
René Pasold
ec04517710
Support Fysetc Mini 12864 + GT2560 A(+) ( #19878 )
2020-10-25 03:43:21 -05:00
Jason Smith
f7cdc05937
Update ZMIB_V2 env names ( #19886 )
2020-10-24 19:44:46 -05:00
Gurmeet Athwal
62ba799d72
Add 'BTN_ENC_EN' for SKR V1.4 with DOGM ( #19796 )
2020-10-24 19:41:52 -05:00
Keith Bennett
f53d5a0872
Fix Chitu V5/V6 FAN2 pins ( #19874 )
2020-10-23 23:29:58 -05:00
Scott Lahteine
0967c87a8f
Pins post-process header ( #19860 )
2020-10-23 14:52:59 -05:00
George Fu
f83bbce3a3
Fix TMC serial port for FYSETC AIO_II ( #19842 )
2020-10-22 06:29:29 -05:00
Foxies
9aee6674bb
FLSUN Delta QQS-Pro pins ( #19793 )
2020-10-21 19:00:57 -05:00
Keith Bennett
1e4691f02a
BigTreeTech SKR Mini MZ V1 ( #19818 )
2020-10-21 14:14:19 -05:00
TheMichalcinOfficial
cf74248949
Support for Ramps-S v1.2 ( #19815 )
2020-10-21 13:44:55 -05:00
Scott Lahteine
072f996af7
General cleanup, mostly MKS UI ( #19825 )
2020-10-21 12:45:27 -05:00
Scott Lahteine
1f7c085527
ESP32: i2s_init requires I2S_STEPPER_STREAM
2020-10-20 22:36:31 -05:00
Tanguy Pruvot
d04ec15849
Longer3D: LONGER_LK_TFT28 now set by config ( #19817 )
2020-10-20 15:06:06 -05:00
Scott Lahteine
92767f5513
Misc. cleanup, serial strings
2020-10-19 20:39:36 -05:00
Scott Lahteine
b0f0dc683d
ABM Teensy 3.6 build
2020-10-18 00:20:25 -05:00
Sten Uusvali
6fed11896b
Fix M503 output for M907 motor current ( #19777 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-10-17 16:11:22 -05:00
Curtis Jenkins
178721a329
Fix Smoothieboard digipots i2c pin ( #19784 )
2020-10-17 15:05:50 -05:00
arminth
3ed0b24831
Provide FYSETC F6 13 LCD pins for HD44780 ( #19769 )
2020-10-16 17:07:34 -05:00
mks-viva
a4b89e67c6
Update MKS SGen-L V2 RGB LED pins ( #19762 )
2020-10-16 02:16:09 -05:00
Jason Smith
7f83231385
Fix NUCLEO_F767ZI build, add tests ( #19746 )
2020-10-16 02:04:55 -05:00
Scott Lahteine
f6ffbe548c
TFT Presets, Generic options, Sanity checks ( #19723 )
2020-10-15 03:00:27 -05:00
Jason Smith
54315252c7
Add NUCLEO-F767ZI dev board ( #19373 )
...
Co-authored-by: Lorenzo Delana <lorenzo.delana@gmail.com>
2020-10-13 18:03:09 -05:00
Victor Oliveira
c0920bbf6a
TFT Refactoring ( #19192 )
...
* split tft folder in two: tft for color ui; tft_io for shared tft code
* after the files got moved, now the code was moved to the right place
* classic ui using TFT IO init lcd codes
* feature to compile tft_io when enabled
* compiling fix
* lvgl spi tft working with tft io init codes
* there is no need for separeted fsmc and spi class in lvgl anymore, as tft io handle everything
* remove debug
* base for TFT rotation and mirroring API, and ILI9488 support
* ST7796S rotate and mirror support
* ST7789V rotate and mirror support
* ST7735 rotate and mirror support
* ILI9341 rotate and mirror support
* ILI9328 rotate and mirror support
* R61505 rotate and mirror support
* MKS TFT definitions
* more configs for mks tfts
* update config
* naming typo
* to configure the user interface
* ANYCUBIC_TFT35
* tft configs
* support for SSD1963
* tft display types
* updated conditionals lcd; first board fully working with the new code - all 3 ui!
* compatiblity
* changed name
* move classic ui file name
* rename TURN -> ROTATE
* GRAPHICAL_TFT_ROTATE_180 deprecated
* first fsmc board fully working - chitu v5
* mks robin nano v1.2 + tft 35 ok!
* right pin name
* anycubic tft tested in a TRIGORILLA_PRO
* chitu v6
* nano 32 tft orientation
* mks tft43
* mks tft43 rotation
* fixed LONGER LK tft setup
* GRAPHICAL_TFT_UPSCALE defined by the display type
* better offsets defaults
* Update Configuration.h
* Update tft_fsmc.cpp
* Update Conditionals_LCD.h
* Tweak comments
* update nano tests
* Revert "update nano tests"
This reverts commit a071ebbfad30e28855a4a5695ec8a726542a1a65.
* default tft
* outdated comments
* to not break non-vscode builds
* upscale tft 35
* support tft 180 rotation for color ui
* Each TFT Driver is responsible for its default color mode.
* use auto detect in mks displays, because some of them could be shipped with diferent drivers
* extra s
* unused code
* wrong -1
* missing mirror options
* Smaller regex pattern
* Comment updates
* Clean up old defines
* Apply pins formatting
* GRAPHICAL_TFT_ROTATE_180 => TFT_ROTATE_180
* MKS_ROBIN_TFT_V1_1R
* merge fix
* correct resolution
* auto is default, dont need be there, and it will allow the user to configure it even for named displays
* to not use rotation with MKS_ROBIN_TFT_V1_1R
* i like () in macros
* avoid sleepy commits
* default for st7789 is rgb
* nano follow up
* to allow ili9328 rotation
* default is rgb
* boards merge follow up
* to match bootloader orientation
* HAS_TOUCH_XPT2046 is not hal specific anymore
* lets not forget LPC
* 180 rotation for ili9328 and R61505
* Clean up whitespace
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-10-12 16:38:07 -05:00
Victor Oliveira
639b0b8f50
Option to prevent (extra) Watchdog init on STM32 ( #19693 )
2020-10-11 19:31:21 -05:00
Jason Smith
c762b7c91b
Fix various errors, warnings in example config builds ( #19686 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-10-11 19:06:57 -05:00
Jason Smith
45731bd022
Fix at90usb1286 build ( #19687 )
...
* Skip check for USBCON during dependency detection
* Ignore incompatible Teensy_ADC library, which requires Teensy >= 3
* Add IS_AT90USB
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-10-11 18:13:01 -05:00
Scott Lahteine
492ba2a111
Digipots refactor / cleanup ( #19690 )
2020-10-11 14:58:35 -05:00
Serhiy-K
6fdaaf3d20
Fixes for TFTGLCD Panel, FastIO ( #19614 )
2020-10-10 05:08:01 -05:00
Scott Lahteine
6831341ab4
Batch appercase hex values
2020-10-09 16:55:27 -05:00
Scott Lahteine
0988af453c
Optional M42
/M226
; Add more features filters ( #19664 )
2020-10-09 16:42:23 -05:00
石立枫
bec1844954
Support for FLY MINI ( #19185 )
2020-10-09 06:09:27 -05:00
Keith Bennett
e6d0a8ef66
Fix touch ifndefs ( #19661 )
2020-10-09 02:52:06 -05:00
Scott Lahteine
854af7a4bf
Permit touch calibration override
2020-10-08 16:59:54 -05:00
ellensp
321afd5fef
Apply env:mega2560ext to relevant boards ( #19624 )
2020-10-08 02:30:31 -05:00
ladismrkolj
2c99c1e06f
Add Chamber servo vent, auto fan ( #19519 )
2020-10-06 18:36:01 -05:00
Scott Lahteine
4e8eea8e78
Adjust HAL platform defines, comments
2020-10-02 17:05:59 -05:00
qwewer0
4424645e04
Multi-line comments cleanup ( #19535 )
2020-09-28 14:53:50 -05:00
Serhiy-K
27bdf4b24e
MarlinUI for SPI/I2C TFT-GLCD character-based display bridge ( #19375 )
2020-09-28 01:52:38 -05:00
Scott Lahteine
c2c6a679ea
Rename LCD conditionals ( #19533 )
2020-09-28 01:13:27 -05:00
Tanguy Pruvot
f3de0f6c53
Working LCD_USE_DMA_FSMC ( #19522 )
2020-09-27 21:28:48 -05:00
Keith Bennett
ec4a0a3e0d
SKR E3 Turbo followup ( #19513 )
2020-09-25 19:49:36 -05:00
Luke Harrison
97e0d55073
Fix SKR 1.4 thermistor pin comments ( #19510 )
2020-09-25 19:48:24 -05:00
ellensp
7efd740950
Fix MKS Robin undefined pins error ( #19507 )
2020-09-25 19:47:22 -05:00
Keith Bennett
23faf902ab
BigTreeTech SKR E3 Turbo ( #19500 )
2020-09-24 21:19:04 -05:00
Scott Lahteine
4b928b2da8
HAL and serial cleanup
...
Co-Authored-By: Jason Smith <20053467+sjasonsmith@users.noreply.github.com>
2020-09-23 19:45:33 -05:00
ellensp
6634bedb25
Define UART pins for LPC debug based on LPC_PINCFG_UART ( #19475 )
2020-09-23 16:03:07 -05:00
Scott Lahteine
93421f3a00
Teensy pins cleanup
2020-09-23 15:34:10 -05:00
Jason Smith
023cb54fae
MKS Robin Mini uses ONBOARD_SPI_DEVICE ( #19460 )
2020-09-23 15:07:34 -05:00
Victor Oliveira
90bc1993b6
Include pins.h in dependencies script ( #19468 )
2020-09-23 15:06:36 -05:00
Scott Lahteine
a87c517da5
Fix Teensy 4.1 include
2020-09-22 17:52:42 -05:00
makerbase
63e7ae793b
MKS SGEN L V2 adaptable heaters/fans ( #19462 )
2020-09-22 15:57:17 -05:00
riodoro1
225487f9db
Fix up K8800 pins ( #19476 )
2020-09-22 15:08:14 -05:00
Chris Pepper
1bfc51ad5c
Update pins_ANET_10.h
2020-09-21 16:19:09 +01:00
Jason Smith
fb48cd0ab4
Replace Serial with Serial1 in pins files ( #19459 )
2020-09-20 22:30:20 -05:00
makerbase
d8ed749045
Add MKS Robin E3P, improve LVGL UI ( #19442 )
2020-09-20 20:55:02 -05:00
Scott Lahteine
60ab7a1ddb
Cleanup before MKS changes
2020-09-20 20:51:21 -05:00
Scott Lahteine
76d8d1742c
Add multi-extruder condition
2020-09-20 20:51:21 -05:00
ellensp
98bcb25fd4
Ultratronics Pro SPI pins ( #19444 )
2020-09-19 10:18:42 -05:00
Victor Oliveira
5b56d6698a
Move screen for Color UI ( #19386 )
2020-09-17 06:52:21 -05:00
mmajoor
d93471fdad
Allow SWD debug on Robin Nano ( #19345 )
2020-09-12 23:33:55 -05:00
Jason Smith
d07ce9ef21
Fix EXP2 pin define for MKS SGEN_L ( #19369 )
2020-09-12 21:52:46 -05:00
Scott Lahteine
9b78138600
General cleanup
2020-09-10 02:29:01 -05:00
Victor Oliveira
160f70be63
LPC: Finish DMA transfer, use HW SPI class ( #19191 )
2020-09-10 00:41:26 -05:00
makerbase
006b7f3f17
MKS Gen L V2.1 ( #19314 )
2020-09-09 21:48:42 -05:00
bilsef
049fbc92a9
Support for Teensy 4 ( #19311 )
2020-09-09 18:57:20 -05:00
Jason Smith
4fc1aba848
Update HAL/STM32 platform to 8.0 ( #18496 )
2020-09-07 21:41:48 -05:00
Scott Lahteine
a445746a8b
Clean up LCD conditionals, DWIN
2020-09-06 23:21:42 -05:00
Scott Lahteine
b709baba7a
Whitespace cleanup
2020-09-06 22:51:59 -05:00
Victor Oliveira
486731162f
Fix STM32F1 SPI device init, MKS_LCD12864 ( #19271 )
2020-09-06 17:29:43 -05:00
Scott Lahteine
3002e1cd60
Fix Creality V4 SD Detect
2020-09-04 19:34:51 -05:00
Greg Nutt
691f02acab
Smoothieboard GLCD w/ SD support ( #19241 )
2020-09-03 17:52:14 -05:00
Tanguy Pruvot
7d8d0010e3
Fix Longer3D TFT defines, disable DMA ( #19251 )
2020-09-03 17:40:29 -05:00
makerbase
f375d9bd7b
MKS SGEN L V2 ( #18822 )
2020-09-01 18:20:16 -05:00
Stéphane
62268aae65
Fix Anycubic LCDs / Trigorilla 1.4 pins ( #19220 )
2020-09-01 17:05:52 -05:00
Martin
4ab4dbb8a1
Permit touch params override w/ Robin nano ( #19196 )
2020-08-31 18:56:58 -05:00
Scott Lahteine
21070c0aaf
Fix Creality V4 probe pin
2020-08-27 14:01:56 -05:00
George Fu
1e124e6713
FYSETC S6 2.0 ( #19140 )
2020-08-26 19:41:15 -05:00
Victor Oliveira
1a4b82a5d6
TFT (plus Hardware SPI) for LPC ( #19139 )
2020-08-26 05:13:58 -05:00
Scott Lahteine
4955aa5b78
Prusa => Průša
2020-08-26 02:15:50 -05:00
Keith Bennett
1793de4a28
Add Einsy Rambo Filament Runout Pin ( #19136 )
2020-08-26 00:44:15 -05:00
Jason Smith
646d90f3da
Fix SD pins for SKR Pro and GTR ( #19047 )
2020-08-26 00:43:33 -05:00
Scott Lahteine
c488070859
Minor cleanup w/r/t LEDs
2020-08-23 23:57:51 -05:00
Oleksii Zelivianskyi
4b124352ef
TFT32 for MKS Robin Nano 1.2 ( #19031 )
2020-08-23 22:13:49 -05:00
Scott Lahteine
638f6f0f06
Neopixel => NeoPixel
2020-08-23 03:14:11 -05:00
Scott Lahteine
b36163d53a
Fix up conditions, comments
2020-08-23 02:45:58 -05:00
Scott Lahteine
a9f7e855d8
Reformat pins files
2020-08-22 01:22:21 -05:00
Greg Nutt
aa92fa7ee3
DIGIPOT_I2C pins for SMOOTHIEBOARD ( #19098 )
2020-08-21 23:47:25 -05:00
ellensp
04909a2010
Creality3D v4.2.7 ( #19088 )
2020-08-21 21:56:18 -05:00
Victor Oliveira
a37cf24900
Emulated DOGM via HAL TFT, XPT IO ( #19017 )
2020-08-21 18:54:21 -05:00
Giuliano Zaro
3426c7fc94
Configurable number of M106 fans ( #18883 )
2020-08-19 20:11:20 -05:00
Scott Lahteine
2cbc84855b
Creality DWIN simple beeper
2020-08-19 01:51:08 -05:00
ellensp
19818a95a2
Checks for CR10_STOCKDISPLAY with Creality v4 ( #19019 )
2020-08-15 22:57:07 -05:00
Tommy Hartmann
e69bbc3531
ENDER2_STOCKDISPLAY for BTT SKR 1.4 (and Turbo) ( #19002 )
2020-08-14 08:35:53 -05:00
Tanguy Pruvot
567d77f1cb
TFT: Restore ILI9341 colors and reversed logic ( #19010 )
...
Followup to #18877 , #18901 , #18817
2020-08-13 22:32:01 -05:00
Victor Oliveira
ff5c8d3570
Optimize LVGL with HAL TFT IO (SPI and FSMC) ( #18974 )
2020-08-13 18:31:59 -05:00
Anders Sahlman
b14f630f26
MKS Robin new 320x240 TFT Color UI support ( #18985 )
2020-08-10 20:21:48 -05:00
Victor Oliveira
0a1b865987
W25QXX SPI Flash support ( #18897 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-08-08 19:24:31 -05:00
Victor Oliveira
2ef6c8ba97
Marlin Color UI for STM32F1 (SPI) ( #18958 )
2020-08-08 18:45:34 -05:00
Victor Oliveira
ee69fb00a6
Marlin Color UI (FSMC) for STM32F1 ( #18952 )
2020-08-08 00:32:30 -05:00
wmariz
da4eaebdc9
ZoneStar Z6FB ( #18918 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-08-07 17:03:59 -05:00
Victor Oliveira
35e11e5f8b
Followup fixes to LVGL for Chitu ( #18940 )
2020-08-06 20:52:01 -05:00
Marco Burato
6bcfb58cd4
More Anycubic + Trigorilla mappings, ExtUI ( #18903 )
2020-08-06 05:38:18 -05:00
Keith Bennett
c61e980c9c
Add Chitu 3D V6 2nd Filament Runout pin ( #18922 )
2020-08-05 22:42:03 -05:00
Victor Oliveira
04b12dde49
SPI Flash data compression ( #18879 )
2020-08-04 04:50:05 -05:00
Victor Oliveira
04c10eda92
Fix MKS Nano v1.2 FSMC display ( #18901 )
2020-08-03 23:41:23 -05:00
Scott Lahteine
ca0ebf10d1
Move scaled TFT / touch defines ( #18915 )
2020-08-03 21:55:37 -05:00
FLYmaker
c175cce56e
Fix FLYF407ZG pins ( #18865 )
2020-08-02 20:13:57 -05:00
Sebastien Andrivet
dd587d45db
Fix Duplicator i3 Plus pin diagram ( #18862 )
2020-08-02 20:10:16 -05:00
Alexander Gavrilenko
117df87d19
Support for TFT & Touch Screens ( #18130 )
2020-07-30 01:43:19 -05:00
Victor Oliveira
38ce5966e1
SPI Emulated DOGM (like FSMC_GRAPHICAL_TFT, but SPI) ( #18817 )
2020-07-29 21:25:07 -05:00
Victor Oliveira
62da2c97d0
DISABLE_DEBUG required to free Robin nano Z_DIR_PIN ( #18832 )
2020-07-28 21:15:17 -05:00
natemason
f205cd7d2c
Add TEMP_PROBE_PIN for Einsy Rambo ( #18823 )
2020-07-28 20:18:02 -05:00
Victor Oliveira
3eef000e2a
Fix MKS Robin Nano V2 build / upload ( #18784 )
2020-07-25 23:08:30 -05:00
Scott Lahteine
bc688f27dc
Clean up after changes
2020-07-25 01:53:07 -05:00
MKS-Sean
d20d459132
Robin nano V2, TFT LVGL UI parameters, and more ( #18500 )
2020-07-25 01:18:06 -05:00
fleek
87ff532a41
Filament Runout pin for Creality v4.2.2 board ( #18763 )
2020-07-24 03:58:46 -05:00
Scott Lahteine
451f48231d
Ender 3 V2 BL24C16 EEPROM support ( #18758 )
2020-07-24 03:09:14 -05:00
InsanityAutomation
2c61e6ba28
Add CONTROLLER_FAN_IGNORE_Z ( #18735 )
2020-07-23 21:27:40 -05:00
Scott Lahteine
d1e20eb29f
Update links, README, contributing, etc.
2020-07-23 20:46:51 -05:00
George Fu
715271190c
Update FYSETC AIO II TMC UART pins ( #18749 )
2020-07-23 20:01:50 -05:00
Diego von Deschwanden
42fbd527f3
Fix links to secure sites ( #18745 )
2020-07-22 22:20:14 -05:00
Scott Lahteine
6027055695
Optimize LCD, Wifi, etc. libraries ( #18730 )
2020-07-21 04:00:39 -05:00
Victor Oliveira
4a55bdb165
Only download & compile required libraries ( #18699 )
2020-07-19 21:42:30 -05:00
Claus Näveke
afce012960
Trigorilla Pro board ( #18692 )
2020-07-18 17:40:10 -05:00
Victor Oliveira
b9d4b0ddce
Chitu V6 - Stepper Z2 pins ( #18683 )
2020-07-18 17:23:42 -05:00
Scott Lahteine
e34684a9c7
Smaller SD EEPROM file on Ender 3 V2
2020-07-17 09:30:48 -05:00
JBA
4abad60bf1
ExtUI for Anycubic I3 Mega ( #18655 )
2020-07-17 01:07:09 -05:00
Scott Lahteine
b880712889
Fix material_preset reference issue
2020-07-16 21:07:21 -05:00
ellensp
0223ca8abb
Fix SKR 1.4 LCD / ADC Keypad sanity-check ( #18670 )
2020-07-15 21:46:46 -05:00
Scott Lahteine
7a0af01e69
Creality V4 cleanup
2020-07-13 16:10:38 -05:00
Victor Oliveira
e35a1d396f
Fix Chitu V6 with LVGL UI ( #18608 )
2020-07-09 22:49:08 -05:00
Scott Lahteine
d6c177008f
SKR 1.4 alert for unsupported LCD
2020-07-08 00:03:20 -05:00
Scott Lahteine
d6682c8609
Whitespace cleanup
2020-07-07 02:30:26 -05:00
J.C. Nelson
6f14d2d37f
Add Lerdge S,X,K ( #18302 )
2020-07-06 17:08:52 -05:00
Scott Lahteine
f9b6c504df
Minor pins cleanup
2020-07-05 15:58:12 -05:00
George Fu
097347b575
Add FYSETC 2.42 inch OLED support ( #18485 )
2020-07-02 20:33:52 -05:00
InsanityAutomation
e401b0c8ee
Keep filament runout pin for Creality Melzi ( #18504 )
2020-07-02 19:32:06 -05:00
Victor Oliveira
e5bc9d31cc
Add TFT_LVGL_UI support ( #18438 )
2020-07-01 01:30:24 -05:00
Keith Bennett
69b5b91c91
MKS Robin Nano flash-based EEPROM ( #18466 )
2020-06-29 00:59:08 -05:00
Scott Lahteine
f4e15967e8
Tweak pins formatting
2020-06-28 00:13:42 -05:00
Scott Lahteine
a907e15ae6
Allow larger ADC debounce
...
Reference #17205
2020-06-26 19:31:07 -05:00
Johnny Eshak
2330ee48f2
BTT SKR Pro runout pins ( #18416 )
2020-06-26 01:46:31 -05:00
Keith Bennett
c6a066c0be
Update MKS Robin Nano auto-build env ( #18417 )
2020-06-26 01:37:22 -05:00
Scott Lahteine
859ccd2e28
NO_LCD_REINIT for FSMC (or, no SD_DETECT_PIN)
2020-06-24 20:15:23 -05:00
Scott Lahteine
c3d2ffc09c
Board-based ST7920 delays
2020-06-23 20:37:28 -05:00
Jason Smith
819e48972d
Improve U8G+SPI delay override ( #18386 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-06-22 15:27:01 -05:00
Chris Barr
900d4cf8e7
Allow STM32 HAL_TIMER_RATE override ( #18374 )
2020-06-21 03:56:00 -05:00
thisiskeithb
e424dfc885
BigTreeTech SKR Pro 1.2 ( #18366 )
2020-06-21 03:46:31 -05:00
thisiskeithb
8225d66b55
Consolidate MKS Robin / SKR Mini E3 pins ( #18354 )
2020-06-19 18:32:05 -05:00
thisiskeithb
eddd0d91a4
Fix BIQU BQ111-A4 pins ( #18361 )
2020-06-19 18:14:22 -05:00
Scott Lahteine
d8c3aed038
Sanity-check the chamber thermistor pin
2020-06-19 14:01:24 -05:00
Chris Barr
d2363c5b35
Clean up RUMBA32 PlatformIO & tests ( #18271 )
2020-06-18 17:26:40 -05:00
thisiskeithb
ef2657d565
Robin Nano updates ( #18347 )
2020-06-18 17:23:46 -05:00
ellensp
fa3cfa19be
Fix: ANALOG_OK always fails ( #18334 )
2020-06-17 16:08:39 -05:00
ellensp
f13ca24ade
Shift/encoder pins not needed for ADC Keypad ( #18335 )
2020-06-17 16:06:13 -05:00
thisiskeithb
2603a237f9
Add MKS LCD12864 A/B Controller Support ( #18120 )
2020-06-16 02:43:09 -05:00
Scott Lahteine
f4c258dc23
Creality Ender 3 v2 ( #17719 )
2020-06-16 01:45:27 -05:00
makerbase
642112d3eb
Add MKS UI (TFT_LITTLE_VGL_UI) ( #18071 )
2020-06-15 21:05:33 -05:00
Victor
8358f3eadb
Chitu V5 with extra GPIO init ( #18299 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-06-15 20:00:44 -05:00
Scott Lahteine
aea60d9450
Clean up trailing spaces
2020-06-15 18:11:32 -05:00
Per Ivar Nerseth
10601a932a
Zonestar P802M bed thermistor ( #18289 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-06-14 20:09:25 -05:00
Lukas Erlacher
9a52193cc6
Fix GTM32 Rev B LCD pins ( #18293 )
2020-06-14 01:02:04 -05:00
Victor
0a49ad1ccf
TFT 3x upscale followup ( #18256 )
2020-06-11 21:42:19 -05:00
cbaugher
92435ef5ea
Tenlog D3 Hero 7-axis board ( #18263 )
2020-06-11 20:43:28 -05:00
Chris Barr
c12111e2cc
Improve and extend RUMBA32 ( #18249 )
2020-06-11 20:28:20 -05:00
ellensp
2de22aae2d
Melzi (Creality) pins notes ( #18251 )
2020-06-10 17:19:39 -05:00
Victor
e2cc966621
Tronxy X5SA (V5 / V6 boards) ( #18243 )
2020-06-10 17:16:22 -05:00
thisiskeithb
63c280a6ca
Robin E3/E3D EEPROM size ( #18230 )
2020-06-08 19:56:06 -05:00
DocYester
19024306fc
Robin E3D Flash-based EEPROM ( #18219 )
2020-06-07 19:48:18 -05:00
Leo
f350e9d0cb
Shorter BTT board names (for LCD info) ( #18139 )
2020-06-04 21:29:47 -05:00
git-user44
9e2f142391
Clean up Melzi LCD timing defaults ( #18187 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-06-04 19:55:39 -05:00
Scott Lahteine
c9a260ee12
MEEB cleanup, whitespace
...
Followup to #18138
2020-06-02 02:34:08 -05:00
ellensp
33d1e77e2e
Allow pins override of *_TIMER_NUM and HAL_*_TIMER_ISR ( #18128 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-06-01 18:33:30 -05:00
cccc
2bf63e29c6
Support for MEEB 3DP board ( #18138 )
2020-06-01 18:25:13 -05:00
git-user44
46112b9d50
Adjust Melzi ST display timing ( #18160 )
2020-05-31 00:21:08 -05:00
Scott Lahteine
2ad3da98d4
Fix some spelling
2020-05-30 23:28:30 -05:00
thisiskeithb
3430d45f53
BTT SKR Mini E3 V2 ( #18088 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-05-30 23:27:21 -05:00
invalidflaw
de89a4b7c1
Add PICA Servo / E1 pins ( #18100 )
2020-05-25 17:09:38 -05:00
George Fu
fe7452c5cb
TMC serial multiplexer, FYSETC AIO-II ( #18080 )
2020-05-25 15:48:33 -05:00
thisiskeithb
59dfba3bb8
Fix GTR CR10_STOCKDISPLAY pins ( #18078 )
2020-05-25 15:37:33 -05:00
Scott Lahteine
461647fcee
Use MARLIN_EEPROM_SIZE with E2END as fallback ( #18059 )
2020-05-22 02:15:40 -05:00
Scott Lahteine
31eb487da5
whitespace
2020-05-22 02:02:11 -05:00
thisiskeithb
4e51240563
BTT GTR has I2C EEPROM ( #18029 )
2020-05-20 15:42:45 -05:00
Giuliano Zaro
7b2a056656
Update SAMD-RAMPS runout pin ( #18048 )
2020-05-20 15:31:08 -05:00
Scott Lahteine
e275cd3798
Update some ©
2020-05-17 20:49:24 -05:00
Scott Lahteine
847bdeecaf
BOARD_NAME => BOARD_INFO_NAME
2020-05-16 06:02:55 -05:00
Mika Norén
76a65ffe74
Vertex nano with board K8600 ( #17736 )
2020-05-15 21:11:28 -05:00
Gustavo Alvarez
6d92f56582
FTDI/EVE, pins cleanup for SKR E3/DIP ( #17990 )
2020-05-13 14:22:03 -05:00
RudolphRiedel
98fdc67f1d
Fixes for FYSETC Cheetah ( #17935 )
2020-05-11 23:51:07 -05:00
Jason Smith
4680aa659c
EEPROM Flash Leveling enabled for more STM32F4 ( #17948 )
2020-05-11 01:12:11 -05:00
Bob Kuhn
8f3d17699a
Init all ESP01 (module) WIFI pins ( #17679 )
2020-05-08 02:43:53 -05:00
Scott Lahteine
6be76af617
Overrideable CASE_LIGHT_PIN
2020-05-07 14:57:41 -05:00
Scott Lahteine
1aa9d44783
Format some pins
2020-05-06 01:40:40 -05:00
Gustavo Alvarez
0332666d38
Fix Cheetah pins alias ( #17882 )
2020-05-06 01:16:32 -05:00
Gustavo Alvarez
3fd8ef52c5
More FTDI EVE fixes (RAMPS, Cheetah) ( #17759 )
2020-05-05 02:38:06 -05:00
Scott Lahteine
38d1587091
Malyan M200 V2 ( #17840 )
2020-05-04 14:37:43 -05:00
Scott Lahteine
9a6934874a
Add XYZ_NO_FRAME option
2020-05-03 01:24:39 -05:00
Stephan
120fcd1215
Support GT2560 3rd extruder ( #17797 )
2020-05-02 22:19:05 -05:00
animavitis
3ea1c8a6fa
Support for Ortur 4.3 mainboard ( #17790 )
2020-05-02 22:12:52 -05:00
Dipl.-Ing. Raoul Rubien, BSc
739b738e7f
Permit more Creality pin overrides ( #17820 )
2020-05-02 18:30:23 -05:00
J.C. Nelson
b4aebbe78d
Allow STM32 pins to specify timers ( #17805 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-04-30 22:42:40 -05:00
Giuliano Zaro
0b762189b4
Change RAMPS default filament runout pin ( #17814 )
2020-04-30 18:18:23 -05:00
Scott Lahteine
5e6faa999d
Refine EEPROM types / flags ( #17772 )
2020-04-29 14:46:33 -05:00
ellensp
36adbfa41c
Fix MKS S-Gen standard pins ( #17786 )
...
Fixes #17783
2020-04-29 03:16:13 -05:00
randellhodges
5f7a75979f
LPC176x SPI / I2C PersistentStore ( #17651 )
2020-04-28 02:27:55 -05:00
Warboy1982
7eac76d31b
Patch BLTouch Z_MAX_PIN for GT2560 Rev.A (non-plus) ( #17721 )
2020-04-27 08:38:23 -05:00
Neil van Geffen
c56b66543d
Permit Stall Sensitivity of 0 ( #17722 )
2020-04-27 08:27:14 -05:00
Axel
1752cd4fe5
Add a Mightyboard pin ( #17538 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-04-25 20:03:16 -05:00
Gustavo Alvarez
11f7695907
Touch UI FTDI EVE is now beta ( #17704 )
2020-04-25 11:47:19 -05:00
Scott Lahteine
307c48fe0a
Parity between LPC176x pins
2020-04-25 11:25:05 -05:00
Scott Lahteine
3a27933ae7
Fixes for FYSETC Touch EVE 5" on AVR ( #17659 )
...
Co-Authored-By: RudolphRiedel <rudolphriedel@users.noreply.github.com>
Co-authored-by: sL1pKn07 <sl1pkn07@gmail.com>
2020-04-24 22:35:46 -05:00
Gustavo Alvarez
4af83430b5
ReARM SDSS pin for RRD LCDs ( #17698 )
2020-04-24 22:20:24 -05:00
Scott Lahteine
ab2b98e425
Apply composite tests
2020-04-23 21:53:52 -05:00
Bob Kuhn
88bdd26c99
Clean up SKR Pro v1.1 pins ( #17653 )
2020-04-22 15:04:21 -05:00
Bob Kuhn
33bb7859d4
Composite USB for STM32 SDIO (experimental) ( #17222 )
2020-04-22 15:00:10 -05:00
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
2020-04-20 00:12:22 -05:00
Scott Lahteine
f94ab84dac
Malyan M300 support ( #17421 )
2020-04-17 09:10:41 -05:00
Gustavo Alvarez
e7f3b625b0
Use 'melzi' envs for MELZI_CREALITY ( #17578 )
2020-04-17 07:19:47 -05:00
Scott Lahteine
847ea583f6
STM32F103VE has 512K Flash EEPROM ( #17565 )
2020-04-16 15:34:44 -05:00
InsanityAutomation
d353d67a34
SD detect override for older Creality3D RAMPS ( #17469 )
2020-04-16 04:41:05 -05:00
Bob Kuhn
f5d809f366
SKR Pro 1.1 WiFi and LCD SD card support ( #17531 )
2020-04-16 03:55:33 -05:00
dandantsui
d194688020
Define EEPROM, SD type for MKS Robin nano ( #17498 )
2020-04-16 03:53:58 -05:00
Scott Lahteine
1c43870cec
Add chamber to sensitive pins
2020-04-16 03:31:44 -05:00
Scott Lahteine
03020dd31e
Use the common pattern for auto fan pins
...
Now that pins.h is guaranteed included after configs.
2020-04-16 03:31:44 -05:00
Scott Lahteine
3a9f8a00bf
Fix SD connection for some boards
2020-04-16 03:31:44 -05:00
Scott Lahteine
880f63b008
It looks like HAS_ONBOARD_SD is obsolete
2020-04-16 03:31:44 -05:00
mks-viva
bc856fd8ec
MKS Robin E3 / E3D support ( #17569 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-04-16 01:19:24 -05:00
Scott Lahteine
cdbc7cc52c
Define En DIAG pins for auto-assigns
2020-04-14 19:09:06 -05:00
Alexander Amelkin
cae2b7bf4e
SKR Pro V1.1 StallGuard pins ( #17550 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-04-14 19:05:08 -05:00
dandantsui
333092c488
Fix MKS Robin infinite boot ( #17497 )
2020-04-12 01:23:08 -05:00
Scott Lahteine
fad9235cd8
Move MSG_x_LINE to multi_language.h
2020-04-05 18:25:59 -05:00
Scott Lahteine
723d4d6f61
Fix Archim 2 build for PIO
2020-04-04 02:18:33 -05:00
Scott Lahteine
e7f020f3f2
Shorten some internal pin names
2020-03-31 14:43:01 -05:00
Scott Lahteine
9b886c2ad4
Load balance some tests
2020-03-29 18:14:15 -05:00
oscarsan1
b35dc5f0b4
Fix Trigorilla 1.4 missing spaces
2020-03-29 13:46:03 -05:00
InsanityAutomation
de648bfdc1
Add Funmat HT V4.0 board support ( #17305 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-03-27 21:08:47 -05:00
Giuliano Zaro
129b270628
QSPI EEPROM for SAMD51 ( #17292 )
2020-03-27 17:29:17 -05:00
Roxy-3D
075a86b076
Update LCD timing on Formbot T-Rex 2+ machines
...
The code is slightly more optimized than it used to be and this has caused the setup and hold times on the Formbot T-Rex 2+ machines to be insufficient. This change gives sufficient margin and the LCD Display is clean again.
2020-03-24 17:15:03 -05:00
Scott Lahteine
7455bb09b3
Add SoftwareSerialM for MKS Robin ( #17207 )
2020-03-24 16:14:30 -05:00
RasmusAaen
717c216851
Fix Copymaster Y_MAX pin ( #17267 )
2020-03-23 17:34:38 -05:00
Scott Lahteine
2c325c2a7d
Format some pins files
2020-03-21 21:18:46 -05:00
Scott Lahteine
e62b52da99
Use pin/port names for CHITU pins
2020-03-21 21:18:46 -05:00
Scott Lahteine
04cea864bc
Split up STM32 pins files ( #17212 )
2020-03-20 23:45:00 -05:00
RasmusAaen
c768605bde
Add Copymaster3D board ( #17188 )
2020-03-17 15:25:10 -05:00
Scott Lahteine
e8205af6fb
Apply HAS_TMC_UART to pins files
2020-03-17 15:06:01 -05:00
Karl Andersson
e5dcab8fd2
ARMED support for TMC UART, probe temp ( #17186 )
2020-03-17 15:05:12 -05:00
ellensp
40922c7da7
Fix MKS SBASE 1.6 E1 heater pin ( #17191 )
2020-03-17 14:51:57 -05:00
Scott Lahteine
f6e80d576d
Fix Z_MIN_PROBE_PIN on SKR 1.4 ( #17187 )
2020-03-16 17:49:33 -05:00
Scott Lahteine
b14c933171
LPC1768 EEPROM fallback to flash, add overrides ( #17184 )
2020-03-16 15:59:05 -05:00
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros ( #17159 )
2020-03-13 23:18:16 -05:00
Daniel Kreuzhofer (@danieldotnet)
f29d6f802f
Revert Anet 1.x envs change ( #17120 )
2020-03-11 15:08:47 -05:00
Daniel Kreuzhofer (@danieldotnet)
d78fbce827
Fix pio environments for Anet 1.x ( #17109 )
2020-03-10 20:04:44 -05:00
Scott Lahteine
8f66dbfcd5
SD_DETECT_INVERTED => SD_DETECT_STATE ( #17112 )
2020-03-10 15:43:06 -05:00
Scott Lahteine
982197b162
Fixes for Z4 axis, CS pins ( #17097 )
2020-03-08 16:31:37 -05:00
Scott Lahteine
20f93404a7
Add / correct comments
2020-03-07 02:16:17 -06:00
Scott Lahteine
3db784f3c7
More pins debugging cleanup
2020-03-07 02:15:05 -06:00
Scott Lahteine
e9f451bffe
Pins debug followup
2020-03-06 21:59:20 -06:00
Scott Lahteine
ca4423ed2a
Clean up pins debugging
2020-03-06 13:14:22 -06:00
Scott Lahteine
6cd99e6a77
Add pins to the pins debug list
2020-03-06 13:14:22 -06:00
Scott Lahteine
c0801e900d
Define Z_MIN_PROBE_PIN for Cohesion 3D Remix
2020-03-05 15:10:46 -06:00
Scott Lahteine
e3da86fb45
Fix SKR test for ONBOARD SD
2020-03-05 13:37:09 -06:00
Scott Lahteine
d4ac78535c
Allow Z_STOP_PIN override on SKR 1.4 ( #17063 )
2020-03-04 13:12:48 -06:00
Scott Lahteine
72b63e9520
Fix TEMP_PROBE_PIN for SKR 1.4
...
Co-Authored-By: Anthrix <anthrix@users.noreply.github.com>
2020-03-03 14:53:22 -06:00
George Fu
a698bfdc2a
Update FYSETC S6 pins/variants ( #17056 )
2020-03-03 14:30:09 -06:00
Scott Lahteine
b1a50d54e2
HAS_TRINAMIC => HAS_TRINAMIC_CONFIG
2020-03-02 12:04:36 -06:00
Scott Lahteine
736521a3f1
Balance mega tests, shorten some env names
2020-03-01 21:20:22 -06:00
Jason Smith
cc822bf70f
Fix some 8 extruders issues, GTR build ( #17043 )
2020-03-01 21:19:02 -06:00
Jason Smith
5da6819277
Fix build issues with REPRAPWORLD_KEYPAD ( #17038 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-03-01 19:54:22 -06:00
ellensp
4b256a6fa8
Revert FYSETC Mini encoder change ( #17040 )
...
Reverting #17010
2020-03-01 17:59:00 -06:00
Vert
6c9ca1bec2
Clarify GT2560 common pins ( #17021 )
2020-02-29 04:35:10 -06:00
ellensp
9b145c7c73
Reverse encoder for FYSETC Mini 12864 2.1 + SKR 1.3 ( #17010 )
2020-02-28 12:26:54 -06:00
Scott Lahteine
633b716a3a
Define DIAG pins for MKS SGen-L
2020-02-26 11:35:07 -06:00
InsanityAutomation
28008aced0
Correct SKR expansion port pins ( #16974 )
2020-02-26 04:18:34 -06:00
ellensp
70af080813
Add LPC1768 Serial ports for pinsDebug ( #16980 )
2020-02-26 04:12:53 -06:00
Scott Lahteine
5b438fb20d
HAS_SDCARD_CONNECTION is more obsolete
2020-02-25 22:30:30 -06:00
InsanityAutomation
6bfae5de6f
Fix SKR 1.4 Turbo SD_DETECT_PIN ( #16955 )
2020-02-25 03:17:08 -06:00
Scott Lahteine
5e197df89a
Fix Babystepping loop (again)
2020-02-24 05:48:42 -06:00
ZMiguel Alves
2471a8bb91
Define ANET_FULL_GRAPHICS_LCD pins for SKR 1.4 ( #16928 )
2020-02-22 18:45:10 -06:00
vivian-ng
eeec4c27e7
[ESP32] Allow user to define pins for hardware Serial1 and Serial2 ( #16918 )
2020-02-22 04:00:10 -06:00
Scott Lahteine
5d16497bed
Tweak pins spacing, comments
2020-02-21 08:33:11 -06:00
ellensp
9f53bbd791
Add PICA shields support ( #16891 )
2020-02-21 08:27:32 -06:00
Scott Lahteine
2b788e9aa6
Single envs for specific boards
2020-02-20 20:20:15 -06:00
Scott Lahteine
1087e318e5
Fix a BORG compile warning
2020-02-15 01:47:15 -06:00
George Fu
63dd0f249d
Fysetc S6 pins / LCD updates ( #16830 )
2020-02-14 07:18:57 -06:00
Giuliano Zaro
ff0c931e47
Add RAMPS 1.4.4 to AGCM4 ( #16606 )
2020-02-13 23:28:18 -06:00
Scott Lahteine
71539bcbeb
Undo driver type auto-assignment for now
...
Good general concept but needs more time to develop and group with a stepper suite.
2020-02-11 02:32:01 -06:00
Daniel Mazurkiewicz
e561f744fa
Update MKS BASE and v1.6 pins ( #16806 )
2020-02-10 14:12:11 -06:00
Fabio Santos
894762259b
Coolstep for TMC2130, 2209, 5130, 5160 ( #16790 )
2020-02-08 21:01:57 -06:00
Bob Kuhn
78fea4a9ca
Split up MKS_RUMBA32 into two variants ( #16781 )
2020-02-05 20:28:28 -06:00
thisiskeithb
9b4192cdd0
Add MKS Base 1.6 board ( #16783 )
2020-02-04 23:21:05 -06:00
Scott Lahteine
7bf2190f03
Fix CALIBRATION_GCODE pin handling
2020-02-04 08:32:43 -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
4716dac874
Apply REPEAT, RREPEAT, and loop macros ( #16757 )
2020-02-01 21:00:53 -06:00
Scott Lahteine
63469ed8f7
Add EXP labels to SKR pins
2020-02-01 19:06:32 -06:00
Scott Lahteine
43d3463d5d
Misc cleanup, whitespace
2020-02-01 03:50:42 -06:00