Volume and Pressure Advance

This commit is contained in:
sunsets
2023-06-12 10:06:29 +08:00
parent ae69c9f1b8
commit ba9f8377ba
6 changed files with 89 additions and 15 deletions

View File

@@ -548,8 +548,8 @@ std::string GCodeWriter::set_fan(const GCodeFlavor gcode_flavor, bool gcode_comm
case gcfSailfish:
gcode << "M127"; break;
default:
//B15
gcode << "M107\nM106 P2 S0"; break;
//B15 //B25
gcode << "M107\nM106 P2 S0\nM106 P3 S0"; break;
}
if (gcode_comments)
gcode << " ; disable fan";