mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
New profile for Creality Ender 3 V3 KE (#3216)
* Added Creality Ender 3 V3 SE. * Fixed fine profile. * Optimized first layer speed (based on Creality Print) * Brought back Ender-5 (2019) * Setting Marlin 2 as gcode flavor * Added Ender 3 V3 KE Profile * Use inheritance for Ender-3 V3 filament profiles. * Various improvements. * Temperature optimisations (less power consumption) * Added Ender 3 V3 KE Profile * Tweaks for KE integration. * Fixed some log errors. * Optimizations * Optimizations. * Reverted support_interface_top_layers * Added correct jerk and acceleration settings. * Added correct jerk and acceleration. * Added retraction speed. * Re-added missing Ender-5 references in filaments. * Inherits processes from process_common_klipper * Reverted code simplification for inherited profiles.
This commit is contained in:
parent
e5bf702a3a
commit
f5cbe6a38b
19 changed files with 525 additions and 11 deletions
|
@ -40,6 +40,10 @@
|
|||
"name": "Creality Ender-3 V3 SE",
|
||||
"sub_path": "machine/Creality Ender-3 V3 SE.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-3 V3 KE",
|
||||
"sub_path": "machine/Creality Ender-3 V3 KE.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-5",
|
||||
"sub_path": "machine/Creality Ender-5.json"
|
||||
|
@ -166,6 +170,10 @@
|
|||
"name": "0.12mm Fine @Creality Ender3V3SE",
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Creality Ender3V3KE",
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender3V3KE.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Detail @Creality Ender5Pro (2019) 0.2",
|
||||
"sub_path": "process/0.12mm Detail @Creality Ender5Pro (2019) 0.2.json"
|
||||
|
@ -210,6 +218,10 @@
|
|||
"name": "0.16mm Optimal @Creality Ender3V3SE",
|
||||
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Creality Ender3V3KE",
|
||||
"sub_path": "process/0.16mm Optimal @Creality Ender3V3KE.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Creality Ender5",
|
||||
"sub_path": "process/0.16mm Optimal @Creality Ender5.json"
|
||||
|
@ -298,6 +310,10 @@
|
|||
"name": "0.20mm Standard @Creality Ender3V3SE",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender3V3KE",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender3V3KE.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender5",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender5.json"
|
||||
|
@ -678,6 +694,10 @@
|
|||
"name": "Creality Ender-3 V3 SE 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-3 V3 SE 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-3 V3 KE 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-3 V3 KE 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Creality Ender-5 0.4 nozzle",
|
||||
"sub_path": "machine/Creality Ender-5 0.4 nozzle.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue