Comment, spacing cleanup

This commit is contained in:
Scott Lahteine
2020-11-05 17:16:27 -06:00
parent c43ca39ec2
commit 1f6612dfc4
11 changed files with 21 additions and 27 deletions

View File

@ -113,7 +113,7 @@ void GcodeSuite::M3_M4(const bool is_M4) {
else
cutter.set_power(cutter.upower_to_ocr(get_s_power()));
#elif ENABLED(SPINDLE_SERVO)
cutter.set_power(get_s_power());
cutter.set_power(get_s_power());
#else
cutter.set_enabled(true);
#endif