M175V2 Settings Request

Hi I am trying to run my TAZ6 with M175V2 0.5 with Klipper. I need the settings for the toolhead. What’s currently in the printer.cfg is below. Where do I find these settings for the M175V2 0.5? Thank you

settings for “Tilapia” Hexagon extruder (TAZ6 standard)

[extruder]
step_pin: PC3
dir_pin: !PL6
enable_pin: !PA4
microsteps: 16
gear_ratio: 48:9
rotation_distance: 20.562
nozzle_diameter: 0.400
filament_diameter: 2.920
heater_pin: PH6
sensor_type: ATC Semitec 104GT-2
sensor_pin: PF0
control: pid
pid_Kp: 28.79
pid_Ki: 1.91
pid_Kd: 108.51
min_temp: 0
max_temp: 300
min_extrude_temp: 140

Pins should still be right, but the direction might need to be swapped. So dir_pin to PL6 instead of !PL6 if it retracts when it should be extruding.

For the rest:
You’re looking for general Bondtech BMG settings for the extruder:
microsteps: 16
gear_ratio: 50:17
rotation_distance: 23.056

And these are changed for the Mosquito hotend - the PID settings are my own, you will want to autotune that so it’s set correctly for your conditions:

nozzle_diameter: 0.50
filament_diameter: 1.75
pid_Kp: 22.29
pid_Ki: 2.03
pid_Kd: 61.17

The rest of those settings stay the same.

This is awesome thank you!

Is there a way to obtain the leveling probe coordinates from the TAZ6 FW as well?

I also noticed that with Klipper it does not touch the first of the four probe points until the very end of the leveling process.

If you’re going to the trouble of building on Klipper, please don’t stick with the washer-based leveling. It’s just a mess with the nozzle never being quite clean enough. Slap a BLTouch on there and do a 25-point level.

1 Like