custom printer profiles

This commit is contained in:
SoftFever 2023-04-24 01:03:37 +08:00
parent afe5e9ed2a
commit 6457608f3e
41 changed files with 2058 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"type": "filament",
"filament_id": "GFC99",
"setting_id": "GFSA04",
"name": "My Generic PC",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pc",
"filament_max_volumetric_speed": [
"12"
],
"filament_flow_ratio": [
"0.94"
],
"compatible_printers": [
"MyKlipper 0.4 nozzle",
"MyMarlin 0.4 nozzle",
"OrcaArena 0.4 nozzle"
]
}