mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-18 15:21:25 +00:00
🐛 Fix Chitu Z_STOP_PIN (#23330)
This commit is contained in:
parent
cc4578a3d3
commit
570c7e8638
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "Chitu3D V5"
|
#define BOARD_INFO_NAME "Chitu3D V5"
|
||||||
|
|
||||||
#define Z_STOP_PIN PG9
|
#define Z_STOP_PIN PA14
|
||||||
|
|
||||||
#include "pins_CHITU3D_common.h"
|
#include "pins_CHITU3D_common.h"
|
||||||
|
|
Loading…
Reference in a new issue