Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marlin 2.1.2.2 #10

Merged
merged 38 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
62a7bba
🩹 Fix null pwm_details
thinkyhead May 19, 2023
09247e7
🚸 Improve EEPROM validation (#25860)
thinkyhead May 20, 2023
2dffa39
🩹 Fix TFT LVGL compile error (#25865)
thinkyhead May 21, 2023
cbdc01e
🩹 Prevent Z drop with G28 X/Y
thinkyhead May 30, 2023
862d0e9
🐛 Fix G2/G3 limiting_speed (#25988)
GMagician Jun 17, 2023
09d0b4d
🔖 Version 2.1.2.1
thinkyhead May 16, 2023
60cd1ec
🩹 Fix G33 output
thinkyhead Oct 7, 2023
7a653f9
🩹 Fix ProUI compile
thinkyhead Nov 22, 2023
4f21ace
🔨 Specify versions in INI
thinkyhead Dec 9, 2023
631f719
🩹 Fix LONG_FILENAME_WRITE_SUPPORT typo
thinkyhead Dec 11, 2023
fa85e9e
🐛 Fix G38_PROBE_TARGET
thinkyhead Jan 27, 2024
2e4b037
♻️ EITHER/BOTH => ANY/ALL
thinkyhead Jan 30, 2024
d403352
♻️ SDSUPPORT => HAS_MEDIA
thinkyhead Jan 30, 2024
5e8c7b3
♻️ LCD_PINS_ENABLE => LCD_PINS_EN
thinkyhead Jan 31, 2024
d0fbc94
♻️ FAN_PIN => FAN0_PIN
thinkyhead Jan 31, 2024
1b406a3
🔥 Remove VAkE 403D
thinkyhead Jan 31, 2024
5febc39
♻️ BTT_MANTA_M4P_V1_0 => BTT_MANTA_M4P_V2_1
thinkyhead Jan 31, 2024
41d78a2
♻️ TMC_SW_* => TMC_SPI_*
thinkyhead Jan 31, 2024
73ed511
♻️ BTT_MINI_12864_V1 => BTT_MINI_12864
thinkyhead Jan 31, 2024
20ee8dd
♻️ FOLDER_SORTING => SDSORT_FOLDERS
thinkyhead Jan 31, 2024
244c257
🚸 Thermistor updates
thinkyhead Jan 31, 2024
ee08814
♻️ Remove LOOP macros
thinkyhead Jan 31, 2024
4a0b539
🔧 Clarify axis disable / timeout (#25571)
thinkyhead Mar 26, 2023
5ef8ccc
📝 Biqu => BIQU (#26735)
thisiskeithb Jan 31, 2024
6f00f4e
🐛 Fix I/J/K chopper timing (#26736)
thisiskeithb Jan 31, 2024
a3101a0
🚸 Fix repeating "Power Off" message (#26755)
InsanityAutomation Feb 1, 2024
39e42eb
🎨 Cosmetic and comments
thinkyhead Dec 17, 2023
580a35b
🎨 Misc. probe-related cleanup
thinkyhead Mar 30, 2023
5f84e7f
🚸 Fix Filament Change item position
thinkyhead Feb 6, 2024
a18045a
🧑‍💻 Support files updates
thinkyhead Dec 15, 2023
cbaff4b
🔧 Config updates
thinkyhead Feb 8, 2024
a53ad3b
🧑‍💻 Pins updates
thinkyhead Dec 17, 2023
96602a5
🔨 Better build, envs, tests
thinkyhead Dec 16, 2023
b246f53
🧑‍💻 HAL Patches
thinkyhead Dec 16, 2023
de8b218
🧑‍💻 SD card
thinkyhead Dec 19, 2023
2e26125
🧑‍💻 LCD Code patches
thinkyhead Jan 30, 2024
da26b2b
🧑‍💻 Other code patches
thinkyhead Jan 31, 2024
5a121d9
🔖 Version 2.1.2.2
thinkyhead Feb 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🔥 Remove VAkE 403D
thinkyhead committed Feb 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 1b406a3231348d722f82382c69828ce714e850d0
49 changes: 24 additions & 25 deletions Marlin/src/core/boards.h
Original file line number Diff line number Diff line change
@@ -420,31 +420,30 @@
#define BOARD_LERDGE_K 5218 // Lerdge K (STM32F407ZG)
#define BOARD_LERDGE_S 5219 // Lerdge S (STM32F407VE)
#define BOARD_LERDGE_X 5220 // Lerdge X (STM32F407VE)
#define BOARD_VAKE403D 5221 // VAkE 403D (STM32F446VE)
#define BOARD_FYSETC_S6 5222 // FYSETC S6 (STM32F446VE)
#define BOARD_FYSETC_S6_V2_0 5223 // FYSETC S6 v2.0 (STM32F446VE)
#define BOARD_FYSETC_SPIDER 5224 // FYSETC Spider (STM32F446VE)
#define BOARD_FLYF407ZG 5225 // FLYmaker FLYF407ZG (STM32F407ZG)
#define BOARD_MKS_ROBIN2 5226 // MKS Robin2 V1.0 (STM32F407ZE)
#define BOARD_MKS_ROBIN_PRO_V2 5227 // MKS Robin Pro V2 (STM32F407VE)
#define BOARD_MKS_ROBIN_NANO_V3 5228 // MKS Robin Nano V3 (STM32F407VG)
#define BOARD_MKS_ROBIN_NANO_V3_1 5229 // MKS Robin Nano V3.1 (STM32F407VE)
#define BOARD_MKS_MONSTER8_V1 5230 // MKS Monster8 V1 (STM32F407VE)
#define BOARD_MKS_MONSTER8_V2 5231 // MKS Monster8 V2 (STM32F407VE)
#define BOARD_ANET_ET4 5232 // ANET ET4 V1.x (STM32F407VG)
#define BOARD_ANET_ET4P 5233 // ANET ET4P V1.x (STM32F407VG)
#define BOARD_FYSETC_CHEETAH_V20 5234 // FYSETC Cheetah V2.0 (STM32F401RC)
#define BOARD_TH3D_EZBOARD_V2 5235 // TH3D EZBoard v2.0 (STM32F405RG)
#define BOARD_OPULO_LUMEN_REV3 5236 // Opulo Lumen PnP Controller REV3 (STM32F407VE / STM32F407VG)
#define BOARD_MKS_ROBIN_NANO_V1_3_F4 5237 // MKS Robin Nano V1.3 and MKS Robin Nano-S V1.3 (STM32F407VE)
#define BOARD_MKS_EAGLE 5238 // MKS Eagle (STM32F407VE)
#define BOARD_ARTILLERY_RUBY 5239 // Artillery Ruby (STM32F401RC)
#define BOARD_FYSETC_SPIDER_V2_2 5240 // FYSETC Spider V2.2 (STM32F446VE)
#define BOARD_CREALITY_V24S1_301F4 5241 // Creality v2.4.S1_301F4 (STM32F401RC) as found in the Ender-3 S1 F4
#define BOARD_OPULO_LUMEN_REV4 5242 // Opulo Lumen PnP Controller REV4 (STM32F407VE / STM32F407VG)
#define BOARD_FYSETC_SPIDER_KING407 5243 // FYSETC Spider King407 (STM32F407ZG)
#define BOARD_MKS_SKIPR_V1 5244 // MKS SKIPR v1.0 all-in-one board (STM32F407VE)
#define BOARD_TRONXY_V10 5245 // TRONXY V10 (STM32F446ZE)
#define BOARD_FYSETC_S6 5221 // FYSETC S6 (STM32F446VE)
#define BOARD_FYSETC_S6_V2_0 5222 // FYSETC S6 v2.0 (STM32F446VE)
#define BOARD_FYSETC_SPIDER 5223 // FYSETC Spider (STM32F446VE)
#define BOARD_FLYF407ZG 5224 // FLYmaker FLYF407ZG (STM32F407ZG)
#define BOARD_MKS_ROBIN2 5225 // MKS Robin2 V1.0 (STM32F407ZE)
#define BOARD_MKS_ROBIN_PRO_V2 5226 // MKS Robin Pro V2 (STM32F407VE)
#define BOARD_MKS_ROBIN_NANO_V3 5227 // MKS Robin Nano V3 (STM32F407VG)
#define BOARD_MKS_ROBIN_NANO_V3_1 5228 // MKS Robin Nano V3.1 (STM32F407VE)
#define BOARD_MKS_MONSTER8_V1 5229 // MKS Monster8 V1 (STM32F407VE)
#define BOARD_MKS_MONSTER8_V2 5230 // MKS Monster8 V2 (STM32F407VE)
#define BOARD_ANET_ET4 5231 // ANET ET4 V1.x (STM32F407VG)
#define BOARD_ANET_ET4P 5232 // ANET ET4P V1.x (STM32F407VG)
#define BOARD_FYSETC_CHEETAH_V20 5233 // FYSETC Cheetah V2.0 (STM32F401RC)
#define BOARD_TH3D_EZBOARD_V2 5234 // TH3D EZBoard v2.0 (STM32F405RG)
#define BOARD_OPULO_LUMEN_REV3 5235 // Opulo Lumen PnP Controller REV3 (STM32F407VE / STM32F407VG)
#define BOARD_MKS_ROBIN_NANO_V1_3_F4 5236 // MKS Robin Nano V1.3 and MKS Robin Nano-S V1.3 (STM32F407VE)
#define BOARD_MKS_EAGLE 5237 // MKS Eagle (STM32F407VE)
#define BOARD_ARTILLERY_RUBY 5238 // Artillery Ruby (STM32F401RC)
#define BOARD_FYSETC_SPIDER_V2_2 5239 // FYSETC Spider V2.2 (STM32F446VE)
#define BOARD_CREALITY_V24S1_301F4 5240 // Creality v2.4.S1_301F4 (STM32F401RC) as found in the Ender-3 S1 F4
#define BOARD_OPULO_LUMEN_REV4 5241 // Opulo Lumen PnP Controller REV4 (STM32F407VE / STM32F407VG)
#define BOARD_FYSETC_SPIDER_KING407 5242 // FYSETC Spider King407 (STM32F407ZG)
#define BOARD_MKS_SKIPR_V1 5243 // MKS SKIPR v1.0 all-in-one board (STM32F407VE)
#define BOARD_TRONXY_V10 5244 // TRONXY V10 (STM32F446ZE)

//
// ARM Cortex-M7
6 changes: 4 additions & 2 deletions Marlin/src/pins/pins.h
Original file line number Diff line number Diff line change
@@ -679,8 +679,6 @@
#include "stm32f4/pins_LERDGE_S.h" // STM32F4 env:LERDGES env:LERDGES_usb_flash_drive
#elif MB(LERDGE_X)
#include "stm32f4/pins_LERDGE_X.h" // STM32F4 env:LERDGEX env:LERDGEX_usb_flash_drive
#elif MB(VAKE403D)
#include "stm32f4/pins_VAKE403D.h" // STM32F4
#elif MB(FYSETC_S6)
#include "stm32f4/pins_FYSETC_S6.h" // STM32F4 env:FYSETC_S6 env:FYSETC_S6_8000
#elif MB(FYSETC_S6_V2_0)
@@ -844,6 +842,7 @@
#define BOARD_BTT_SKR_SE_BX 99924
#define BOARD_MKS_MONSTER8 99925
#define BOARD_LINUX_RAMPS 99926
#define BOARD_VAKE403D 99928

#if MB(MKS_13)
#error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration."
@@ -901,6 +900,8 @@
#error "BOARD_MKS_MONSTER8 is now BOARD_MKS_MONSTER8_V1 or BOARD_MKS_MONSTER8_V2. Please update your configuration."
#elif MB(LINUX_RAMPS)
#error "BOARD_LINUX_RAMPS is now BOARD_SIMULATED. Please update your configuration."
#elif MB(VAKE403D)
#error "BOARD_VAKE403D is no longer supported in Marlin."
#elif defined(MOTHERBOARD)
#error "Unknown MOTHERBOARD value set in Configuration.h."
#else
@@ -935,6 +936,7 @@
#undef BOARD_BTT_SKR_SE_BX
#undef BOARD_MKS_MONSTER8
#undef BOARD_LINUX_RAMPS
#undef BOARD_VAKE403D

#endif

226 changes: 0 additions & 226 deletions Marlin/src/pins/stm32f4/pins_VAKE403D.h

This file was deleted.