🩹 Fix Malyan M300 with S-Curve compile

Fixes #24548
This commit is contained in:
Scott Lahteine
2022-08-04 01:17:10 -05:00
parent 17794e18ae
commit 9a42d1e577
2 changed files with 8 additions and 5 deletions

View File

@ -51,10 +51,13 @@
//
// Limit Switches
//
#define X_MAX_PIN PC13
#define Y_MAX_PIN PC14
#define Z_MAX_PIN PC15
#define Z_MIN_PIN PB7
#define X_STOP_PIN PC13
#define Y_STOP_PIN PC14
#define Z_STOP_PIN PC15
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN PB7
#endif
//
// Steppers