stereotech / Stereotech-Firmware

Modular, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++
http://smoothieware.org/
GNU General Public License v3.0
0 stars 1 forks source link

Baby stepping (регулирование зазора в процессе печати) #6

Closed frylock34 closed 4 years ago

frylock34 commented 4 years ago

In GitLab by @stereotech_dev on Apr 24, 2020, 10:16

Большая масса отмен печати связана с неправильным выставлением зазора платформы и головки. Удобно было бы "подрегулировать" стол в процессе печати (реализовано на Picaso). Такая же функция была бы удобна и на 5D при регулировании Z и A координат.

frylock34 commented 4 years ago

In GitLab by @frylock34 on Apr 26, 2020, 12:50

Возможно поможет команда G10 L2 P0/1 Z<зазор по Z> надо потестировать

frylock34 commented 4 years ago

In GitLab by @frylock34 on Apr 27, 2020, 15:52

Не сработало

frylock34 commented 4 years ago

In GitLab by @frylock34 on Apr 27, 2020, 16:00

moved from stereotech/steapp/ste-app-client#40