1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 21:36:21 +00:00

🐛 Fix Chitu Z_STOP_PIN (#23330)

This commit is contained in:
ellensp 2021-12-22 13:48:38 +13:00 committed by Scott Lahteine
parent cc4578a3d3
commit 570c7e8638

View File

@ -23,6 +23,6 @@
#define BOARD_INFO_NAME "Chitu3D V5"
#define Z_STOP_PIN PG9
#define Z_STOP_PIN PA14
#include "pins_CHITU3D_common.h"