orcaslicer/resources/profiles/Creality/filament/Creality Generic TPU @K1-all.json
Thomas 48541be681
Creality K1 Profiles improvements (and K1C addition) (#3728)
* Added K1C and fixed some settings (took from config files instead of Creality Print)

* Files renaming

* New PLA-CF, prettify json for K1C, naming uniformisation, ...

* Port Special PLA profiles to K1/K1 Max

* Changed slow down layer time and slow down min speed in order to improve overall speed on details.

* Raised PLA bed temp to 55°C

* Optimisations for ABS, ASA and added Generic PC profile.

* Added PA-CF and fixed PC profiles.

* Added new filaments to default materials
2024-01-24 14:19:36 +00:00

37 lines
No EOL
775 B
JSON

{
"type": "filament",
"setting_id": "GFU99_CREALITY_00",
"name": "Creality Generic TPU @K1-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic TPU",
"hot_plate_temp": [
"30"
],
"hot_plate_temp_initial_layer": [
"30"
],
"textured_plate_temp": [
"30"
],
"textured_plate_temp_initial_layer": [
"30"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature": [
"230"
],
"filament_max_volumetric_speed": [
"3.5"
],
"slow_down_layer_time": [
"5"
],
"compatible_printers": [
"Creality K1C 0.4 nozzle",
"Creality K1C 0.6 nozzle",
"Creality K1C 0.8 nozzle"
]
}