-
-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
53 changed files
with
2,554 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
resources/profiles/Creality/filament/Creality Generic ABS @K1-all.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"type": "filament", | ||
"setting_id": "GFSA04_CREALITY_00", | ||
"name": "Creality Generic ABS @K1-all", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "Creality Generic ABS", | ||
"filament_max_volumetric_speed": [ | ||
"14" | ||
], | ||
"slow_down_layer_time": [ | ||
"5" | ||
], | ||
"slow_down_min_speed": [ | ||
"20" | ||
], | ||
"compatible_printers": [ | ||
"Creality K1C 0.4 nozzle", | ||
"Creality K1C 0.6 nozzle", | ||
"Creality K1C 0.8 nozzle" | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
resources/profiles/Creality/filament/Creality Generic ASA @K1-all.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"type": "filament", | ||
"setting_id": "GFSA04_00", | ||
"name": "Creality Generic ASA @K1-all", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "Creality Generic ASA", | ||
"filament_max_volumetric_speed": [ | ||
"12" | ||
], | ||
"slow_down_layer_time": [ | ||
"3" | ||
], | ||
"slow_down_min_speed": [ | ||
"20" | ||
], | ||
"compatible_printers": [ | ||
"Creality K1C 0.4 nozzle", | ||
"Creality K1C 0.6 nozzle", | ||
"Creality K1C 0.8 nozzle" | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
resources/profiles/Creality/filament/Creality Generic PA-CF @K1-all.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "filament", | ||
"name": "Creality Generic PA-CF @K1-all", | ||
"inherits": "Creality Generic PA-CF", | ||
"from": "system", | ||
"setting_id": "GFSN99_01", | ||
"instantiation": "true", | ||
"compatible_printers": [ | ||
"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)" | ||
] | ||
} |
47 changes: 47 additions & 0 deletions
47
resources/profiles/Creality/filament/Creality Generic PA-CF.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"type": "filament", | ||
"filament_id": "GFN98", | ||
"setting_id": "GFSN99", | ||
"name": "Creality Generic PA-CF", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_filament_pa", | ||
"filament_type": [ | ||
"PA-CF" | ||
], | ||
"nozzle_temperature_initial_layer": [ | ||
"290" | ||
], | ||
"nozzle_temperature": [ | ||
"290" | ||
], | ||
"filament_max_volumetric_speed": [ | ||
"8" | ||
], | ||
"fan_max_speed": [ | ||
"30" | ||
], | ||
"fan_min_speed": [ | ||
"10" | ||
], | ||
"overhang_fan_threshold": [ | ||
"0%" | ||
], | ||
"overhang_fan_speed": [ | ||
"40" | ||
], | ||
"fan_cooling_layer_time": [ | ||
"5" | ||
], | ||
"full_fan_speed_layer": [ | ||
"2" | ||
], | ||
"enable_pressure_advance": [ | ||
"1" | ||
], | ||
"pressure_advance": [ | ||
"0.01" | ||
], | ||
"compatible_printers": [ | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
resources/profiles/Creality/filament/Creality Generic PC @K1-all.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)" | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
resources/profiles/Creality/filament/Creality Generic PC.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"type": "filament", | ||
"name": "Creality Generic PC", | ||
"inherits": "fdm_filament_pc", | ||
"from": "system", | ||
"filament_id": "GFC99", | ||
"instantiation": "false", | ||
"filament_max_volumetric_speed": [ | ||
"16" | ||
], | ||
"filament_flow_ratio": [ | ||
"0.94" | ||
] | ||
} |
Oops, something went wrong.