pin naming and format

This commit is contained in:
Axel Sepulveda 2025-10-03 01:14:00 -03:00
parent e4feec9d83
commit 518f8a8ef6

View file

@ -47,12 +47,9 @@
//
// Limit Switches: X and Y go to max, Z to min
//
// #define X_MIN_PIN 30 // C7
#define X_MAX_PIN 30 // C7
// #define Y_MIN_PIN 31 // C6
#define Y_MAX_PIN 31 // C6
#define Z_MIN_PIN 32 // C5
// #define Z_MAX_PIN 42 // L7
#define X_STOP_PIN 30 // C7
#define Y_STOP_PIN 31 // C6
#define Z_MIN_PIN 32 // C5
//
// Z Probe (when not Z_MIN_PIN)