mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
NEW: add calibration wiki pages
Change-Id: Ib931b187e0e6629fe387a8b25bc8b9adc964de86 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
8c97f1b2b4
commit
c04979495b
5 changed files with 47 additions and 32 deletions
|
@ -3988,7 +3988,7 @@ int MachineObject::parse_json(std::string payload)
|
|||
if (j.contains("upgrade")) {
|
||||
if (j["upgrade"].contains("command")) {
|
||||
if (j["upgrade"]["command"].get<std::string>() == "upgrade_confirm") {
|
||||
this->upgrade_display_state == UpgradingInProgress;
|
||||
this->upgrade_display_state = UpgradingInProgress;
|
||||
upgrade_display_hold_count = HOLD_COUNT_MAX;
|
||||
BOOST_LOG_TRIVIAL(info) << "ack of upgrade_confirm";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue