mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 13:52:07 +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:
@@ -64,7 +64,7 @@
|
||||
"1.75"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"0"
|
||||
"12"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"15"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"0"
|
||||
"8"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"0"
|
||||
"12"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
|
||||
Reference in New Issue
Block a user