mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
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
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Creality Generic PC @K1-all",
|
||||
"inherits": "Creality Generic PC",
|
||||
"from": "system",
|
||||
"setting_id": "GFSC99_06",
|
||||
"instantiation": "true",
|
||||
"chamber_temperatures": [
|
||||
"60"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Creality K1 (0.4 nozzle)",
|
||||
"Creality K1 (0.6 nozzle)",
|
||||
"Creality K1 (0.8 nozzle)",
|
||||
"Creality K1C 0.4 nozzle",
|
||||
"Creality K1C 0.6 nozzle",
|
||||
"Creality K1C 0.8 nozzle",
|
||||
"Creality K1 Max (0.4 nozzle)",
|
||||
"Creality K1 Max (0.6 nozzle)",
|
||||
"Creality K1 Max (0.8 nozzle)"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user