Jan

Results 162 comments of Jan

@Frix-x : I would either write a warning if z is

These are just existing start-stop macros extensions. The original bed fans macros are completely automated and are linked to the core bed heating functionality of klipper. you don't start/stop them....

On my first look, it looks like that something could be combined. Literally it is "if not z homed, then zhop, otherwise check always for z hop" I think this...

I suggest using something like this: (identation might not be 100% correct) `{% if ('z' not in printer.toolhead.homed_axes) %}` ` {% if verbose %}` ` { action_respond_info("Z height unknown, performing...

well, my last post is basically the PR content (excluding the deletion of the Kinematic zhop under Z). Not sure what else to add for the functionality. But I am...

if Z is homed and at -5 (which is position_min in Klippain), it would scratch at a very tiny edge case. @Frix-x what do you think? change position_min to -4...

I opened a new PR with my change and i tested it on my machine and this is not working. Because only homing X/Y will home Z in a fictious...

that was the issue why it didn't get through the first time with my old PR. There is no clean solution unless you unhome only Z explicietly after a fictuous...

@austinrdennis seriously... look who did it here in the beginning. ![image](https://github.com/Frix-x/klippain/assets/102791900/4faed109-996a-495d-844d-de472f1a139e)

no worries, i was thinking: what is he thinking :D