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,29 +1,49 @@
{
"type": "filament",
"type": "filament",
"name": "Creality Generic PLA @Ender-3V3-all",
"inherits": "Creality Generic PLA",
"from": "system",
"setting_id": "GFSL99_00",
"name": "Creality Generic PLA @Ender-3V3-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic PLA",
"filament_max_volumetric_speed": ["18"],
"slow_down_min_speed": ["20"],
"cool_plate_temp" : ["55"],
"eng_plate_temp" : ["55"],
"hot_plate_temp" : ["55"],
"textured_plate_temp" : ["55"],
"cool_plate_temp_initial_layer" : ["55"],
"eng_plate_temp_initial_layer" : ["55"],
"hot_plate_temp_initial_layer" : ["55"],
"textured_plate_temp_initial_layer" : ["55"],
"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": [
"18"
],
"slow_down_min_speed": [
"20"
],
"cool_plate_temp": [
"55"
],
"eng_plate_temp": [
"55"
],
"hot_plate_temp": [
"55"
],
"textured_plate_temp": [
"55"
],
"cool_plate_temp_initial_layer": [
"55"
],
"eng_plate_temp_initial_layer": [
"55"
],
"hot_plate_temp_initial_layer": [
"55"
],
"textured_plate_temp_initial_layer": [
"55"
],
"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"
]
}