klipper icon indicating copy to clipboard operation
klipper copied to clipboard

config: Allow nozzle_diameter to be slightly larger than filament_dia…

Open sprior opened this issue 2 years ago • 2 comments

Allow for the configured nozzle_diameter to be slightly larger than the filament_diameter. And example of this is a 1.8mm CHT nozzle with 1.75mm filament which some have had success with.

sprior avatar Oct 03 '22 01:10 sprior

Is there anymore I need to do to get this accepted?

sprior avatar Oct 08 '22 20:10 sprior

Please note that the commits need to be formatted according to the following requirements: https://www.klipper3d.org/CONTRIBUTING.html#format-of-commit-messages (you need to provide a Signed-off-by line that indicates you agree to the developer certificate of origin).

Otherwise, note that nozzle diameter is only used for some sanity-checking of the gcode, so even if you use a nozzle of 1.8mm, you don't really have to set it that way in the config. Just setting it to something like 1mm should generally suffice. But in principle the change can be merged, I think.

dmbutyugin avatar Oct 15 '22 13:10 dmbutyugin