mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
FIX:Fix the length of parameter “volumetric_speed_coefficients”
Jira:None Change-Id: I227f17e404ad96d8c4246a93e0fd1b0a5e61f664 (cherry picked from commit 3e4fa9748293a8e6cb1ad0fe957290e649aea13b)
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
"from": "system",
|
||||
"setting_id": "GFSS02_17",
|
||||
"instantiation": "true",
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_deretraction_speed": [
|
||||
"nil",
|
||||
"nil"
|
||||
@@ -29,6 +35,10 @@
|
||||
"0.5",
|
||||
"0.5"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
],
|
||||
"filament_retract_before_wipe": [
|
||||
"nil",
|
||||
"nil"
|
||||
@@ -77,16 +87,6 @@
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
@@ -114,6 +114,10 @@
|
||||
"10",
|
||||
"10"
|
||||
],
|
||||
"volumetric_speed_coefficients": [
|
||||
"0;0;0;0;0;0",
|
||||
"0;0;0;0;0;0"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab H2D Pro 0.2 nozzle"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user