mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: fix bug for flow ratio
Change-Id: Id683301dd260c202a37560c771dff01acd63681a
This commit is contained in:
parent
c4836e29a4
commit
66bb5bc4b6
3 changed files with 5 additions and 9 deletions
|
@ -2015,7 +2015,7 @@ void StatusPanel::update_ams(MachineObject *obj)
|
|||
|
||||
if (obj->is_high_printer_type() && last_cali_version != obj->cali_version) {
|
||||
last_cali_version = obj->cali_version;
|
||||
CalibUtils::emit_get_PA_calib_info(obj->nozzle_diameter, "GFA01"); // todo: get all
|
||||
CalibUtils::emit_get_PA_calib_info(obj->nozzle_diameter, "");
|
||||
}
|
||||
|
||||
bool is_support_extrusion_cali = obj->is_function_supported(PrinterFunction::FUNC_EXTRUSION_CALI);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue