Documentation
This commit is contained in:
parent
31951fe8c9
commit
ede3f34051
|
|
@ -6534,9 +6534,8 @@ Sigma_Exit:
|
||||||
}
|
}
|
||||||
if (code_seen('C')){
|
if (code_seen('C')){
|
||||||
autoReportFeatures.SetMask(code_value());
|
autoReportFeatures.SetMask(code_value());
|
||||||
//arFunctionsActive.bits.ar_temp_active = 1; //auto-report temperatures always on
|
|
||||||
} else{
|
} else{
|
||||||
autoReportFeatures.SetMask(1);
|
autoReportFeatures.SetMask(1); //Backwards compability to host systems like Octoprint to send only temp if paramerter `C`isn't used
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue