mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +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:
@@ -14,12 +14,12 @@
|
||||
"counter_coef_3": [
|
||||
"-0.32"
|
||||
],
|
||||
"counter_limit_max": [
|
||||
"0.05"
|
||||
],
|
||||
"counter_limit_min": [
|
||||
"-0.4"
|
||||
],
|
||||
"counter_limit_max": [
|
||||
"0.05"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"80"
|
||||
],
|
||||
@@ -30,10 +30,6 @@
|
||||
"nil",
|
||||
"nil"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98",
|
||||
"0.98"
|
||||
@@ -54,14 +50,6 @@
|
||||
"30",
|
||||
"40"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_volumetric_speed": [
|
||||
"-1",
|
||||
"-1"
|
||||
@@ -110,6 +98,18 @@
|
||||
"Spiral Lift",
|
||||
"Spiral Lift"
|
||||
],
|
||||
"filament_extruder_variant": [
|
||||
"Direct Drive Standard",
|
||||
"Direct Drive High Flow"
|
||||
],
|
||||
"filament_pre_cooling_temperature": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"filament_ramming_travel_time": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"hole_coef_2": [
|
||||
"-0.0081"
|
||||
],
|
||||
@@ -135,6 +135,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.6 nozzle"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user