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

Added PLA Glow support for the A1 Mini. #5537

Open
wants to merge 1 commit 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
8 changes: 8 additions & 0 deletions resources/profiles/BBL.json
Original file line number Diff line number Diff line change
Expand Up @@ -1617,6 +1617,14 @@
"name": "Bambu PLA Glow @BBL A1",
"sub_path": "filament/Bambu PLA Glow @BBL A1.json"
},
{
"name": "Bambu PLA Glow @BBL A1M 0.2 nozzle",
"sub_path": "filament/Bambu PLA Glow @BBL A1M 0.2 nozzle.json"
},
{
"name": "Bambu PLA Glow @BBL A1M",
"sub_path": "filament/Bambu PLA Glow @BBL A1M.json"
},
{
"name": "Bambu PLA Dynamic @BBL X1C",
"sub_path": "filament/Bambu PLA Dynamic @BBL X1C.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"type": "filament",
"name": "Bambu PLA Glow @BBL A1M 0.2 nozzle",
"inherits": "Bambu PLA Glow @base",
"from": "system",
"setting_id": "GFSA12_07",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"
],
"fan_min_speed": [
"50"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"slow_down_layer_time": [
"8"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle"
]
}
40 changes: 40 additions & 0 deletions resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"type": "filament",
"name": "Bambu PLA Glow @BBL A1M",
"inherits": "Bambu PLA Glow @base",
"from": "system",
"setting_id": "GFSA12_06",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"
],
"fan_min_speed": [
"50"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"slow_down_layer_time": [
"8"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle",
"Bambu Lab A1 mini 0.6 nozzle",
"Bambu Lab A1 mini 0.8 nozzle"
]
}