update first layer speed and rapid fan speed

This commit is contained in:
sunsets
2023-09-22 14:38:07 +08:00
parent 3e70923483
commit 019c6dbb10
8 changed files with 26 additions and 19 deletions

View File

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