diff --git a/resources/profiles/Creality.json b/resources/profiles/Creality.json index c048300481..f5bb57021a 100644 --- a/resources/profiles/Creality.json +++ b/resources/profiles/Creality.json @@ -11,6 +11,10 @@ { "name": "Creality CR-10 Max", "sub_path": "machine/Creality CR-10 Max.json" + }, + { + "name": "Creality Ender-5 Pro 2019", + "sub_path": "machine/Creality Ender-5 Pro 2019.json" } ], "process_list": [ @@ -85,6 +89,11 @@ { "name": "Creality CR-10 Max 0.4 nozzle", "sub_path": "machine/Creality CR-10 Max 0.4 nozzle.json" + }, + { + "name": "Creality Ender-5 Pro 2019 0.4 nozzle", + "sub_path": "machine/Creality Ender-5 Pro 2019 0.4 nozzle.json" } + ] } diff --git a/resources/profiles/Creality/filament/Generic ABS @Creality.json b/resources/profiles/Creality/filament/Generic ABS @Creality.json index 15b6c72aea..019b5d8faf 100644 --- a/resources/profiles/Creality/filament/Generic ABS @Creality.json +++ b/resources/profiles/Creality/filament/Generic ABS @Creality.json @@ -14,6 +14,7 @@ ], "compatible_printers": [ "Creality Ender-3 V2 0.4 nozzle", - "Creality CR-10 Max 0.4 nozzle" + "Creality CR-10 Max 0.4 nozzle", + "Creality Ender-5 Pro 2019 0.4 nozzle" ] } diff --git a/resources/profiles/Creality/filament/Generic PETG @Creality.json b/resources/profiles/Creality/filament/Generic PETG @Creality.json index d626feee9e..3686aafef2 100644 --- a/resources/profiles/Creality/filament/Generic PETG @Creality.json +++ b/resources/profiles/Creality/filament/Generic PETG @Creality.json @@ -44,6 +44,7 @@ ], "compatible_printers": [ "Creality Ender-3 V2 0.4 nozzle", - "Creality CR-10 Max 0.4 nozzle" + "Creality CR-10 Max 0.4 nozzle", + "Creality Ender-5 Pro 2019 0.4 nozzle" ] } diff --git a/resources/profiles/Creality/filament/Generic PLA @Creality.json b/resources/profiles/Creality/filament/Generic PLA @Creality.json index 801beb84d1..28f5e1157e 100644 --- a/resources/profiles/Creality/filament/Generic PLA @Creality.json +++ b/resources/profiles/Creality/filament/Generic PLA @Creality.json @@ -17,6 +17,7 @@ ], "compatible_printers": [ "Creality Ender-3 V2 0.4 nozzle", - "Creality CR-10 Max 0.4 nozzle" + "Creality CR-10 Max 0.4 nozzle", + "Creality Ender-5 Pro 2019 0.4 nozzle" ] } diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro 2019 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro 2019 0.4 nozzle.json new file mode 100644 index 0000000000..1ec5d4dd6a --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro 2019 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Creality/machine/Creality Ender-5 Pro 2019.json b/resources/profiles/Creality/machine/Creality Ender-5 Pro 2019.json new file mode 100644 index 0000000000..c35e74fd2c --- /dev/null +++ b/resources/profiles/Creality/machine/Creality Ender-5 Pro 2019.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "Creality Ender-5 Pro 2019", + "model_id": "Creality_Ender_5_Pro_2019", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "ENDER", + "bed_model": "", + "bed_texture": "ender3v2.svg", + "hotend_model": "hotend.stl", + "default_materials": "Generic PLA @CREALITY;Generic PETG @CREALITY;Generic ABS @CREALITY;" +} diff --git a/resources/profiles/Creality/process/fdm_process_creality_common.json b/resources/profiles/Creality/process/fdm_process_creality_common.json index 4c73471a8e..68df6e4772 100644 --- a/resources/profiles/Creality/process/fdm_process_creality_common.json +++ b/resources/profiles/Creality/process/fdm_process_creality_common.json @@ -103,6 +103,7 @@ "xy_contour_compensation": "0", "compatible_printers": [ "Creality Ender-3 V2 0.4 nozzle", - "Creality CR-10 Max 0.4 nozzle" + "Creality CR-10 Max 0.4 nozzle", + "Creality Ender-5 Pro 2019 0.4 nozzle" ] } diff --git a/resources/web/image/printer/Creality Ender-5 Pro 2019_cover.png b/resources/web/image/printer/Creality Ender-5 Pro 2019_cover.png new file mode 100644 index 0000000000..8e8d1dd256 Binary files /dev/null and b/resources/web/image/printer/Creality Ender-5 Pro 2019_cover.png differ