Potential fix for other layers bed temperature not applied (#5546)
* Potential fix for other layers bed temperature not applied * Merge branch 'main' into Potential-fix-for-other-layers-bed-temperature-not-applied * Merge branch 'main' into Potential-fix-for-other-layers-bed-temperature-not-applied
This commit is contained in:
parent
47ab3a050e
commit
99544f9104
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
m_single_extruder_multi_material(false),
|
||||
m_last_acceleration(0), m_max_acceleration(0),m_last_travel_acceleration(0), m_max_travel_acceleration(0),
|
||||
m_last_jerk(0), m_max_jerk(0),
|
||||
/*m_last_bed_temperature(0), */m_last_bed_temperature_reached(true),
|
||||
m_last_bed_temperature(0), m_last_bed_temperature_reached(true),
|
||||
m_lifted(0),
|
||||
m_to_lift(0),
|
||||
m_to_lift_type(LiftType::NormalLift),
|
||||
|
|
Loading…
Reference in a new issue