Bear Upgrade SKR 1.4T + TMC2209 + BLTOUCH

Oprogramowanie sterownika drukarki i do łączenia komputera z drukarką
Awatar użytkownika
PioDes
Konto z ograniczeniami
Postów w temacie: 2
Posty: 77
Rejestracja: 25 mar 2020, 01:35
Lokalizacja: Śląsk
Drukarka: Ender 5
x 4

Bear Upgrade SKR 1.4T + TMC2209 + BLTOUCH

Post autor: PioDes »

Moi mili jak w temacie,
klipper status Ready ale są problemy:
1. Home Z igła wysuwa się głowica leci w dół i uderza stół nie współpracuje płyta z BLTOUCH i nie bierze pod uwagę igły
2. Hme X Y i wyskakuje komunikat - Must home axis first: -10.000 0.000 0.000 [0.000]

Poniżej cały print ctg

[mcu]
serial: /dev/serial/by-id/usb-Klipper_lpc1769_1050010D871C4AAF3D367C5DC12000F5-if00

# [homing_override]
# gcode:
# G1 Z8
# G28 X0 Y0
# G1 X101 Y100 F5000
# G28 Z0
# set_position_z: 0

# This file contains common pin mappings for the BIGTREETECH SKR V1.4
# board. To use this config, the firmware should be compiled for the
# LPC1768 or LPC1769(Turbo).

# See docs/Config_Reference.md for a description of parameters.

[stepper_x]
step_pin: P2.2
dir_pin: P2.6
enable_pin: P2.1
microsteps: 32
rotation_distance: 40
# endstop_pin: !P1.29
endstop_pin: tmc2209_stepper_x:virtual_endstop
position_endstop: 0
position_max: 235
homing_speed: 100
homing_retract_dist: 0

[stepper_y]
step_pin: P0.19
dir_pin: !P0.20
enable_pin: !P2.8
microsteps: 32
rotation_distance: 40
# endstop_pin: !P1.28
endstop_pin: tmc2209_stepper_y:virtual_endstop
position_endstop: 0
position_max: 210
homing_speed: 100
homing_retract_dist: 0

[stepper_z]
step_pin: P0.22
dir_pin: P2.11
enable_pin: !P0.21
microsteps: 16
rotation_distance: 8
# endstop_pin: !P1.27
# position_endstop: 0.0
position_max: 210
# FOR PROBE
position_min: -2
endstop_pin: probe:z_virtual_endstop

[stepper_z1]
step_pin: P1.15
dir_pin: P1.14
enable_pin: !P1.16
microsteps: 16
rotation_distance: 8

[extruder]
step_pin: P2.13
dir_pin: !P0.11
enable_pin: !P2.12
microsteps: 16
rotation_distance: 678
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: P2.7
sensor_type: ATC Semitec 104GT-2
sensor_pin: P0.24
control: pid
pid_Kp: 27.2
pid_Ki: 0.55
pid_Kd: 83.15
min_temp: 0
max_temp: 285



[heater_bed]
heater_pin: P2.5
sensor_type: EPCOS 100K B57560G104F
sensor_pin: P0.25
control: pid
pid_Kp: 12.6
pid_Ki: 0.54
pid_Kd: 193.41
min_temp: 0
max_temp: 110


#[probe]
#pin: P1.27
#x_offset: 36.
#y_offset: 19.
#z_offset: 1.88
#speed: 10.0

[fan]
pin: P2.3

[printer]
kinematics: cartesian
max_velocity: 400
max_accel: 500
max_z_velocity: 10
max_z_accel: 100

########################################
# TMC2209 configuration
########################################

[tmc2209 stepper_x]
uart_pin: P1.10
run_current: 1.2
hold_current: 0.950
stealthchop_threshold: 999999
diag_pin: P1.29 #sensorless homing
driver_SGTHRS: 100 #sensorless homing


[tmc2209 stepper_y]
uart_pin: P1.9
run_current: 1.2
hold_current: 0.950
stealthchop_threshold: 999999
diag_pin: P1.28 #sensorless homing
driver_SGTHRS: 90 #sensorless homing

[tmc2209 stepper_z]
uart_pin: P1.8
run_current: 1.2
hold_current: 0.700
stealthchop_threshold: 999999
diag_pin: P1.27 #sensorless homing
#driver_SGTHRS: 100 #sensorless homing

[tmc2209 stepper_z1]
uart_pin: P1.1
run_current: 1.2
hold_current: 0.700
stealthchop_threshold: 999999
diag_pin: P1.25 #sensorless homing
#driver_SGTHRS: 100

[tmc2209 extruder]
uart_pin: P1.4
run_current: 1.0
hold_current: 0.550
#stealthchop_threshold: 999999
diag_pin: P1.26 #sensorless homing
#driver_SGTHRS: 100 #sensorless homing





########################################
# EXP1 / EXP2 (display) pins
########################################

[display]
lcd_type: hd44780
rs_pin: EXP1_4
e_pin: EXP1_3
d4_pin: EXP1_5
d5_pin: EXP1_6
d6_pin: EXP1_7
d7_pin: EXP1_8
encoder_pins: ^EXP2_3, ^EXP2_5
click_pin: ^!EXP1_2
#kill_pin: ^!EXP2_8

#[output_pin beeper]
#pin: EXP1_1


[board_pins]
aliases:
# EXP1 header
EXP1_1=P1.30, EXP1_3=P1.18, EXP1_5=P1.20, EXP1_7=P1.22, EXP1_9=<GND>,
EXP1_2=P0.28, EXP1_4=P1.19, EXP1_6=P1.21, EXP1_8=P1.23, EXP1_10=<5V>,
# EXP2 header
EXP2_1=P0.17, EXP2_3=P3.26, EXP2_5=P3.25, EXP2_7=P1.31, EXP2_9=<GND>,
EXP2_2=P0.15, EXP2_4=P0.16, EXP2_6=P0.18, EXP2_8=<RST>, EXP2_10=<NC>
# Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "ssp0"

# See the sample-lcd.cfg file for definitions of common LCD displays.

[bltouch]
sensor_pin: P0.10
control_pin: !P2.0
x_offset: 23
y_offset: 5
z_offset: 0.35
samples_result:average
probe_with_touch_mode: true
stow_on_each_sample: false
----------------
Bear Upgrade - SKR 1.4 TURBO; Dysza 0,4; 5; Orbiter 1.5; Direct: E3D V6;
----------------
MK3S klon Triangelab - Dysza 0,4; 5; Orbiter 2.0; Direct: E3D V6; liniówki z wózkami na Y
Awatar użytkownika
morf
Drukarz
Postów w temacie: 1
Posty: 3203
Rejestracja: 17 sty 2017, 12:28
Drukarka: Reprapy, Prusa MK3S
x 1575

Re: Bear Upgrade SKR 1.4T + TMC2209 + BLTOUCH

Post autor: morf »

Kosmetycznie wrzucaj w tagi

Kod: Zaznacz cały

[code]
[/code]
Done is better than perfect.
Awatar użytkownika
artusiek
Postów w temacie: 2
Posty: 299
Rejestracja: 29 mar 2017, 22:51
Lokalizacja: Czadrów
Drukarka: PrusMK3s,Fullbear...
x 54

Re: Bear Upgrade SKR 1.4T + TMC2209 + BLTOUCH

Post autor: artusiek »

Nie wiem jak masz podłączony BLTOUCH . U mnie na SKR1.4T mam tak

Kod: Zaznacz cały

[probe]
pin: P1.27
x_offset: -23
y_offset: -9
# set this to your Live Z Offset, but negated (invert the sign)
# dla złotej karbowanej 
#z_offset = 0.686
# dla PEI gładka 
z_offset= 0.669

speed: 4.0
samples: 3
sample_retract_dist:1.5
samples_result: average
samples_tolerance: 0.050

.....

[stepper_z]
step_pin: P0.22
dir_pin: P2.11
enable_pin: !P0.21
microsteps: 16
rotation_distance: 8
endstop_pin: probe:z_virtual_endstop
position_max: 200
position_min: -5
homing_speed: 8
#second_homing_speed: 8
homing_retract_dist: 7


i działa
Artusiek
Prusa MK3s ; FullBear ; Bambu X1 , Hevo ( duża przeróbka)
Awatar użytkownika
artusiek
Postów w temacie: 2
Posty: 299
Rejestracja: 29 mar 2017, 22:51
Lokalizacja: Czadrów
Drukarka: PrusMK3s,Fullbear...
x 54

Re: Bear Upgrade SKR 1.4T + TMC2209 + BLTOUCH

Post autor: artusiek »

printer.txt
printer.cfg z zmienionym rozszerzeniem
(7.93 KiB) Pobrany 64 razy
W załączeniu plik printer.cfg z mojej Bear - rozszerzenie zmienione na .txt
Płyta SKR1.4 T .
Tak jak pisałem z Curą 5 mam problem - opisze w nowym watki .
Z innych slicerów działa bez problemów
Artusiek
Prusa MK3s ; FullBear ; Bambu X1 , Hevo ( duża przeróbka)
Awatar użytkownika
PioDes
Konto z ograniczeniami
Postów w temacie: 2
Posty: 77
Rejestracja: 25 mar 2020, 01:35
Lokalizacja: Śląsk
Drukarka: Ender 5
x 4

Re: Bear Upgrade SKR 1.4T + TMC2209 + BLTOUCH

Post autor: PioDes »

artusiek pisze:
printer.txt
W załączeniu plik printer.cfg z mojej Bear - rozszerzenie zmienione na .txt
Płyta SKR1.4 T .
Tak jak pisałem z Curą 5 mam problem - opisze w nowym watki .
Z innych slicerów działa bez problemów

Bardzo, bardzo dziękuję :piwo: :piwo: :piwo:
----------------
Bear Upgrade - SKR 1.4 TURBO; Dysza 0,4; 5; Orbiter 1.5; Direct: E3D V6;
----------------
MK3S klon Triangelab - Dysza 0,4; 5; Orbiter 2.0; Direct: E3D V6; liniówki z wózkami na Y
ODPOWIEDZ

Wróć do „Firmware'y i hosty”