본문으로 건너뛰기

다중 Z 참조 설정

듀얼 Z 단일 리미트 스위치

  • 두 번째 Z 구성에서 endstop_pin:을 추가하지 않아도 됩니다.

    [stepper_z]
    step_pin: PA5
    dir_pin: PA4
    enable_pin: !PA6
    rotation_distance: 4
    full_steps_per_rotation: 200
    microsteps: 16
    endstop_pin: ^!PA9
    position_endstop: 0
    position_max: 300
    homing_speed: 50
    homing_retract_dist: 5

    [stepper_z1]
    step_pin: PB10
    dir_pin: PB2
    enable_pin: !PB11
    rotation_distance: 4
    full_steps_per_rotation: 200
    microsteps: 16
    step_pulse_duration: 0.000004

듀얼 Z 쌍방향 리미트 스위치

  • 두 번째 Z 구성에서 endstop_pin:을 추가해야 합니다.

    [stepper_z]
    step_pin: PA5
    dir_pin: PA4
    enable_pin: !PA6
    rotation_distance: 4
    full_steps_per_rotation: 200
    microsteps: 16
    endstop_pin: ^!PA9
    position_endstop: 0
    position_max: 300
    homing_speed: 50
    homing_retract_dist: 5
    step_pulse_duration: 0.000004

    [stepper_z1]
    step_pin: PB10
    dir_pin: PB2
    enable_pin: !PB11
    rotation_distance: 4
    full_steps_per_rotation: 200
    microsteps: 16
    step_pulse_duration: 0.000004
    endstop_pin: ^!PA10

듀얼 Z 프로브 또는 BL 터치 사용

  • 첫 번째 Z 구성의 endstop_pin: 뒤의 핀을 probe:z_virtual_endstop으로 수정합니다.

  • 프로브 또는 BL 터치를 설정해야 합니다.

    [stepper_z]
    step_pin: PA5
    dir_pin: PA4
    enable_pin: !PA6
    rotation_distance: 4
    full_steps_per_rotation: 200
    microsteps: 16
    endstop_pin: probe:z_virtual_endstop
    # position_endstop: 0
    position_max: 300
    homing_speed: 50
    homing_retract_dist: 5
    step_pulse_duration: 0.000004

    [probe]
    pin: ^PB4 # 신호 인터페이스
    x_offset: 0 # X 축 - 센서의 노즐에 대한 오프셋
    y_offset: 0 # Y 축 - 센서의 노즐에 대한 오프셋
    #z_offset: 0 # Z 축 - 센서의 노즐에 대한 오프셋
    speed: 3.0 # 레벨링 속도
    lift_speed: 5 # 프로브를 들어올리는 속도
    samples: 3 # 샘플 횟수
    samples_result: median # 결과 값 방식 (기본값은 중간값)
    sample_retract_dist: 3.0 # 레벨링 후퇴 거리
    samples_tolerance: 0.075 # 샘플링 오차 (작은 값은 샘플링 횟수가 증가할 수 있음)
    samples_tolerance_retries: 3 # 오차 초과 재시도 횟수