New profile for Creality Ender 3 V3 SE (#3180)

* 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

* Use inheritance for Ender-3 V3 filament profiles.

* Various improvements.

* Temperature optimisations (less power consumption)

* Fixed some log errors.

* Optimizations

* Reverted support_interface_top_layers

* Added correct jerk and acceleration settings.

* Added retraction speed.

* Re-added missing Ender-5 references in filaments.

* Reverted slow_down_layer_time, Creality print is too optimistic on this at least for Ender 3 V3 SE.

* Optimizations for supports (easier to remove)

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Thomas 2023-12-20 12:56:13 +01:00 committed by GitHub
parent 69602d24fc
commit 888096d75c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 686 additions and 20 deletions

View file

@ -0,0 +1,12 @@
{
"type": "filament",
"setting_id": "GFSL96_00",
"name": "Creality Generic PLA Silk @Ender-3V3-all",
"from": "system",
"instantiation": "true",
"inherits": "Creality Generic PLA @Ender-3V3-all",
"filament_max_volumetric_speed": ["7.5"],
"compatible_printers": [
"Creality Ender-3 V3 SE 0.4 nozzle"
]
}