mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
ENH: add setting of extruder type
Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Ic126466f6b579dd6a55a1ba16a63c015d538c750
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic 4Max Pro",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic 4MaxPro",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic 4Max Pro 2",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic 4MaxPro2",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic Chiron",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic Chiron",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic Kobra Max",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic KobraMax",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic Vyper",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic Vyper",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Anycubic i3 Mega S",
|
||||
"default_print_profile": "0.20mm Standard @Anycubic i3MegaS",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"Generic PLA @Creality"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @Creality CR10Max",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"inherits": "fdm_creality_common",
|
||||
"printer_model": "Creality CR-10 V2",
|
||||
"default_print_profile": "0.20mm Standard @Creality CR10V2",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"Generic PLA @Creality"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @Creality Ender3V2",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"inherits": "fdm_creality_common",
|
||||
"printer_model": "Creality Ender-6",
|
||||
"default_print_profile": "0.20mm Standard @Creality Ender6",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
"Generic PLA @Prusa"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @MINI",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Voxelab Aquila X2",
|
||||
"default_print_profile": "0.20mm Standard @Voxelab AquilaX2",
|
||||
"extruder_type": [
|
||||
"Bowden"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user