Apply lowercase to some common methods

This commit is contained in:
Scott Lahteine
2018-02-28 16:54:09 -06:00
parent 8fff2fad23
commit 1f3ddd2c33
5 changed files with 34 additions and 34 deletions

View File

@@ -308,7 +308,7 @@ void MarlinSettings::postprocess() {
#endif
#if ENABLED(PIDTEMP)
thermalManager.updatePID();
thermalManager.update_pid();
#endif
#if DISABLED(NO_VOLUMETRICS)