jschuh / klipper-macros

A collection of useful macros for the Klipper 3D printer firmware
GNU General Public License v3.0
921 stars 167 forks source link

[Enhancement] Heating the hotend after or while finishing the adaptive mesh #187

Closed kilinccagatay closed 10 months ago

kilinccagatay commented 10 months ago

Is it possible to add an option to heat the extruder after mesh leveling? This is particularly important when using adaptive mesh levelling with an inductive probe since it's positioned really close to the extruder's nozzle. However, this proximity often results in small purges on the bed, which can be described as filament dripping. I believe this issue could be resolved by heating the extruder to its optimal extrusion temperature before starting the printing process.

spacepope commented 10 months ago

Hey, i would love to have this too. Currently i set variable_start_extruder_probing_temp to 30 or 40 °C, but one annoying side effect is that i have to wait till cooldown after a filament change 🙄

So it would be great, if this awesome macro collection becomes even more awesome with such an option 😉