Turge08 / print_area_bed_mesh

Create bed mesh for print area only
212 stars 40 forks source link

fixed bug that stopped it from docking once mesh made #16

Closed legend069 closed 2 years ago

legend069 commented 2 years ago

fixed bug that stopped it from docking once mesh made, confirmed fix and bug existed on my system

Turge08 commented 2 years ago

I would recommend locking the probe at the beginning of your print_start macro then unlocking it at the end. If I was to implement it the way you have, people would complain the probe wasn't docking when printing (as per the standard klicky probe implementation)

legend069 commented 2 years ago

I would recommend locking the probe at the beginning of your print_start macro then unlocking it at the end. If I was to implement it the way you have, people would complain the probe wasn't docking when printing (as per the standard klicky probe implementation)

yes you're correct. sorry about that.