Fixed some wrong Ender 3 parameters (#2264)

* Correct Ender3 values

Maximun Height real is 250mm
Ender 3  screen is not capable to display Thumnails added "" thumnail to avoid large gcodes files.

* Adjusted height to rod / lid

Ender 3 = 25
This commit is contained in:
Ian Bassi 2023-09-30 07:15:02 -03:00 committed by GitHub
parent bda8249e06
commit 232194d749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
"inherits": "fdm_creality_common", "inherits": "fdm_creality_common",
"printer_model": "Creality Ender-3", "printer_model": "Creality Ender-3",
"default_print_profile": "0.20mm Standard @Creality Ender3", "default_print_profile": "0.20mm Standard @Creality Ender3",
"thumbnails": [""],
"nozzle_diameter": [ "nozzle_diameter": [
"0.4" "0.4"
], ],
@ -16,7 +17,9 @@
"220x220", "220x220",
"0x220" "0x220"
], ],
"printable_height": "270", "printable_height": "250",
"extruder_clearance_height_to_rod": "25",
"extruder_clearance_height_to_lid": "25",
"nozzle_type": "undefine", "nozzle_type": "undefine",
"auxiliary_fan": "0", "auxiliary_fan": "0",
"machine_max_acceleration_extruding": [ "machine_max_acceleration_extruding": [