-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added PLA Glow support for the A1 Mini.
- Loading branch information
1 parent
1540fbd
commit f476b1a
Showing
3 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M 0.2 nozzle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
40
resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |