sudo nano /etc/network/interfaces.d/can0
allow-hotplug can0 iface can0 can static bitrate 1000000 up ifconfig $IFACE txqueuelen 1024
biqu@BTT-CB1:~/klipper$ ~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0 Found canbus_uuid=539892be834d, Application: Klipper Total 1 uuids found
~/klipper/config/generic-bigtreetech-skr-mini-e3-v2.0.cfg
TMC uart rx and tx pins must be on the same mcu
## Connected to X-MOT (B Motor) [stepper_x]
## Connected to Y-MOT (A Motor) [stepper_y]
QUERY_ENDSTOPS
TBD
[force_move] enable_force_move: true # Set to true to enable FORCE_MOVE and SET_KINEMATIC_POSITION # extended G-Code commands. The default is false.
G91
absetzen für Inkrementellen Stepper Betriebendstop_pin
wandert in den TMC2209 Bereich vom Stepper mit Pullup: [stepper_x] endstop_pin: PC0
→ [tmc2209 stepper_x] diag_pin: ^PC0
endstop_pin
wird virtuell[stepper_x] endstop_pin: PC0
, nachher : [stepper_x] endstop_pin: tmc2209_stepper_x:virtual_endstop
[tmc2209 stepper_x] driver_SGTHRS: 255
homing_retract_dist
auf 0 setzen : [stepper_x] homing_retract_dist: 0
homing_speed
auf die Hälfte der rotation_distance setzen : [stepper_x] homing_speed: 20
SET_TMC_FIELD FIELD=SGTHRS STEPPER=stepper_x VALUE=255
in the console. Start with the most sensitive value for the StallGuard threshold based on which kind of TMC driver you’re using (255 for TMC2209, or -64 for TMC2130/TMC2660/TMC5160).G28 X0
to see if the toolhead moves along the X axis.G91
G1 X-10
to back the toolhead off after hitting the end of the rail (assuming you’re homing to the maximum X value) or else homing the other axis will not work properly.M106 S64
PID_CALIBRATE HEATER=extruder TARGET=210
(vorwiegend PLA)SAVE_CONFIG
PID_CALIBRATE HEATER=heater_bed TARGET=60
(vorwiegend PLA)SAVE_CONFIG
[stepper_z]
die Endwerte hoch setzen größer als es istposition_endstop : 150.0
position_max : 150
G1 Z140