FIX: wrong nozzle range for Generic PA P1P

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ida292e8885b74427852d5d2ad205b6f8368bd056
This commit is contained in:
xun.zhang 2024-08-22 10:06:04 +08:00 committed by Lane.Wei
parent 0efa2db823
commit 65061a5475
2 changed files with 30 additions and 3 deletions

View File

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

View File

@ -6,18 +6,45 @@
"filament_id": "GFN99", "filament_id": "GFN99",
"setting_id": "GFSN98_10", "setting_id": "GFSN98_10",
"instantiation": "true", "instantiation": "true",
"fan_cooling_layer_time": [
"60"
],
"fan_max_speed": [
"85"
],
"fan_min_speed": [
"40"
],
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"16" "12"
], ],
"nozzle_temperature": [ "nozzle_temperature": [
"280" "260"
], ],
"nozzle_temperature_initial_layer": [ "nozzle_temperature_initial_layer": [
"260"
],
"nozzle_temperature_range_high": [
"280" "280"
], ],
"nozzle_temperature_range_low": [
"240"
],
"overhang_fan_speed": [
"95"
],
"overhang_fan_threshold": [
"10%"
],
"required_nozzle_HRC": [ "required_nozzle_HRC": [
"3" "3"
], ],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.6 nozzle",