QIDITECH / QIDI_Q1_Pro

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

Disable bed leveling on each print start #105

Closed DenisNP closed 6 days ago

DenisNP commented 6 days ago

I know that I can uncheck "Bed leveling" checkbox on print start. But how to do it with wifi print via Fluidd?

If I comment out G29 line in PRINT_START macro then printer starts print with nozzle too high, about 4mm above actual bed level. How to fix this? Can't it just once remember bed level? It takes too long each time.

QIDITECH commented 6 days ago

You can control whether to start leveling by adding G31 or G32 before G29. image