Skip to content

Commit

Permalink
Added PLA Glow support for the A1 Mini.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByZach committed Dec 14, 2024
1 parent 1540fbd commit f476b1a
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 0 deletions.
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"
]
}

0 comments on commit f476b1a

Please sign in to comment.