Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PET support #4196

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion resources/info/filament_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"PA-CF",
"PA-GF",
"PA6-CF",
"PET",
"PET-CF",
"PPS",
"PPS-CF",
Expand Down Expand Up @@ -35,4 +36,4 @@
"PP-GF",
"PHA"
]
}
}
8 changes: 8 additions & 0 deletions resources/profiles/BBL.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,10 @@
"name": "Generic PETG @base",
"sub_path": "filament/Generic PETG @base.json"
},
{
"name": "Generic PET @base",
"sub_path": "filament/Generic PET @base.json"
},
{
"name": "Generic PETG-CF @base",
"sub_path": "filament/Generic PETG-CF @base.json"
Expand Down Expand Up @@ -1781,6 +1785,10 @@
"name": "Generic PETG @BBL A1 0.2 nozzle",
"sub_path": "filament/Generic PETG @BBL A1 0.2 nozzle.json"
},
{
"name": "Generic PET",
"sub_path": "filament/Generic PET.json"
},
{
"name": "Generic PETG-CF @BBL X1C",
"sub_path": "filament/Generic PETG-CF @BBL X1C.json"
Expand Down
86 changes: 86 additions & 0 deletions resources/profiles/BBL/filament/Generic PET @base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"type": "filament",
"name": "Generic PET @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "GFC99",
"instantiation": "false",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"60"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"20"
],
"filament_density": [
"1.37"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_type": [
"PET"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"280"
],
"nozzle_temperature_initial_layer": [
"270"
],
"nozzle_temperature_range_high": [
"290"
],
"nozzle_temperature_range_low": [
"260"
],
"overhang_fan_speed": [
"60"
],
"overhang_fan_threshold": [
"25%"
],
"slow_down_layer_time": [
"2"
],
"slow_down_min_speed": [
"20"
],
"temperature_vitrification": [
"80"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"filament_start_gcode": [
"; Filament gcode\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
]
}
16 changes: 16 additions & 0 deletions resources/profiles/BBL/filament/Generic PET.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "filament",
"name": "Generic PET",
"inherits": "Generic PET @base",
"from": "system",
"setting_id": "GFSC99",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle"
]
}