mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 18:56:13 +00:00
Add 0.3mm Printer Variant
This commit is contained in:
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"setting_id": "GM001",
|
||||||
|
"name": "Creality Ender-5 Pro (2019) 0.3 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.3",
|
||||||
|
"default_print_profile": "0.20mm Standard 0.3 nozzle @Creality Ender5Pro (2019)",
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.24"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.06"
|
||||||
|
],
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"220x0",
|
||||||
|
"220x220",
|
||||||
|
"0x220"
|
||||||
|
],
|
||||||
|
"printable_height": "300",
|
||||||
|
"nozzle_type": "undefine",
|
||||||
|
"auxiliary_fan": "0"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user