Page 1 of 1
Different auto calibration?
Posted: Wed Mar 01, 2017 5:48 pm
by Nxt-1
I fairly new to 3D printing and I'm still trying to understand the whole thing, calibration in particular (magic seems to be involved). In effort to trying to understand this I am wondering what the difference is between sending G29 for autocalibration form a terminal and selecting full autocalibration from the lcd menu.
Re: Different auto calibration?
Posted: Wed Mar 01, 2017 10:20 pm
by Dale Eason
From the code I can find there is no difference. The command from the LCD ends up sending A G29 to the gcode processor.
Dale
Re: Different auto calibration?
Posted: Thu Mar 02, 2017 1:30 pm
by pouncingiguana
What Dale said. Didn't see the point in implementing two different calibration routines. Everything plays nice with the same setup.