K1/K1 Max : Added TPU, ASA and fixed filaments missing from previous PR (#2412)

* Rename Creality HF Generic Speed PLA.cfg to Creality HF Generic Speed PLA.json

* Update Creality K1.json

* Create Creality Generic TPU.json

* Update Creality Generic ASA.json

CS

* Update Creality.json

* Update Creality K1 Max.json
This commit is contained in:
Thomas 2023-10-14 14:16:16 +02:00 committed by GitHub
parent 25447877c6
commit 2077c98bcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 75 additions and 31 deletions

View file

@ -0,0 +1,20 @@
{
"type": "filament",
"filament_id": "GFU99",
"setting_id": "GFSA04",
"name": "Creality Generic TPU",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"filament_max_volumetric_speed": [
"3.2"
],
"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)"
]
}