Removed M107 inserted automatically at the start of the G-Code
This commit is contained in:
parent
06bccab711
commit
da714c7210
1 changed files with 0 additions and 4 deletions
|
@ -1147,10 +1147,6 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
|
||||||
// Emit machine envelope limits for the Marlin firmware.
|
// Emit machine envelope limits for the Marlin firmware.
|
||||||
this->print_machine_envelope(file, print);
|
this->print_machine_envelope(file, print);
|
||||||
|
|
||||||
// Disable fan.
|
|
||||||
if (! print.config().cooling.get_at(initial_extruder_id) || print.config().disable_fan_first_layers.get_at(initial_extruder_id))
|
|
||||||
file.write(m_writer.set_fan(0));
|
|
||||||
|
|
||||||
// Let the start-up script prime the 1st printing tool.
|
// Let the start-up script prime the 1st printing tool.
|
||||||
m_placeholder_parser.set("initial_tool", initial_extruder_id);
|
m_placeholder_parser.set("initial_tool", initial_extruder_id);
|
||||||
m_placeholder_parser.set("initial_extruder", initial_extruder_id);
|
m_placeholder_parser.set("initial_extruder", initial_extruder_id);
|
||||||
|
|
Loading…
Add table
Reference in a new issue