# This file contains an example configuration for the Replicape rev B3 # board. To use this config, one must compile and install the # micro-controller code for the "Beaglebone PRU", and then compile and # install the micro-controller code a second time for a "Linux # process". # NOTE: Klipper does not alter the input/output state of the # Beaglebone pins and it does not control their pull-up resistors. # Typically the correct settings are automatically applied when the # Beaglebone detects the Replicape board, but if changes are needed # they must be specified in a "device tree overlay" or via the # config-pin program. # See the example.cfg file for a description of available parameters. [mcu] serial: /dev/rpmsg_pru30 pin_map: beaglebone [mcu host] serial: /tmp/klipper_host_mcu # The "replicape" config section adds "replicape:stepper_x_enable" # virtual stepper enable pins (for steppers x, y, z, e, and h) and # "replicape:power_x" PWM output pins (for hotbed, e, h, fan0, fan1, # fan2, and fan3) that may then be used elsewhere in the config file. [replicape] revision: B3 # The replicape hardware revision. Currently only revision "B3" is # supported. This parameter must be provided. #enable_pin: !P9_41 # The replicape global enable pin. The default is !P9_41. host_mcu: host # The name of the mcu config section that communicates with the # Klipper "linux process" mcu instance. This parameter must be # provided. #standstill_power_down: False # This parameter controls the CFG6_ENN line on all stepper # motors. True sets the enable lines to "open". The default is # False. #servo0_enable: True # This parameter controls whether end_stop_X_2 is used for endstops # (via P9_11) or for servo_0 (via P9_14). The default is False. #servo1_enable: False # This parameter controls whether end_stop_Y_2 is used for endstops # (via P9_28) or for servo_1 (via P9_16). The default is False. stepper_x_microstep_mode: spread16 # This parameter controls the CFG1 and CFG2 pins of the given # stepper motor driver. Available options are: disable, 1, 2, # spread2, 4, 16, spread4, spread16, stealth4, and stealth16. The # default is disable. stepper_x_current: 0.5 # The configured maximum current (in Amps) of the stepper motor # driver. This parameter must be provided if the stepper is not in a # disable mode. #stepper_x_chopper_off_time_high: False # This parameter controls the CFG0 pin of the stepper motor driver # (True sets CFG0 high, False sets it low). The default is False. #stepper_x_chopper_hysteresis_high: False # This parameter controls the CFG4 pin of the stepper motor driver # (True sets CFG4 high, False sets it low). The default is False. #stepper_x_chopper_blank_time_high: True # This parameter controls the CFG5 pin of the stepper motor driver # (True sets CFG5 high, False sets it low). The default is True. stepper_y_microstep_mode: spread16 stepper_y_current: 0.5 stepper_z_microstep_mode: spread16 stepper_z_current: 0.5 stepper_e_microstep_mode: 16 stepper_e_current: 0.5 [stepper_x] step_pin: P8_17 dir_pin: !P8_26 enable_pin: replicape:stepper_x_enable step_distance: .0125 endstop_pin: ^P9_25 position_endstop: 0 position_max: 235 homing_speed: 50 [stepper_y] step_pin: P8_12 dir_pin: !P8_19 enable_pin: replicape:stepper_y_enable step_distance: .0125 endstop_pin: ^P9_23 position_endstop: 0 position_max: 235 homing_speed: 50 [stepper_z] step_pin: P8_13 dir_pin: P8_14 enable_pin: replicape:stepper_z_enable step_distance: .0025 #endstop_pin: ^P9_13 endstop_pin: probe:z_virtual_endstop position_min: -2 #position_endstop: 0 position_max: 250 [printer] kinematics: cartesian max_velocity: 300 max_accel: 3000 max_z_velocity: 25 max_z_accel: 30 [extruder] step_pin: P9_12 dir_pin: !P8_15 enable_pin: replicape:stepper_e_enable step_distance: 0.010036 #step_distance: 0.010526 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: replicape:power_e sensor_type: EPCOS 100K B57560G104F sensor_pin: host:analog4 control: pid pid_Kp: 22.2 pid_Ki: 1.08 pid_Kd: 114 min_temp: 0 max_temp: 250 [heater_bed] heater_pin: replicape:power_hotbed sensor_type: EPCOS 100K B57560G104F sensor_pin: host:analog6 control: watermark min_temp: 0 max_temp: 130 [fan] pin: replicape:power_fan0 [bed_mesh] min_point: 35,5 max_point: 200,200 probe_count: 3,3 fade_start: 1.0 fade_end: 5.0 [bltouch] sensor_pin: ^P9_13 control_pin: replicape:servo0 x_offset: -43 y_offset: 4 z_offset: 1.1 [homing_override] set_position_z: 0 axes: z gcode: G90 ; Uncomment these 2 lines to blindly lift the Z 2mm at start G1 Z2 F600 G28 X0 Y0 G1 X100 Y100 F3600 G28 Z0 [output_pin case_fan] pin: replicape:power_fan3 pwm: 1 static_value: 1 [heater_fan my_nozzle_fan] pin: replicape:power_fan2 heater: extruder heater_temp: 50.0 fan_speed: 1.0