mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-22 09:32:28 -06:00
FIX: use extruder list to decide chamber temp
As title.Use the same way to decide exhaust fan. Removes end print exhaust fan control. Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ib848b04361dc1214eabe2819a6d120d9e0646689 (cherry picked from commit 02ef3a05141710172b1ec2cc45c1e3f9908c82a3)
This commit is contained in:
parent
977ae079c8
commit
d724a3bd66
10 changed files with 44 additions and 112 deletions
|
@ -507,7 +507,6 @@ private:
|
|||
|
||||
std::string _extrude(const ExtrusionPath &path, std::string description = "", double speed = -1);
|
||||
void print_machine_envelope(GCodeOutputStream &file, Print &print);
|
||||
void _print_chamber_temperature(GCodeOutputStream &file, Print &print, const std::string &gcode,int chamber_temperature, bool wait);
|
||||
void _print_first_layer_bed_temperature(GCodeOutputStream &file, Print &print, const std::string &gcode, unsigned int first_printing_extruder_id, bool wait);
|
||||
void _print_first_layer_extruder_temperatures(GCodeOutputStream &file, Print &print, const std::string &gcode, unsigned int first_printing_extruder_id, bool wait);
|
||||
// On the first printing layer. This flag triggers first layer speeds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue