Skip to content
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
16 changes: 16 additions & 0 deletions resources/profiles/BBL.json
Original file line number Diff line number Diff line change
Expand Up @@ -6318,6 +6318,22 @@
{
"name": "0.56mm Standard @BBL X1C 0.8 nozzle",
"sub_path": "process/0.56mm Standard @BBL X1C 0.8 nozzle.json"
},
{
"name": "Eolas Prints PLA Premium base",
"sub_path": "filament/Eolas Prints/Eolas Prints PLA Premium @base.json"
},
{
"name": "Eolas Prints PLA Premium 0.2 nozzle",
"sub_path": "filament/Eolas Prints/Eolas Prints PLA Premium @0.2 nozzle.json"
},
{
"name": "Eolas Prints PLA Premium 0.4 nozzle",
"sub_path": "filament/Eolas Prints/Eolas Prints PLA Premium @0.4 nozzle.json"
},
{
"name": "Eolas Prints PLA Premium 0.6 nozzle",
"sub_path": "filament/Eolas Prints/Eolas Prints PLA Premium @0.6 nozzle.json"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "filament",
"name": "Eolas Prints PLA Premium @0.2 nozzle",
"from": "system",
"instantiation": "true",
"setting_id": "GFS_EOLAS_PRINTS_PLA_PREMIUM_02",
"inherits": "Eolas Prints PLA Premium @base",
"filament_max_volumetric_speed": ["8"],
"slow_down_min_speed": ["5"],
"fan_cooling_layer_time": ["5"],
"slow_down_layer_time": ["5"],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1E 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle",
"Bambu Lab P1P 0.2 nozzle",
"Bambu Lab P2S 0.2 nozzle",
"Bambu Lab H2 0.2 nozzle",
"Bambu Lab H2S 0.2 nozzle",
"Bambu Lab H2D 0.2 nozzle",
"Bambu Lab A1 0.2 nozzle",
"Bambu Lab A1 mini 0.2 nozzle"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "filament",
"name": "Eolas Prints PLA Premium @0.4 nozzle",
"from": "system",
"instantiation": "true",
"setting_id": "GFS_EOLAS_PRINTS_PLA_PREMIUM_04",
"inherits": "Eolas Prints PLA Premium @base",
"filament_max_volumetric_speed": ["15"],
"slow_down_min_speed": ["3"],
"fan_cooling_layer_time": ["3"],
"slow_down_layer_time": ["3"],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1E 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P2S 0.4 nozzle",
"Bambu Lab H2 0.4 nozzle",
"Bambu Lab H2S 0.4 nozzle",
"Bambu Lab H2D 0.4 nozzle",
"Bambu Lab A1 0.4 nozzle",
"Bambu Lab A1 mini 0.4 nozzle"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"type": "filament",
"name": "Eolas Prints PLA Premium @0.6 nozzle",
"from": "system",
"instantiation": "true",
"setting_id": "GFS_EOLAS_PRINTS_PLA_PREMIUM_06",
"inherits": "Eolas Prints PLA Premium @base",
"filament_max_volumetric_speed": ["20"],
"slow_down_min_speed": ["3"],
"fan_cooling_layer_time": ["3"],
"slow_down_layer_time": ["3"],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1E 0.6 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P2S 0.6 nozzle",
"Bambu Lab H2 0.6 nozzle",
"Bambu Lab H2S 0.6 nozzle",
"Bambu Lab H2D 0.6 nozzle",
"Bambu Lab A1 0.6 nozzle",
"Bambu Lab A1 mini 0.6 nozzle"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"type": "filament",
"name": "Eolas Prints PLA Premium @base",
"from": "system",
"instantiation": "false",
"filament_id": "GF_EOLAS_PRINTS_PLA_PREMIUM",
"inherits": "fdm_filament_pla",
"filament_vendor": "Eolas Prints",
"filament_type": "PLA",
"filament_density": ["1.24"],
"filament_diameter": ["1.75"],
"filament_cost": ["20.00"],
"nozzle_temperature": ["220"],
"nozzle_temperature_initial_layer": ["216"],
"hot_plate_temp": ["60"],
"hot_plate_temp_initial_layer": ["65"],
"default_filament_color": ["#4D9398"],
"filament_retraction_length": ["0.8"],
"filament_retraction_speed": ["35"],
"filament_z_hop": ["0.4"],
"filament_z_hop_types": ["Normal Lift"],
"fan_min_speed": ["100"],
"fan_max_speed": ["100"],
"close_fan_the_first_x_layers": ["1"]
}