Updated/fixed SUNLU filament parameters for BBL (#8395)

Updated/fixed SUNLU filament parameters for BBL & standardized indentation
This commit is contained in:
Asim Siddiqui 2025-02-15 21:46:02 +05:30 committed by GitHub
parent 85bbbee8bc
commit b2494220f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 71 additions and 53 deletions

View file

@ -713,31 +713,31 @@
"name": "Bambu Support W @base",
"sub_path": "filament/Bambu Support W @base.json"
},
{
{
"name": "SUNLU PLA Matte @base",
"sub_path": "filament/SUNLU/SUNLU PLA Matte @base.json"
},
{
{
"name": "SUNLU PLA+ @base",
"sub_path": "filament/SUNLU/SUNLU PLA+ @base.json"
},
{
{
"name": "SUNLU PLA+ 2.0 @base",
"sub_path": "filament/SUNLU/SUNLU PLA+ 2.0 @base.json"
},
{
{
"name": "SUNLU Silk PLA+ @base",
"sub_path": "filament/SUNLU/SUNLU Silk PLA+ @base.json"
},
{
"name": "SUNLU Marble PLA @base",
"name": "SUNLU PLA Marble @base",
"sub_path": "filament/SUNLU/SUNLU Marble PLA @base.json"
},
{
{
"name": "SUNLU Wood PLA @base",
"sub_path": "filament/SUNLU/SUNLU Wood PLA @base.json"
},
{
{
"name": "SUNLU PETG @base",
"sub_path": "filament/SUNLU/SUNLU PETG @base.json"
},
@ -1478,23 +1478,23 @@
"sub_path": "filament/SUNLU/SUNLU Silk PLA+ @BBL A1 0.2 nozzle.json"
},
{
"name": "SUNLU Marble PLA @BBL X1C",
"name": "SUNLU PLA Marble @BBL X1C",
"sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL X1C.json"
},
{
"name": "SUNLU Marble PLA @BBL X1",
"name": "SUNLU PLA Marble @BBL X1",
"sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL X1.json"
},
{
"name": "SUNLU Marble PLA @BBL P1P",
"name": "SUNLU PLA Marble @BBL P1P",
"sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL P1P.json"
},
{
"name": "SUNLU Marble PLA @BBL A1M",
"name": "SUNLU PLA Marble @BBL A1M",
"sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL A1M.json"
},
{
"name": "SUNLU Marble PLA @BBL A1",
"name": "SUNLU PLA Marble @BBL A1",
"sub_path": "filament/SUNLU/SUNLU Marble PLA @BBL A1.json"
},
{

View file

@ -17,6 +17,12 @@
"filament_vendor": [
"SUNLU"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"190"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
]

View file

@ -31,7 +31,7 @@
"22.99"
],
"filament_density": [
"1.23"
"1.27"
],
"filament_flow_ratio": [
"0.95"
@ -48,14 +48,14 @@
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_high": [
"270"
"280"
],
"nozzle_temperature_range_low": [
"230"
@ -75,8 +75,8 @@
"textured_plate_temp_initial_layer": [
"60"
],
"temperature_vitrification": [
"64"
"temperature_vitrification": [
"68"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >80)||(bed_temperature_initial_layer[current_extruder] >80)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"

View file

@ -14,13 +14,13 @@
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
"filament_max_volumetric_speed": [
"21"
],
"filament_vendor": [
@ -38,8 +38,14 @@
"filament_scarf_length":[
"10"
],
"temperature_vitrification": [
"53"
"temperature_vitrification": [
"54"
],
"nozzle_temperature_range_high": [
"245"
],
"nozzle_temperature_range_low": [
"205"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"

View file

@ -9,18 +9,18 @@
"18.99"
],
"filament_density": [
"1.23"
"1.21"
],
"filament_flow_ratio": [
"1.0"
],
"filament_long_retractions_when_cut": [
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
],
"filament_max_volumetric_speed": [
"22"
],
"filament_vendor": [
@ -38,10 +38,10 @@
"filament_scarf_length":[
"10"
],
"temperature_vitrification": [
"53"
"temperature_vitrification": [
"54"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"
]
}
}

View file

@ -3,7 +3,7 @@
"name": "SUNLU PLA+ @BBL A1 0.2 nozzle",
"inherits": "SUNLU PLA+ @base",
"from": "system",
"setting_id": "SNLS03_04",
"setting_id": "SNLS03_05",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"

View file

@ -3,7 +3,7 @@
"name": "SUNLU PLA+ @BBL A1M",
"inherits": "SUNLU PLA+ @base",
"from": "system",
"setting_id": "SNLS03_05",
"setting_id": "SNLS03_07",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"

View file

@ -14,13 +14,13 @@
"filament_flow_ratio": [
"1.0"
],
"filament_long_retractions_when_cut": [
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
@ -38,8 +38,8 @@
"filament_scarf_length":[
"10"
],
"temperature_vitrification": [
"53"
"temperature_vitrification": [
"54"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"

View file

@ -15,13 +15,13 @@
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"filament_retraction_distances_when_cut": [
"18"
],
"filament_max_volumetric_speed": [
],
"filament_max_volumetric_speed": [
"16"
],
"filament_vendor": [
@ -45,8 +45,8 @@
"supertack_plate_temp_initial_layer": [
"0"
],
"temperature_vitrification": [
"53"
"temperature_vitrification": [
"54"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"

View file

@ -9,27 +9,27 @@
"26.99"
],
"filament_density": [
"1.25"
"1.10"
],
"filament_flow_ratio": [
"1.0"
],
"filament_long_retractions_when_cut": [
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"filament_retraction_distances_when_cut": [
"18"
],
"filament_retraction_length": [
"filament_retraction_length": [
"4"
],
"filament_retraction_speed": [
"filament_retraction_speed": [
"50"
],
"filament_deretraction_speed": [
"filament_deretraction_speed": [
"0"
],
"filament_max_volumetric_speed": [
"filament_max_volumetric_speed": [
"16"
],
"filament_vendor": [
@ -47,8 +47,14 @@
"filament_scarf_length":[
"10"
],
"temperature_vitrification": [
"45"
"temperature_vitrification": [
"54"
],
"nozzle_temperature_range_high": [
"260"
],
"nozzle_temperature_range_low": [
"195"
],
"filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}"