Fix not being able to create new filaments for Dremel 3D45, 3D40, & 3D20 (#6837)

* Allow users to base off the generic filament

* Merge branch 'SoftFever:main' into Dremel-3D45-fix
This commit is contained in:
cochcoder 2024-09-20 13:56:51 +00:00 committed by GitHub
parent a7924a662e
commit 661183b48f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,5 +9,9 @@
"filament_flow_ratio": ["0.98"],
"filament_max_volumetric_speed": ["12"],
"slow_down_layer_time": ["8"],
"compatible_printers": ""
"compatible_printers": [
"Dremel 3D45 0.4 nozzle",
"Dremel 3D40 0.4 nozzle",
"Dremel 3D20 0.4 nozzle"
]
}