added MK3.5 support

This commit is contained in:
Bernhard Koppensteiner
2024-08-28 21:48:15 +02:00
parent 65d6b3d393
commit 65e007cb41
69 changed files with 3324 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
{
"type": "filament",
"filament_id": "GFC99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic PC @MK3.5",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pc",
"filament_max_volumetric_speed": [
"8"
],
"filament_flow_ratio": [
"1"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.05"
],
"compatible_printers": [
"Prusa MK3.5 0.4 nozzle"
]
}