mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
ENH: fix one bug which cause zero speed when flushing
filament_max_volumetric may be 0 which cause zero flushing speed. Add protection for this issue. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I866b9d97c9c6d97122a4a2beaf508ce9c72ee3b2
This commit is contained in:
parent
61c95431eb
commit
70313deaf0
3 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "01.01.01.01",
|
||||
"version": "01.01.01.02",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue