ENH: modify generic pa-cf cooling setting

Bambu pa-cf has been modified, generic pa-cf
should be changed as well

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ie859b41bd4d138a5fab204d6ad6a79806c3f0a9b
This commit is contained in:
salt.wei 2022-12-07 10:28:15 +08:00 committed by Lane.Wei
parent 77a37f086d
commit dd7dbd9936
3 changed files with 15 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.04.00.13",
"version": "01.04.00.14",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [

View File

@ -24,11 +24,17 @@
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"0%"
],
"overhang_fan_speed": [
"40"
],
"fan_cooling_layer_time": [
"5"
],
"full_fan_speed_layer": [
"2"
"2"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",

View File

@ -24,6 +24,12 @@
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"0%"
],
"overhang_fan_speed": [
"40"
],
"fan_cooling_layer_time": [
"5"
],
@ -34,5 +40,5 @@
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle"
]
]
}