mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-20 00:22:29 +00:00
🐛 Fix Chitu Z_STOP_PIN (#23330)
This commit is contained in:
parent
f374fa0eb8
commit
9cee626812
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