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?
|
||||
bool onlyZ = code_seen('Z');
|
||||
|
||||
if (!only_z) {
|
||||
if (!onlyZ) {
|
||||
setTargetBed(0);
|
||||
setTargetHotend(0, 0);
|
||||
setTargetHotend(0, 1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue