mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 12:22:32 +00:00
Add Remaining Printer Variants
This commit is contained in:
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "Creality Ender-5 Pro (2019) 0.2 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_creality_common",
|
||||||
|
"printer_model": "Creality Ender-5 Pro (2019)",
|
||||||
|
"default_filament_profile": [
|
||||||
|
"Creality Generic PLA"
|
||||||
|
],
|
||||||
|
"printer_variant": "0.2",
|
||||||
|
"default_print_profile": "0.20mm Standard 0.2 nozzle @Creality Ender5Pro (2019)",
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.16"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.05"
|
||||||
|
],
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.2"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"220x0",
|
||||||
|
"220x220",
|
||||||
|
"0x220"
|
||||||
|
],
|
||||||
|
"printable_height": "300",
|
||||||
|
"nozzle_type": "undefine",
|
||||||
|
"auxiliary_fan": "0"
|
||||||
|
}
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "Creality Ender-5 Pro (2019) 0.25 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_creality_common",
|
||||||
|
"printer_model": "Creality Ender-5 Pro (2019)",
|
||||||
|
"default_filament_profile": [
|
||||||
|
"Creality Generic PLA"
|
||||||
|
],
|
||||||
|
"printer_variant": "0.25",
|
||||||
|
"default_print_profile": "0.20mm Standard 0.25 nozzle @Creality Ender5Pro (2019)",
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.2"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.06"
|
||||||
|
],
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.25"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"220x0",
|
||||||
|
"220x220",
|
||||||
|
"0x220"
|
||||||
|
],
|
||||||
|
"printable_height": "300",
|
||||||
|
"nozzle_type": "undefine",
|
||||||
|
"auxiliary_fan": "0"
|
||||||
|
}
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
"0.24"
|
"0.24"
|
||||||
],
|
],
|
||||||
"min_layer_height": [
|
"min_layer_height": [
|
||||||
"0.06"
|
"0.08"
|
||||||
],
|
],
|
||||||
"nozzle_diameter": [
|
"nozzle_diameter": [
|
||||||
"0.3"
|
"0.3"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"0.4"
|
"0.4"
|
||||||
],
|
],
|
||||||
"min_layer_height": [
|
"min_layer_height": [
|
||||||
"0.08"
|
"0.12"
|
||||||
],
|
],
|
||||||
"nozzle_diameter": [
|
"nozzle_diameter": [
|
||||||
"0.5"
|
"0.5"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"0.48"
|
"0.48"
|
||||||
],
|
],
|
||||||
"min_layer_height": [
|
"min_layer_height": [
|
||||||
"0.08"
|
"0.16"
|
||||||
],
|
],
|
||||||
"nozzle_diameter": [
|
"nozzle_diameter": [
|
||||||
"0.6"
|
"0.6"
|
||||||
|
|||||||
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "Creality Ender-5 Pro (2019) 0.8 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_creality_common",
|
||||||
|
"printer_model": "Creality Ender-5 Pro (2019)",
|
||||||
|
"default_filament_profile": [
|
||||||
|
"Creality Generic PLA"
|
||||||
|
],
|
||||||
|
"printer_variant": "0.8",
|
||||||
|
"default_print_profile": "0.20mm Standard 0.8 nozzle @Creality Ender5Pro (2019)",
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.64"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.2"
|
||||||
|
],
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.8"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"220x0",
|
||||||
|
"220x220",
|
||||||
|
"0x220"
|
||||||
|
],
|
||||||
|
"printable_height": "300",
|
||||||
|
"nozzle_type": "undefine",
|
||||||
|
"auxiliary_fan": "0"
|
||||||
|
}
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "Creality Ender-5 Pro (2019) 1.0 nozzle",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "fdm_creality_common",
|
||||||
|
"printer_model": "Creality Ender-5 Pro (2019)",
|
||||||
|
"default_filament_profile": [
|
||||||
|
"Creality Generic PLA"
|
||||||
|
],
|
||||||
|
"printer_variant": "1.0",
|
||||||
|
"default_print_profile": "0.20mm Standard 1.0 nozzle @Creality Ender5Pro (2019)",
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.80"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.25"
|
||||||
|
],
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"1.0"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"220x0",
|
||||||
|
"220x220",
|
||||||
|
"0x220"
|
||||||
|
],
|
||||||
|
"printable_height": "300",
|
||||||
|
"nozzle_type": "undefine",
|
||||||
|
"auxiliary_fan": "0"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user