Félix Boisselier

Results 139 comments of Félix Boisselier

Ohhh you're right! This is definitely something I did not think about and that I will need to fix... Thanks for catching this issue, it was not an easy one...

> since I did not use clean nozzle, it never came up on my virtual z endstop The `G28 Z` is done during the `_MODULE_Z_CALIB` macro here: https://github.com/Frix-x/klippain/blob/52632ec5cd482282c1319fd6d01a7499305d2a1e/macros/base/start_print.cfg#L364 Or the...

> @Frix-x could this be just avoided by checking if a bed mesh is loaded? At beginning of the processing of modules do a bef mesh clear and then check...

Hello thanks for the PR! There is also #541 that was open. Can you have a look and see with Benoit which option is better and it could be made...

What kind of probe are you using? If using TAP it should not be the case as there is some safety included in Klippain and this would be a bug....

Hello @DrFate09, I've had a look at these macros and config files. They are basically some LOAD and UNLOAD macros with some variables to activate/deactivate the runout feature or tweak...

> Would you also have to mimic the format, or just put the proper stuff at the bottom? Are you also going to manage finding and commenting out the old...

> For example. When auto bed mesh does its thing, it gives the option in mainsail to save config and will write that at the bottom of printer.cfg. If we...

> Ok, I do think I see what @Frix-x might be talking about in some regards to the virtual_endstop. If you select no_probe.cfg, then there is no virtual_endstop, and the...

> > At the moment it's just an idea and I need to validate that it's actually feasible and how much work it would take. For example, I know that...