Ender 2 Pro CRTouch configuration, with a little discussion on the installation.

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.ย. 2024
  • This is just a short clip talking about adding CRTouch to Ender 2 S1 pro, with included config example needed to get the prob operating and add ben mesh and other menu items missing. I also added the manual bed screw settings to get that via menu system as well. I found that for most people when you are new to 3d printing like myself you find that these “Ender CR touch. BL Touch videos seem to focus on the hardware install, then they say “Now configure it” but never tell you what to configure, and if you google Ender 2 Pro CRTouch good luck finding this configuration information.
    If this video was useful to you please hit that like button and leave me a comment, question, critique etc. I am glad we have this resource to share information.
    My example printer.cfg you can use it as a guide and although you may have a Ender 2 Pro make sure you test anything before running it for real. Use my settings at your own risk. Items commented are the important settings these will enable the CRTouch to work, and provide you with menu options in KlipperScreen for bed mesh, Z-offset(if not present), manual leveling via screws in menu. (note you can delete the comments from the values i.e. "// blah blah blah"
    [stepper_x]
    step_pin: PC2
    dir_pin: PB9
    enable_pin: !PC3
    microsteps: 16
    rotation_distance: 40
    endstop_pin: ^PA5
    position_min: -20
    position_endstop: -20
    position_max: 175 // This was my max travel on x axis to ensure bed mesh can clear nozzle over bed limit.
    homing_speed: 50
    [stepper_y]
    step_pin: PB8
    dir_pin: PB7
    enable_pin: !PC3
    microsteps: 16
    rotation_distance: 40
    endstop_pin: ^PA6
    position_min: -5
    position_endstop: -5
    position_max: 167 // This was my max travel on y axis to ensure bed mesh can run
    homing_speed: 50
    [stepper_z]
    step_pin: PB6
    dir_pin: !PB5
    enable_pin: !PC3
    microsteps: 16
    rotation_distance: 8
    endstop_pin: probe:z_virtual_endstop // needed for Z-endstop via CRTouch
    #endstop_pin: ^PA7 // Comment out
    position_min: -5
    #position_endstop: 1.20 // Comment out
    position_max: 180
    Place these after [Printer] selection
    [bed_screws]
    screw1: 28.50, 35.50
    screw2: 135.50, 35.50
    screw3: 135.50, 132.50
    screw4: 28.50, 132.50
    [bltouch]
    #sensor_pin: ^PC14 // uneeded these are for E3 S1 Pro
    #control_pin: PC13 // uneeded these are for E3 S1 Pro
    sensor_pin: ^PB1 // these are specific to the pinout on E2Pro 4.2.3 mainboard for CRTouch
    control_pin: PB0 // these are specific to the pinout on E2Pro 4.2.3 mainboard for CRTouch
    x_offset: -33
    y_offset: -20
    #z_offset: 2.80 // you can omit this or comment it out not needed
    speed:10
    samples:1
    samples_result:average
    probe_with_touch_mode: true
    stow_on_each_sample: false
    [safe_z_home]
    home_xy_position: 82.5,82.5
    speed: 100
    z_hop: 10
    z_hop_speed: 5
    [bed_mesh]
    speed: 100
    #mesh_min: 58.5,55.5 // uneeded was used during testing
    mesh_min: 30,20
    #mesh_max: 165,153.4 // uneeded was used during testing
    mesh_max: 135, 135
    algorithm: bicubic
    probe_count: 4,4 // 3x3 is probably enough unless you want more granular bed data

ความคิดเห็น • 6

  • @Uncertain_fluff
    @Uncertain_fluff ปีที่แล้ว +2

    where can i find sensor pin and control pin for 2.4.s4 board? i've recently switched to klipper and just bought a bl touch

    • @escuvideo
      @escuvideo 5 หลายเดือนก่อน

      any succes?

  • @banner5432112345
    @banner5432112345 7 หลายเดือนก่อน

    Motheboard 4.2.3 ? Or 2.4s4

  • @tactikool4740
    @tactikool4740 ปีที่แล้ว

    Sorry if I missed it but this is done with klipper correct? Not Marlin?

  • @TomHansen74
    @TomHansen74 2 ปีที่แล้ว

    Hi. would you mind sharing your printer.cfg with me?, I would like to convert to klipper on my ender 2 pro with CR touch.

  • @Si3D
    @Si3D 2 ปีที่แล้ว

    Hi, you did a beautiful job I am oer to install klipper on my ender 2 pro too, can you send me your updated.cfg file I may need it very much thanks