mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
ENH: add filament PPA-GF
1.Add filament Generic PPA-GF 2.Set Generic PPA-CF filament type to PPA-CF jira: STUDIO-3518 Change-Id: I1b81bca3774944aebdf15f88213fcb9b36b93e41
This commit is contained in:
parent
596fcb0f69
commit
2d40511488
9 changed files with 255 additions and 0 deletions
|
@ -401,6 +401,10 @@
|
|||
"name": "fdm_filament_pps",
|
||||
"sub_path": "filament/fdm_filament_pps.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_ppa",
|
||||
"sub_path": "filament/fdm_filament_ppa.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu PLA Matte @base",
|
||||
"sub_path": "filament/Bambu PLA Matte @base.json"
|
||||
|
@ -605,6 +609,14 @@
|
|||
"name": "Generic PPS @base",
|
||||
"sub_path": "filament/Generic PPS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PPA-CF @base",
|
||||
"sub_path": "filament/Generic PPA-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PPA-GF @base",
|
||||
"sub_path": "filament/Generic PPA-GF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu PLA Matte @BBL X1C",
|
||||
"sub_path": "filament/Bambu PLA Matte @BBL X1C.json"
|
||||
|
@ -1357,6 +1369,22 @@
|
|||
"name": "Generic PPS @BBL X1E",
|
||||
"sub_path": "filament/Generic PPS @BBL X1E.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PPA-CF @BBL X1E",
|
||||
"sub_path": "filament/Generic PPA-CF @BBL X1E.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PPA-CF @BBL X1C",
|
||||
"sub_path": "filament/Generic PPA-CF @BBL X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PPA-GF @BBL X1C",
|
||||
"sub_path": "filament/Generic PPA-GF @BBL X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PPA-GF @BBL X1E",
|
||||
"sub_path": "filament/Generic PPA-GF @BBL X1E.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyTerra PLA @BBL X1C 0.2 nozzle",
|
||||
"sub_path": "filament/PolyTerra PLA @BBL X1C 0.2 nozzle.json"
|
||||
|
|
25
resources/profiles/BBL/filament/Generic PPA-CF @BBL X1C.json
Normal file
25
resources/profiles/BBL/filament/Generic PPA-CF @BBL X1C.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Generic PPA-CF @BBL X1C",
|
||||
"inherits": "Generic PPA-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSN97_00",
|
||||
"instantiation": "true",
|
||||
"filament_type": [
|
||||
"PPA-CF"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab X1 0.8 nozzle",
|
||||
"Bambu Lab X1 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||
"Bambu Lab P1P 0.6 nozzle",
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.8 nozzle",
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab P1S 0.6 nozzle",
|
||||
"Bambu Lab P1S 0.8 nozzle"
|
||||
]
|
||||
}
|
19
resources/profiles/BBL/filament/Generic PPA-CF @BBL X1E.json
Normal file
19
resources/profiles/BBL/filament/Generic PPA-CF @BBL X1E.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Generic PPA-CF @BBL X1E",
|
||||
"inherits": "Generic PPA-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSN97_01",
|
||||
"instantiation": "true",
|
||||
"chamber_temperatures": [
|
||||
"60"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPA-CF"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1E 0.4 nozzle",
|
||||
"Bambu Lab X1E 0.6 nozzle",
|
||||
"Bambu Lab X1E 0.8 nozzle"
|
||||
]
|
||||
}
|
17
resources/profiles/BBL/filament/Generic PPA-CF @base.json
Normal file
17
resources/profiles/BBL/filament/Generic PPA-CF @base.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Generic PPA-CF @base",
|
||||
"inherits": "fdm_filament_ppa",
|
||||
"from": "system",
|
||||
"filament_id": "GFN97",
|
||||
"instantiation": "false",
|
||||
"filament_max_volumetric_speed": [
|
||||
"6"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPA-CF"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
]
|
||||
}
|
31
resources/profiles/BBL/filament/Generic PPA-GF @BBL X1C.json
Normal file
31
resources/profiles/BBL/filament/Generic PPA-GF @BBL X1C.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Generic PPA-GF @BBL X1C",
|
||||
"inherits": "Generic PPA-GF @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSN96_00",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPA-GF"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab X1 0.8 nozzle",
|
||||
"Bambu Lab X1 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.6 nozzle",
|
||||
"Bambu Lab P1P 0.8 nozzle",
|
||||
"Bambu Lab P1S 0.6 nozzle",
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab P1S 0.8 nozzle"
|
||||
]
|
||||
}
|
25
resources/profiles/BBL/filament/Generic PPA-GF @BBL X1E.json
Normal file
25
resources/profiles/BBL/filament/Generic PPA-GF @BBL X1E.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Generic PPA-GF @BBL X1E",
|
||||
"inherits": "Generic PPA-GF @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSN96_01",
|
||||
"instantiation": "true",
|
||||
"chamber_temperatures": [
|
||||
"60"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPA-GF"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1E 0.6 nozzle",
|
||||
"Bambu Lab X1E 0.8 nozzle",
|
||||
"Bambu Lab X1E 0.4 nozzle"
|
||||
]
|
||||
}
|
17
resources/profiles/BBL/filament/Generic PPA-GF @base.json
Normal file
17
resources/profiles/BBL/filament/Generic PPA-GF @base.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Generic PPA-GF @base",
|
||||
"inherits": "fdm_filament_ppa",
|
||||
"from": "system",
|
||||
"filament_id": "GFN96",
|
||||
"instantiation": "false",
|
||||
"filament_max_volumetric_speed": [
|
||||
"6"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPA-GF"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
]
|
||||
}
|
91
resources/profiles/BBL/filament/fdm_filament_ppa.json
Normal file
91
resources/profiles/BBL/filament/fdm_filament_ppa.json
Normal file
|
@ -0,0 +1,91 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_ppa",
|
||||
"inherits": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.17"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPA-CF"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"210"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
]
|
||||
}
|
|
@ -1359,6 +1359,8 @@ void PrintConfigDef::init_fff_params()
|
|||
def->enum_values.push_back("PLA-AERO");
|
||||
def->enum_values.push_back("PPS");
|
||||
def->enum_values.push_back("PPS-CF");
|
||||
def->enum_values.push_back("PPA-CF");
|
||||
def->enum_values.push_back("PPA-GF");
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionStrings { "PLA" });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue