bigtreetech / SKR-3

156 stars 63 forks source link

Diag Pins??? #17

Open garylefebvreg opened 2 years ago

garylefebvreg commented 2 years ago

Hello, can someone tell me the diag_pins for X axis and y axis, so that i can use sensorless homing???

JoaquinBerrios commented 2 years ago

According to the pin definitions in the Marlin config of this repo they are:

// Trinamic Stallguard pins //

define X_DIAG_PIN PC1 // X-STOP

define Y_DIAG_PIN PC3 // Y-STOP

define Z_DIAG_PIN PC0 // Z-STOP

define E0_DIAG_PIN PC2 // E0DET

define E1_DIAG_PIN PA0 // E1DET

garylefebvreg commented 2 years ago

Thank you, JoaquinBerrios!!!