mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fix possible crash on startup because of low max volumetric speed on profiles (#13716)
* Update fdm_filament_common.json * update * Update fdm_filament_common.json
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"15"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"0"
|
||||
"8"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"instantiation": "false",
|
||||
"fan_cooling_layer_time": "100",
|
||||
"filament_max_volumetric_speed": [
|
||||
"0"
|
||||
"12"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"30"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"0"
|
||||
"3.6"
|
||||
],
|
||||
"filament_type": [
|
||||
"TPU"
|
||||
|
||||
Reference in New Issue
Block a user