orcaslicer/resources/profiles/Creality/filament/Creality HF Generic PLA.json
cochcoder 64d0c324c1
Add Creality CR-10 SE (#4757)
* Add CR-10 SE and standard profiles

* Misc

Add more perimeters to CR-10 SE profiles
Add printer to filament profiles
Link everything in Creality.json

* Fix two bugs

* Forgot this
2024-03-29 17:57:01 +08:00

33 lines
No EOL
821 B
JSON

{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "Creality HF Generic PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"18"
],
"slow_down_layer_time": [
"8"
],
"slow_down_min_speed": [
"20"
],
"compatible_printers": [
"Creality K1 (0.4 nozzle)",
"Creality K1 (0.6 nozzle)",
"Creality K1 (0.8 nozzle)",
"Creality K1 Max (0.4 nozzle)",
"Creality K1 Max (0.6 nozzle)",
"Creality K1 Max (0.8 nozzle)",
"Creality CR-10 SE 0.2 nozzle",
"Creality CR-10 SE 0.4 nozzle",
"Creality CR-10 SE 0.6 nozzle",
"Creality CR-10 SE 0.8 nozzle"
]
}