mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-13 23:43:03 +00:00
FIX: wrong bed temp in placeholder
1.Also add a new field to mark whether enable high low temp mix jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I208e0e7a4ce75feccc8659ecf940447e591d9505 (cherry picked from commit e79ba2f1ec64953100319a3d86ef9105cc7c3567)
This commit is contained in:
@@ -624,6 +624,7 @@ private:
|
||||
std::vector<std::vector<unsigned int>> m_sorted_layer_filaments;
|
||||
// BBS
|
||||
int get_bed_temperature(const int extruder_id, const bool is_first_layer, const BedType bed_type) const;
|
||||
int get_highest_bed_temperature(const bool is_first_layer,const Print &print) const;
|
||||
|
||||
std::string _extrude(const ExtrusionPath &path, std::string description = "", double speed = -1);
|
||||
bool _needSAFC(const ExtrusionPath &path);
|
||||
|
||||
Reference in New Issue
Block a user