fix: only_z changed to onlyZ
This commit is contained in:
parent
d20adaa8fa
commit
cdeedce58f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue