fix: only_z changed to onlyZ

This commit is contained in:
PavelSindler 2017-01-16 15:13:22 +01:00
parent d20adaa8fa
commit cdeedce58f

View file

@ -3307,7 +3307,7 @@ void process_commands()
// Only Z calibration?
bool onlyZ = code_seen('Z');
if (!only_z) {
if (!onlyZ) {
setTargetBed(0);
setTargetHotend(0, 0);
setTargetHotend(0, 1);