QIDITECH / QIDI_Q1_Pro

GNU Affero General Public License v3.0
57 stars 8 forks source link

getting value z-offset order #96

Open Openwrtfunboy opened 1 month ago

Openwrtfunboy commented 1 month ago

I suggest getting the offset right before printing, and not before getting the height map via KAMP. If you start without preheating the bed, the offset value will be incorrect, because bed will be warped. And if for the height map this is not entirely critical, then for the offset it is sometimes catastrophic.

Therefore, I propose order

  1. Clear nozzle
  2. Take height map
  3. Take Zoffset

After I changed the order, I no longer have problems with the Z-offset.

whb0514 commented 1 month ago

The value of the bed mesh is also based on the offset. If the offset value is taken again after the bed net, the bed net value will be incorrect. We'll test your opinion.