boolval revisited (#8016)

This commit is contained in:
Luc Van Daele
2017-10-18 21:03:17 +02:00
committed by Roxy-3D
parent 572cf0ec95
commit 3986a84f77
4 changed files with 5 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ void GcodeSuite::G33() {
return;
}
const bool towers_set = parser.boolval('T', true),
const bool towers_set = !parser.boolval('T'),
stow_after_each = parser.boolval('E'),
_0p_calibration = probe_points == 0,
_1p_calibration = probe_points == 1,