Jan

Results 162 comments of Jan

well if your goal is to do a zhop check only if z is homed, then the macro would be still at the beginning just ``` {% if ('z' in...

but that wouldn't fix "only x/y homing" when the printer shut down on "tap"

that doesnt work. if z is not homed, it doesn't do a zhop. It requires the kinematic setting.

![image](https://github.com/Frix-x/klippain/assets/102791900/dd841dfe-5051-4161-a6f2-74d40567918f)

i had the same thought, but then you would intentionally unhome other axis as well, which is not desired. you have homed X and then you home Y and then...

i even looked in klipper source code in G28. They do a manual toolhead move which we can't use, since they did not implement axis movements, just stepper movements on...

Well, that is @Frix-x choice. Last time he didn't agree. Let's see.

@austinrdennis Seems we get the solution soon in klipper: https://github.com/Klipper3d/klipper/pull/6262

similar to Marlins `M84 Z`, but well :D

Klippain uses a free configurable sequence (via modules) for start print. how do you think we can add this feature to it? just passing keep_probe would not be enough possibly.