Skip to content

Commit

Permalink
FIX: wrong nozzle range for Generic PA P1P
Browse files Browse the repository at this point in the history
jira:NONE

Signed-off-by: xun.zhang <[email protected]>
Change-Id: Ida292e8885b74427852d5d2ad205b6f8368bd056
  • Loading branch information
XunZhangBambu authored and lanewei120 committed Aug 26, 2024
1 parent 0efa2db commit 65061a5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/profiles/BBL.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.09.00.18",
"version": "01.09.00.19",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
Expand Down
31 changes: 29 additions & 2 deletions resources/profiles/BBL/filament/P1P/Generic PA @BBL P1P.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,45 @@
"filament_id": "GFN99",
"setting_id": "GFSN98_10",
"instantiation": "true",
"fan_cooling_layer_time": [
"60"
],
"fan_max_speed": [
"85"
],
"fan_min_speed": [
"40"
],
"filament_max_volumetric_speed": [
"16"
"12"
],
"nozzle_temperature": [
"280"
"260"
],
"nozzle_temperature_initial_layer": [
"260"
],
"nozzle_temperature_range_high": [
"280"
],
"nozzle_temperature_range_low": [
"240"
],
"overhang_fan_speed": [
"95"
],
"overhang_fan_threshold": [
"10%"
],
"required_nozzle_HRC": [
"3"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
Expand Down

0 comments on commit 65061a5

Please sign in to comment.