update latest BL profiles from BS 1.7.1

This commit is contained in:
SoftFever 2023-08-03 08:49:03 +08:00
parent 95539c78fa
commit f3b1694a14
240 changed files with 3058 additions and 2064 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -16,6 +16,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -12,6 +12,8 @@
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 0.6 nozzle" "Bambu Lab X1 0.6 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle"
] ]
} }

View File

@ -0,0 +1,17 @@
{
"name": "Bambu ASA @BBL X1 0.2 nozzle",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu ASA @base",
"setting_id": "GFSB01_03",
"fan_max_speed": [
"80"
],
"filament_max_volumetric_speed": [
"2"
],
"compatible_printers": [
"Bambu Lab X1 0.2 nozzle"
]
}

View File

@ -0,0 +1,20 @@
{
"name": "Bambu ASA @BBL X1 0.6 nozzle",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu ASA @base",
"setting_id": "GFSB01_04",
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"25"
],
"filament_retraction_speed": [
"0.4"
],
"compatible_printers": [
"Bambu Lab X1 0.6 nozzle"
]
}

View File

@ -0,0 +1,16 @@
{
"name": "Bambu ASA @BBL X1C 0.2 nozzle",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu ASA @base",
"setting_id": "GFSB01_01",
"filament_max_volumetric_speed": [
"2"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab P1P 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
]
}

View File

@ -0,0 +1,15 @@
{
"name": "Bambu ASA @BBL X1C 0.4 nozzle",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu ASA @base",
"setting_id": "GFSB01_02",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle"
]
}

View File

@ -0,0 +1,21 @@
{
"name": "Bambu ASA @BBL X1C",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu ASA @base",
"setting_id": "GFSB01_00",
"fan_min_speed": [
"25"
],
"fan_max_speed": [
"90"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
]
}

View File

@ -0,0 +1,29 @@
{
"name": "Bambu ASA @base",
"type": "filament",
"instantiation": "false",
"from": "system",
"inherits": "fdm_filament_asa",
"filament_density": [
"1.05"
],
"filament_cost": [
"31.99"
],
"filament_id": "GFB01",
"nozzle_temperature_initial_layer": [
"270"
],
"nozzle_temperature": [
"270"
],
"filament_flow_ratio": [
"0.95"
],
"fan_max_speed": [
"50"
],
"filament_max_volumetric_speed": [
"18"
]
}

View File

@ -5,9 +5,6 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PA-CF @base", "inherits": "Bambu PA-CF @base",
"filament_max_volumetric_speed": [
"8"
],
"nozzle_temperature_initial_layer": [ "nozzle_temperature_initial_layer": [
"290" "290"
], ],
@ -32,6 +29,9 @@
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -5,9 +5,6 @@
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",
"inherits": "fdm_filament_pa", "inherits": "fdm_filament_pa",
"required_nozzle_HRC": [
"40"
],
"filament_vendor": [ "filament_vendor": [
"Bambu Lab" "Bambu Lab"
], ],

View File

@ -11,6 +11,9 @@
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -5,9 +5,6 @@
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",
"inherits": "fdm_filament_pa", "inherits": "fdm_filament_pa",
"filament_max_volumetric_speed": [
"8"
],
"fan_max_speed": [ "fan_max_speed": [
"30" "30"
], ],
@ -20,9 +17,6 @@
"full_fan_speed_layer": [ "full_fan_speed_layer": [
"2" "2"
], ],
"required_nozzle_HRC": [
"40"
],
"filament_vendor": [ "filament_vendor": [
"Bambu Lab" "Bambu Lab"
], ],
@ -32,9 +26,6 @@
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.96" "0.96"
], ],
"nozzle_temperature_initial_layer": [
"290"
],
"overhang_fan_threshold": [ "overhang_fan_threshold": [
"0%" "0%"
], ],
@ -49,8 +40,5 @@
], ],
"temperature_vitrification": [ "temperature_vitrification": [
"180" "180"
],
"nozzle_temperature": [
"290"
] ]
} }

View File

@ -0,0 +1,29 @@
{
"type": "filament",
"setting_id": "GFSC00_06",
"name": "Bambu PC @BBL P1S 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PC @BBL X1C 0.2 nozzle",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"compatible_printers": [
"Bambu Lab P1S 0.2 nozzle"
]
}

View File

@ -0,0 +1,29 @@
{
"type": "filament",
"setting_id": "GFSC00_08",
"name": "Bambu PC @BBL P1S 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PC @BBL X1C 0.6 nozzle",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"compatible_printers": [
"Bambu Lab P1S 0.6 nozzle"
]
}

View File

@ -0,0 +1,29 @@
{
"type": "filament",
"setting_id": "GFSC00_07",
"name": "Bambu PC @BBL P1S 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PC @BBL X1C 0.8 nozzle",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"compatible_printers": [
"Bambu Lab P1S 0.8 nozzle"
]
}

View File

@ -0,0 +1,29 @@
{
"type": "filament",
"setting_id": "GFSC00_05",
"name": "Bambu PC @BBL P1S",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PC @BBL X1C",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"compatible_printers": [
"Bambu Lab P1S 0.4 nozzle"
]
}

View File

@ -5,17 +5,11 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PET-CF @base", "inherits": "Bambu PET-CF @base",
"slow_down_for_layer_cooling": [
"1"
],
"reduce_fan_stop_start_freq": [ "reduce_fan_stop_start_freq": [
"0" "0"
], ],
"slow_down_min_speed": [ "slow_down_min_speed": [
"10" "20"
],
"slow_down_layer_time": [
"2"
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
@ -23,6 +17,9 @@
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -29,28 +29,28 @@
"fan_cooling_layer_time": [ "fan_cooling_layer_time": [
"5" "5"
], ],
"cool_plate_temp" : [ "cool_plate_temp": [
"0" "0"
], ],
"eng_plate_temp" : [ "eng_plate_temp": [
"80" "80"
], ],
"hot_plate_temp" : [ "hot_plate_temp": [
"100" "100"
], ],
"textured_plate_temp" : [ "textured_plate_temp": [
"100" "100"
], ],
"cool_plate_temp_initial_layer" : [ "cool_plate_temp_initial_layer": [
"0" "0"
], ],
"eng_plate_temp_initial_layer" : [ "eng_plate_temp_initial_layer": [
"80" "80"
], ],
"hot_plate_temp_initial_layer" : [ "hot_plate_temp_initial_layer": [
"100" "100"
], ],
"textured_plate_temp_initial_layer" : [ "textured_plate_temp_initial_layer": [
"100" "100"
], ],
"required_nozzle_HRC": [ "required_nozzle_HRC": [
@ -79,5 +79,8 @@
], ],
"nozzle_temperature": [ "nozzle_temperature": [
"270" "270"
],
"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}"
] ]
} }

View File

@ -11,6 +11,7 @@
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle", "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1P 0.2 nozzle" "Bambu Lab P1P 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -20,6 +20,8 @@
"Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle", "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1P 0.8 nozzle" "Bambu Lab P1P 0.8 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -6,11 +6,12 @@
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PETG Basic @base", "inherits": "Bambu PETG Basic @base",
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"14" "13"
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
"Bambu Lab P1P 0.4 nozzle" "Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle"
] ]
} }

View File

@ -8,14 +8,11 @@
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.95" "0.95"
], ],
"temperature_vitrification": [
"70"
],
"overhang_fan_speed": [ "overhang_fan_speed": [
"90" "90"
], ],
"overhang_fan_threshold": [ "overhang_fan_threshold": [
"25%" "10%"
], ],
"fan_max_speed": [ "fan_max_speed": [
"40" "40"
@ -26,42 +23,36 @@
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"8" "8"
], ],
"slow_down_layer_time": [
"8"
],
"fan_cooling_layer_time": [ "fan_cooling_layer_time": [
"30" "30"
], ],
"cool_plate_temp" : [ "cool_plate_temp": [
"0" "0"
], ],
"eng_plate_temp" : [ "eng_plate_temp": [
"70" "70"
], ],
"hot_plate_temp" : [ "hot_plate_temp": [
"70" "70"
], ],
"textured_plate_temp" : [ "textured_plate_temp": [
"70" "70"
], ],
"cool_plate_temp_initial_layer" : [ "cool_plate_temp_initial_layer": [
"0" "0"
], ],
"eng_plate_temp_initial_layer" : [ "eng_plate_temp_initial_layer": [
"70" "70"
], ],
"hot_plate_temp_initial_layer" : [ "hot_plate_temp_initial_layer": [
"70" "70"
], ],
"textured_plate_temp_initial_layer" : [ "textured_plate_temp_initial_layer": [
"70" "70"
], ],
"filament_vendor": [ "filament_vendor": [
"Bambu Lab" "Bambu Lab"
], ],
"filament_type": [
"PETG"
],
"filament_cost": [ "filament_cost": [
"24.99" "24.99"
], ],
@ -74,13 +65,7 @@
"nozzle_temperature_range_high": [ "nozzle_temperature_range_high": [
"270" "270"
], ],
"nozzle_temperature_initial_layer": [
"255"
],
"nozzle_temperature": [
"255"
],
"filament_start_gcode": [ "filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{endif}" "; 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}"
] ]
} }

View File

@ -0,0 +1,16 @@
{
"type": "filament",
"setting_id": "GFSG50_02",
"name": "Bambu PETG-CF @BBL X1C 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PETG-CF @base",
"filament_max_volumetric_speed": [
"13"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle"
]
}

View File

@ -6,11 +6,11 @@
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PETG-CF @base", "inherits": "Bambu PETG-CF @base",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -12,33 +12,33 @@
"75" "75"
], ],
"overhang_fan_threshold": [ "overhang_fan_threshold": [
"25%" "10%"
], ],
"overhang_fan_speed": [ "overhang_fan_speed": [
"90" "90"
], ],
"cool_plate_temp" : [ "cool_plate_temp": [
"0" "0"
], ],
"eng_plate_temp" : [ "eng_plate_temp": [
"70" "70"
], ],
"hot_plate_temp" : [ "hot_plate_temp": [
"70" "70"
], ],
"textured_plate_temp" : [ "textured_plate_temp": [
"70" "70"
], ],
"cool_plate_temp_initial_layer" : [ "cool_plate_temp_initial_layer": [
"0" "0"
], ],
"eng_plate_temp_initial_layer" : [ "eng_plate_temp_initial_layer": [
"70" "70"
], ],
"hot_plate_temp_initial_layer" : [ "hot_plate_temp_initial_layer": [
"70" "70"
], ],
"textured_plate_temp_initial_layer" : [ "textured_plate_temp_initial_layer": [
"70" "70"
], ],
"required_nozzle_HRC": [ "required_nozzle_HRC": [
@ -56,12 +56,6 @@
"nozzle_temperature_range_high": [ "nozzle_temperature_range_high": [
"270" "270"
], ],
"nozzle_temperature_initial_layer": [
"255"
],
"nozzle_temperature": [
"255"
],
"filament_cost": [ "filament_cost": [
"34.99" "34.99"
], ],
@ -80,7 +74,7 @@
"slow_down_layer_time": [ "slow_down_layer_time": [
"6" "6"
], ],
"fan_cooling_layer_time": [ "filament_start_gcode": [
"20" "; 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}"
] ]
} }

View File

@ -0,0 +1,16 @@
{
"name": "Bambu PLA Aero @BBL X1",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu PLA Aero @base",
"setting_id": "GFSA11_00",
"slow_down_layer_time": [
"8"
],
"compatible_printers": [
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle"
]
}

View File

@ -0,0 +1,19 @@
{
"name": "Bambu PLA Aero @BBL X1C",
"type": "filament",
"instantiation": "true",
"from": "system",
"inherits": "Bambu PLA Aero @base",
"setting_id": "GFSA11_01",
"slow_down_layer_time": [
"4"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
]
}

View File

@ -0,0 +1,32 @@
{
"type": "filament",
"name": "Bambu PLA Aero @base",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_pla",
"filament_id": "GFA11",
"filament_type":[
"PLA-AERO"
],
"filament_flow_ratio": [
"0.6"
],
"filament_cost": [
"44.99"
],
"filament_density": [
"1.21"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_low": [
"210"
],
"nozzle_temperature_range_high": [
"260"
],
"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}"
]
}

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -8,10 +8,8 @@
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"21" "21"
], ],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.8 nozzle" "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -10,6 +10,8 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle" "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle"
] ]
} }

View File

@ -16,5 +16,8 @@
], ],
"filament_density": [ "filament_density": [
"1.26" "1.26"
],
"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}"
] ]
} }

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle" "Bambu Lab X1 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle"
] ]
} }

View File

@ -11,9 +11,6 @@
"filament_cost": [ "filament_cost": [
"25.4" "25.4"
], ],
"filament_density": [
"1.24"
],
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.95" "0.95"
] ]

View File

@ -8,6 +8,9 @@
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle" "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -17,7 +17,7 @@
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.98" "0.98"
], ],
"filament_max_volumetric_speed": [ "filament_start_gcode": [
"12" "; 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}"
] ]
} }

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -8,10 +8,8 @@
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"22" "22"
], ],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.8 nozzle" "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -10,6 +10,8 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle" "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle"
] ]
} }

View File

@ -16,5 +16,8 @@
], ],
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.98" "0.98"
],
"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}"
] ]
} }

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -11,6 +11,9 @@
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle" "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -16,5 +16,8 @@
], ],
"filament_density": [ "filament_density": [
"1.25" "1.25"
],
"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}"
] ]
} }

View File

@ -5,9 +5,6 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PLA Silk @base", "inherits": "Bambu PLA Silk @base",
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [ "slow_down_layer_time": [
"8" "8"
], ],

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -5,12 +5,12 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PLA Silk @base", "inherits": "Bambu PLA Silk @base",
"filament_max_volumetric_speed": [
"12"
],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle" "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -8,9 +8,6 @@
"filament_vendor": [ "filament_vendor": [
"Bambu Lab" "Bambu Lab"
], ],
"required_nozzle_HRC": [
"3"
],
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.98" "0.98"
], ],
@ -25,5 +22,8 @@
], ],
"nozzle_temperature": [ "nozzle_temperature": [
"230" "230"
],
"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}"
] ]
} }

View File

@ -8,6 +8,9 @@
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle" "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -17,7 +17,7 @@
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.98" "0.98"
], ],
"filament_max_volumetric_speed": [ "filament_start_gcode": [
"12" "; 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}"
] ]
} }

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -11,6 +11,9 @@
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle" "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -16,5 +16,8 @@
], ],
"filament_density": [ "filament_density": [
"1.26" "1.26"
],
"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}"
] ]
} }

View File

@ -18,6 +18,8 @@
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -16,6 +16,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle" "Bambu Lab X1 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle"
] ]
} }

View File

@ -8,10 +8,10 @@
"filament_vendor": [ "filament_vendor": [
"Bambu Lab" "Bambu Lab"
], ],
"cool_plate_temp" : [ "cool_plate_temp": [
"45" "45"
], ],
"cool_plate_temp_initial_layer" : [ "cool_plate_temp_initial_layer": [
"45" "45"
], ],
"filament_cost": [ "filament_cost": [
@ -40,5 +40,8 @@
], ],
"filament_type": [ "filament_type": [
"PLA-CF" "PLA-CF"
],
"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}"
] ]
} }

View File

@ -11,6 +11,9 @@
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -29,7 +29,7 @@
"filament_cost": [ "filament_cost": [
"34.99" "34.99"
], ],
"slow_down_layer_time":[ "slow_down_layer_time": [
"6" "6"
] ]
} }

View File

@ -16,6 +16,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -11,6 +11,9 @@
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -25,5 +25,8 @@
], ],
"slow_down_layer_time": [ "slow_down_layer_time": [
"8" "8"
],
"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}"
] ]
} }

View File

@ -11,6 +11,9 @@
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -29,7 +29,7 @@
"filament_cost": [ "filament_cost": [
"34.99" "34.99"
], ],
"slow_down_layer_time":[ "slow_down_layer_time": [
"6" "6"
] ]
} }

View File

@ -16,6 +16,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -8,6 +8,9 @@
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle" "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -25,5 +25,8 @@
], ],
"slow_down_layer_time": [ "slow_down_layer_time": [
"8" "8"
],
"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}"
] ]
} }

View File

@ -11,6 +11,9 @@
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle" "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -11,6 +11,9 @@
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -11,6 +11,9 @@
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -0,0 +1,17 @@
{
"type": "filament",
"setting_id": "GFSS98_01",
"name": "Generic HIPS @BBL X1C 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Generic HIPS @base",
"filament_max_volumetric_speed": [
"0.5"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1P 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
]
}

View File

@ -0,0 +1,22 @@
{
"type": "filament",
"setting_id": "GFSS98_00",
"name": "Generic HIPS @BBL X1C",
"from": "system",
"instantiation": "true",
"inherits": "Generic HIPS @base",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
]
}

View File

@ -0,0 +1,14 @@
{
"type": "filament",
"filament_id": "GFS98",
"name": "Generic HIPS @base",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_hips",
"filament_vendor": [
"Generic"
],
"filament_is_support": [
"1"
]
}

View File

@ -9,15 +9,6 @@
"filament_type": [ "filament_type": [
"PA-CF" "PA-CF"
], ],
"nozzle_temperature_initial_layer": [
"290"
],
"nozzle_temperature": [
"290"
],
"filament_max_volumetric_speed": [
"8"
],
"fan_max_speed": [ "fan_max_speed": [
"30" "30"
], ],
@ -42,6 +33,9 @@
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -24,6 +24,9 @@
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -0,0 +1,29 @@
{
"type": "filament",
"setting_id": "GFSC99_03",
"name": "Generic PC @BBL P1S 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Generic PC @0.2 nozzle",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"compatible_printers": [
"Bambu Lab P1S 0.2 nozzle"
]
}

View File

@ -0,0 +1,31 @@
{
"type": "filament",
"setting_id": "GFSC99_04",
"name": "Generic PC @BBL P1S",
"from": "system",
"instantiation": "true",
"inherits": "Generic PC",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"compatible_printers": [
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
]
}

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -5,12 +5,6 @@
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",
"inherits": "fdm_filament_pet", "inherits": "fdm_filament_pet",
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_cooling_layer_time": [ "fan_cooling_layer_time": [
"30" "30"
], ],
@ -18,7 +12,7 @@
"90" "90"
], ],
"overhang_fan_threshold": [ "overhang_fan_threshold": [
"25%" "10%"
], ],
"fan_max_speed": [ "fan_max_speed": [
"90" "90"
@ -27,45 +21,42 @@
"40" "40"
], ],
"slow_down_min_speed": [ "slow_down_min_speed": [
"10" "20"
],
"slow_down_layer_time": [
"8"
], ],
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.95" "0.95"
], ],
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"10" "12"
], ],
"nozzle_temperature_range_high": [ "nozzle_temperature_range_high": [
"270" "270"
], ],
"cool_plate_temp" : [ "cool_plate_temp": [
"0" "0"
], ],
"eng_plate_temp" : [ "eng_plate_temp": [
"70" "70"
], ],
"cool_plate_temp_initial_layer" : [ "cool_plate_temp_initial_layer": [
"0" "0"
], ],
"eng_plate_temp_initial_layer" : [ "eng_plate_temp_initial_layer": [
"70" "70"
], ],
"hot_plate_temp" : [ "hot_plate_temp": [
"70" "70"
], ],
"textured_plate_temp" : [ "textured_plate_temp": [
"70" "70"
], ],
"textured_plate_temp_initial_layer" : [ "textured_plate_temp_initial_layer": [
"70" "70"
], ],
"hot_plate_temp_initial_layer" : [ "hot_plate_temp_initial_layer": [
"70" "70"
], ],
"filament_start_gcode": [ "filament_start_gcode": [
" ; filament start gcode\n{if (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{endif}" "; 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}"
] ]
} }

View File

@ -11,6 +11,9 @@
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -12,33 +12,33 @@
"75" "75"
], ],
"overhang_fan_threshold": [ "overhang_fan_threshold": [
"25%" "10%"
], ],
"overhang_fan_speed": [ "overhang_fan_speed": [
"90" "90"
], ],
"cool_plate_temp" : [ "cool_plate_temp": [
"0" "0"
], ],
"eng_plate_temp" : [ "eng_plate_temp": [
"70" "70"
], ],
"hot_plate_temp" : [ "hot_plate_temp": [
"70" "70"
], ],
"textured_plate_temp" : [ "textured_plate_temp": [
"70" "70"
], ],
"cool_plate_temp_initial_layer" : [ "cool_plate_temp_initial_layer": [
"0" "0"
], ],
"eng_plate_temp_initial_layer" : [ "eng_plate_temp_initial_layer": [
"70" "70"
], ],
"hot_plate_temp_initial_layer" : [ "hot_plate_temp_initial_layer": [
"70" "70"
], ],
"textured_plate_temp_initial_layer" : [ "textured_plate_temp_initial_layer": [
"70" "70"
], ],
"required_nozzle_HRC": [ "required_nozzle_HRC": [
@ -56,12 +56,6 @@
"nozzle_temperature_range_high": [ "nozzle_temperature_range_high": [
"270" "270"
], ],
"nozzle_temperature_initial_layer": [
"255"
],
"nozzle_temperature": [
"255"
],
"filament_cost": [ "filament_cost": [
"34.99" "34.99"
], ],
@ -75,12 +69,12 @@
"0" "0"
], ],
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"10" "12"
], ],
"slow_down_layer_time": [ "slow_down_layer_time": [
"6" "6"
], ],
"fan_cooling_layer_time": [ "filament_start_gcode":[
"20" "; 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}"
] ]
} }

View File

@ -11,6 +11,9 @@
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -9,10 +9,11 @@
"2" "2"
], ],
"filament_start_gcode": [ "filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" "; 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}"
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -8,9 +8,6 @@
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.98" "0.98"
], ],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [ "slow_down_layer_time": [
"8" "8"
], ],

View File

@ -1,6 +1,6 @@
{ {
"type": "filament", "type": "filament",
"filament_id": "GFA05", "filament_id": "GFL96",
"name": "Generic PLA Silk @base", "name": "Generic PLA Silk @base",
"from": "system", "from": "system",
"instantiation": "false", "instantiation": "false",
@ -8,9 +8,6 @@
"filament_flow_ratio": [ "filament_flow_ratio": [
"0.98" "0.98"
], ],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [ "slow_down_layer_time": [
"8" "8"
], ],

View File

@ -17,6 +17,9 @@
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -8,10 +8,10 @@
"required_nozzle_HRC": [ "required_nozzle_HRC": [
"40" "40"
], ],
"cool_plate_temp" : [ "cool_plate_temp": [
"45" "45"
], ],
"cool_plate_temp_initial_layer" : [ "cool_plate_temp_initial_layer": [
"45" "45"
], ],
"filament_flow_ratio": [ "filament_flow_ratio": [
@ -20,25 +20,13 @@
"filament_type": [ "filament_type": [
"PLA-CF" "PLA-CF"
], ],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [ "slow_down_layer_time": [
"7" "7"
], ],
"additional_cooling_fan_speed": [ "additional_cooling_fan_speed": [
"0" "0"
], ],
"temperature_vitrification": [
"55"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"240"
],
"filament_start_gcode": [ "filament_start_gcode": [
"; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" "; 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}"
] ]
} }

View File

@ -11,6 +11,9 @@
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -11,6 +11,12 @@
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
],
"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}"
] ]
} }

View File

@ -10,6 +10,7 @@
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle" "Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
] ]
} }

View File

@ -15,6 +15,6 @@
"7" "7"
], ],
"slow_down_min_speed": [ "slow_down_min_speed": [
"10" "20"
] ]
} }

View File

@ -11,6 +11,9 @@
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle" "Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -18,6 +18,9 @@
"Bambu Lab X1 0.8 nozzle", "Bambu Lab X1 0.8 nozzle",
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle" "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
] ]
} }

View File

@ -8,16 +8,16 @@
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"2" "2"
], ],
"hot_plate_temp" : [ "hot_plate_temp": [
"100" "100"
], ],
"hot_plate_temp_initial_layer" : [ "hot_plate_temp_initial_layer": [
"100" "100"
], ],
"textured_plate_temp" : [ "textured_plate_temp": [
"100" "100"
], ],
"textured_plate_temp_initial_layer" : [ "textured_plate_temp_initial_layer": [
"100" "100"
], ],
"fan_max_speed": [ "fan_max_speed": [

View File

@ -14,16 +14,16 @@
"reduce_fan_stop_start_freq": [ "reduce_fan_stop_start_freq": [
"0" "0"
], ],
"hot_plate_temp" : [ "hot_plate_temp": [
"100" "100"
], ],
"hot_plate_temp_initial_layer" : [ "hot_plate_temp_initial_layer": [
"100" "100"
], ],
"textured_plate_temp" : [ "textured_plate_temp": [
"100" "100"
], ],
"textured_plate_temp_initial_layer" : [ "textured_plate_temp_initial_layer": [
"100" "100"
], ],
"compatible_printers": [ "compatible_printers": [

View File

@ -5,9 +5,6 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PA-CF @base", "inherits": "Bambu PA-CF @base",
"filament_max_volumetric_speed": [
"8"
],
"nozzle_temperature_initial_layer": [ "nozzle_temperature_initial_layer": [
"290" "290"
], ],

View File

@ -5,18 +5,36 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PC @base", "inherits": "Bambu PC @base",
"filament_max_volumetric_speed": [ "eng_plate_temp": [
"1" "100"
], ],
"nozzle_temperature": [ "eng_plate_temp_initial_layer": [
"260" "100"
], ],
"fan_max_speed": [ "fan_max_speed": [
"20" "20"
], ],
"filament_max_volumetric_speed": [
"1"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"260"
],
"reduce_fan_stop_start_freq": [ "reduce_fan_stop_start_freq": [
"0" "0"
], ],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab P1P 0.2 nozzle" "Bambu Lab P1P 0.2 nozzle"
] ]

View File

@ -5,12 +5,30 @@
"from": "system", "from": "system",
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PC @base", "inherits": "Bambu PC @base",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"fan_max_speed": [ "fan_max_speed": [
"20" "20"
], ],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"reduce_fan_stop_start_freq": [ "reduce_fan_stop_start_freq": [
"0" "0"
], ],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.6 nozzle",

Some files were not shown because too many files have changed in this diff Show More