This article provides changes in your Klipper configuration (printer.cfg) necessary for Materium to work.
These changes are meant to replace the values already present in a working printer.cfg.
Only [extruder] and [bltouch] needs modification. The rest may be made because of size difference between your old extruder and Materium, if there’s any. To simulate the dimensions, find the CAD here.
The temperature sensor in Materium is PT1000, and directly connects to your printer motherboard without amplifiers. If you had intermediate boards like MAX31865 for example, skip it. If they’re built-in, you need to find a free ADC-enabled pin for the PT1000.
[extruder] max_extrude_only_distance: 2000 max_extrude_cross_section: 200 max_extrude_only_accel: 200 step_pin: (your step_pin) dir_pin: (your dir_pin) enable_pin: (your enable_pin) microsteps: 16 rotation_distance: 2.5 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: (your heater_pin) sensor_type: PT1000 pullup_resistor: 4700 sensor_pin: (your sensor_pin) control = pid pid_Kp=21.752 pid_Ki=2.959 pid_Kd=39.969 min_temp: 0 max_temp: 350 [bltouch] sensor_pin: (your sensor_pin) control_pin: (your control_pin) probe_with_touch_mode: true stow_on_each_sample: false speed:5 lift_speed:20 x_offset: 0 y_offset: 37