fix: only_z changed to onlyZ
This commit is contained in:
parent
d20adaa8fa
commit
cdeedce58f
|
|
@ -3307,7 +3307,7 @@ void process_commands()
|
||||||
// Only Z calibration?
|
// Only Z calibration?
|
||||||
bool onlyZ = code_seen('Z');
|
bool onlyZ = code_seen('Z');
|
||||||
|
|
||||||
if (!only_z) {
|
if (!onlyZ) {
|
||||||
setTargetBed(0);
|
setTargetBed(0);
|
||||||
setTargetHotend(0, 0);
|
setTargetHotend(0, 0);
|
||||||
setTargetHotend(0, 1);
|
setTargetHotend(0, 1);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue