bigtreetech / BIGTREETECH-SKR-mini-E3

BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
2k stars 1.98k forks source link

V3 X and Y DIAG PIN #615

Open Sallynator opened 2 years ago

Sallynator commented 2 years ago

can someone tell me the pin name3s of the x and y diag pins for klipper configuration ? ive been searching for hours and cant find anything...

radek8 commented 2 years ago

I found it in 3 minutes :-)

SKR-mini-E3-V3.0 X_DIAG_PIN PC0 // X-STOP Y_DIAG_PIN PC1 // Y-STOP

image

radek8 commented 2 years ago

image

Sallynator commented 2 years ago

thank u for this but it seems it wont accept those pins like this

[stepper_x] step_pin: PB13 dir_pin: !PB12 enable_pin: !PB14 diag_pin:PC0 microsteps: 16 rotation_distance: 40 endstop_pin: tmc2209_stepper_x:virtual_endstop position_endstop: 0 position_max: 235 homing_speed: 20 homing_retract_dist:0

did i do anything wrong ?

Sallynator commented 2 years ago

[stepper_x] step_pin: PB13 dir_pin: !PB12 enable_pin: !PB14 diag_pin:PC0 microsteps: 16 rotation_distance: 40 endstop_pin: tmc2209_stepper_x:virtual_endstop position_endstop: 0 position_max: 235 homing_speed: 20 homing_retract_dist:0

[tmc2209 stepper_x] uart_pin: PC11 tx_pin: PC10 uart_address: 0 run_current: 0.580 stealthchop_threshold: 1 driver_SGTHRS: 50

[stepper_y] step_pin: PB10 dir_pin: !PB2 enable_pin: !PB11 diag_pin:PC1 microsteps: 16 rotation_distance: 40 endstop_pin: tmc2209_stepper_y:virtual_endstop position_endstop: 0 position_max: 235 homing_speed: 20 homing_retract_dist:0

[tmc2209 stepper_y] uart_pin: PC11 tx_pin: PC10 uart_address: 2 run_current: 0.580 stealthchop_threshold: 1 driver_SGTHRS: 50

[stepper_z] step_pin: PB0 dir_pin: PC5 enable_pin: !PB1 microsteps: 16 rotation_distance: 8

endstop_pin: ^PC2

position_endstop: 0.0

endstop_pin: probe:z_virtual_endstop endstop_pin: ^PC2 position_endstop: 0.0 position_max: 250

[tmc2209 stepper_z] uart_pin: PC11 tx_pin: PC10 uart_address: 1 run_current: 2.0 stealthchop_threshold: 1

radek8 commented 2 years ago

I wrote you the pin number on the processor. I use Marlin. I don't know the writing script for klipper.

radek8 commented 2 years ago

https://www.klipper3d.org/TMC_Drivers.html