mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 15:25:56 +08:00
fix Voron filament profile loading issue
This commit is contained in:
parent
473a3a7c34
commit
a189784c16
@ -7,6 +7,9 @@
|
|||||||
"inherits": "fdm_klipper_common",
|
"inherits": "fdm_klipper_common",
|
||||||
"printer_model": "Voron 0.1",
|
"printer_model": "Voron 0.1",
|
||||||
"default_print_profile": "0.20mm Standard @Voron",
|
"default_print_profile": "0.20mm Standard @Voron",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"120x0",
|
"120x0",
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_klipper_common",
|
"inherits": "fdm_klipper_common",
|
||||||
"printer_model": "Voron 2.4 250",
|
"printer_model": "Voron 2.4 250",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"250x0",
|
"250x0",
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_klipper_common",
|
"inherits": "fdm_klipper_common",
|
||||||
"printer_model": "Voron 2.4 300",
|
"printer_model": "Voron 2.4 300",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"300x0",
|
"300x0",
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_klipper_common",
|
"inherits": "fdm_klipper_common",
|
||||||
"printer_model": "Voron 2.4 350",
|
"printer_model": "Voron 2.4 350",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"350x0",
|
"350x0",
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_klipper_common",
|
"inherits": "fdm_klipper_common",
|
||||||
"printer_model": "Voron Trident 250",
|
"printer_model": "Voron Trident 250",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"250x0",
|
"250x0",
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_klipper_common",
|
"inherits": "fdm_klipper_common",
|
||||||
"printer_model": "Voron Trident 300",
|
"printer_model": "Voron Trident 300",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"300x0",
|
"300x0",
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_klipper_common",
|
"inherits": "fdm_klipper_common",
|
||||||
"printer_model": "Voron Trident 350",
|
"printer_model": "Voron Trident 350",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"0x0",
|
"0x0",
|
||||||
"350x0",
|
"350x0",
|
||||||
|
@ -127,9 +127,6 @@
|
|||||||
"Voron Generic ABS"
|
"Voron Generic ABS"
|
||||||
],
|
],
|
||||||
"default_print_profile": "0.20mm Standard @Voron",
|
"default_print_profile": "0.20mm Standard @Voron",
|
||||||
"nozzle_diameter": [
|
|
||||||
"0.4"
|
|
||||||
],
|
|
||||||
"bed_exclude_area": [
|
"bed_exclude_area": [
|
||||||
"0x0"
|
"0x0"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user