mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-12 20:19:05 +08:00
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:
parent
bda8249e06
commit
232194d749
@ -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": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user