ENH: add base profile for some generic filaments

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I4fa5a692c64088033098b6cb74d61e992de6369f
(cherry picked from commit 891662333e7b23da888b4e55516fb368b0f3969c)
This commit is contained in:
xun.zhang
2025-05-21 16:04:53 +08:00
committed by Noisyfox
parent 5e59e9de57
commit 5cc64fa9a4
12 changed files with 190 additions and 209 deletions

View File

@@ -1,51 +1,13 @@
{
"type": "filament",
"name": "Generic PA @BBL P1P",
"inherits": "fdm_filament_pa",
"inherits": "Generic PA @base",
"from": "system",
"filament_id": "GFN99",
"setting_id": "GFSN98_10",
"instantiation": "true",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [
"60"
],
"fan_max_speed": [
"85"
],
"fan_min_speed": [
"40"
],
"filament_max_volumetric_speed": [
"12"
],
"nozzle_temperature": [
"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",

View File

@@ -1,33 +1,10 @@
{
"type": "filament",
"name": "Generic PA-CF @BBL P1P",
"inherits": "fdm_filament_pa",
"inherits": "Generic PA-CF @base",
"from": "system",
"filament_id": "GFN98",
"setting_id": "GFSN99_10",
"instantiation": "true",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_type": [
"PA-CF"
],
"full_fan_speed_layer": [
"2"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"compatible_printers": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",

View File

@@ -1,15 +1,10 @@
{
"type": "filament",
"name": "Generic TPU @BBL P1P",
"inherits": "fdm_filament_tpu",
"inherits": "Generic TPU @base",
"from": "system",
"filament_id": "GFU99",
"setting_id": "GFSR99_10",
"instantiation": "true",
"description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.",
"filament_max_volumetric_speed": [
"3.2"
],
"hot_plate_temp": [
"45"
],