Fixed many profile issues and cleaned up some messes. (#10686)

This commit is contained in:
SoftFever
2025-09-11 17:50:53 +08:00
committed by GitHub
parent 5e9570c946
commit 4f50fdc94e
6026 changed files with 187121 additions and 169667 deletions

View File

@@ -1,31 +1,55 @@
{
"type": "filament",
"type": "filament",
"name": "Creality Generic PETG @Ender-3V3-all",
"inherits": "Creality Generic PETG",
"from": "system",
"setting_id": "GFSG99_00",
"name": "Creality Generic PETG @Ender-3V3-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic PETG",
"filament_max_volumetric_speed": ["9"],
"slow_down_layer_time": ["5"],
"cool_plate_temp" : ["70"],
"eng_plate_temp" : ["70"],
"hot_plate_temp" : ["70"],
"textured_plate_temp" : ["70"],
"cool_plate_temp_initial_layer" : ["70"],
"eng_plate_temp_initial_layer" : ["70"],
"hot_plate_temp_initial_layer" : ["70"],
"textured_plate_temp_initial_layer" : ["70"],
"nozzle_temperature_initial_layer": ["250"],
"nozzle_temperature": ["250"],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.2 nozzle",
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality Ender-3 V3 SE 0.6 nozzle",
"Creality Ender-3 V3 SE 0.8 nozzle",
"Creality Ender-3 V3 KE 0.4 nozzle",
"Creality Ender-3 V3 0.4 nozzle",
"Creality Ender-3 V3 0.6 nozzle",
"Creality Ender-3 V3 Plus 0.4 nozzle",
"Creality Ender-3 V3 Plus 0.6 nozzle"
]
"instantiation": "true",
"filament_max_volumetric_speed": [
"9"
],
"slow_down_layer_time": [
"5"
],
"cool_plate_temp": [
"70"
],
"eng_plate_temp": [
"70"
],
"hot_plate_temp": [
"70"
],
"textured_plate_temp": [
"70"
],
"cool_plate_temp_initial_layer": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature": [
"250"
],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.2 nozzle",
"Creality Ender-3 V3 SE 0.4 nozzle",
"Creality Ender-3 V3 SE 0.6 nozzle",
"Creality Ender-3 V3 SE 0.8 nozzle",
"Creality Ender-3 V3 KE 0.4 nozzle",
"Creality Ender-3 V3 0.4 nozzle",
"Creality Ender-3 V3 0.6 nozzle",
"Creality Ender-3 V3 Plus 0.4 nozzle",
"Creality Ender-3 V3 Plus 0.6 nozzle"
]
}