Add 0.6mm Nozzle Configurations for CE5Pro

This commit is contained in:
Paul Schattenberg
2023-11-20 12:46:49 +01:00
parent 8ca0d79b05
commit b23ec7acdf
15 changed files with 193 additions and 0 deletions

View File

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