mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: add protection for chamber temperature
As title. Also add time for waiting chamber temp in printing time Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I8054080d2e8821e421a6d03222b8b25365b5977f
This commit is contained in:
parent
b16fc2a38b
commit
13bb1552aa
6 changed files with 48 additions and 3 deletions
|
@ -78,6 +78,7 @@ public:
|
|||
void check_nozzle_temperature_initial_layer_range(DynamicPrintConfig* config);
|
||||
void check_bed_temperature_difference(int bed_type, DynamicPrintConfig* config);
|
||||
void check_filament_max_volumetric_speed(DynamicPrintConfig *config);
|
||||
void check_chamber_temperature(DynamicPrintConfig* config);
|
||||
void set_is_BBL_Printer(bool is_bbl_printer) { is_BBL_Printer = is_bbl_printer; };
|
||||
// SLA print
|
||||
void update_print_sla_config(DynamicPrintConfig* config, const bool is_global_config = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue