Merge pull request #839 from TonyK54/Ender5Pro-Profile

Adding Ender 5 Pro
This commit is contained in:
SoftFever 2023-04-25 20:16:32 +08:00
parent c730121fde
commit 0ea2efa767
8 changed files with 54 additions and 4 deletions

View file

@ -0,0 +1,25 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Creality Ender-5 Pro 2019 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_creality_common",
"printer_model": "Creality Ender-5 Pro 2019",
"default_filament_profile": [
"Generic PLA @Creality"
],
"default_print_profile": "0.20mm Standard @Creality",
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"220x0",
"220x220",
"0x220"
],
"printable_height": "300",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}