mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-10 14:02:47 +00:00
Fix Kobra 3 Max bed exclusion zones (#13879)
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
"disable_m73": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"printable_area": [
|
||||
"3x0",
|
||||
"423x0",
|
||||
"423x420",
|
||||
"3x420"
|
||||
"0x0",
|
||||
"426x0",
|
||||
"426x420",
|
||||
"0x420"
|
||||
],
|
||||
"printable_height": "501",
|
||||
"thumbnails": "230x110/PNG",
|
||||
@@ -48,7 +48,24 @@
|
||||
"bbl_use_printhost": "0",
|
||||
"bed_custom_model": "",
|
||||
"bed_custom_texture": "",
|
||||
"bed_exclude_area": [],
|
||||
"bed_exclude_area": [
|
||||
"0x0",
|
||||
"3x0",
|
||||
"3x420",
|
||||
"0x420",
|
||||
"0x0",
|
||||
"423x0",
|
||||
"423x0",
|
||||
"423x0",
|
||||
"423x0",
|
||||
"426x0",
|
||||
"426x420",
|
||||
"423x420",
|
||||
"423x0",
|
||||
"0x0",
|
||||
"0x0",
|
||||
"0x0"
|
||||
],
|
||||
"bed_mesh_max": "0,0",
|
||||
"bed_mesh_min": "0,0",
|
||||
"bed_mesh_probe_distance": "0,0",
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
"disable_m73": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"printable_area": [
|
||||
"3x0",
|
||||
"423x0",
|
||||
"423x420",
|
||||
"3x420"
|
||||
"0x0",
|
||||
"426x0",
|
||||
"426x420",
|
||||
"0x420"
|
||||
],
|
||||
"printable_height": "501",
|
||||
"thumbnails": "230x110/PNG",
|
||||
@@ -38,7 +38,24 @@
|
||||
"bbl_use_printhost": "0",
|
||||
"bed_custom_model": "",
|
||||
"bed_custom_texture": "",
|
||||
"bed_exclude_area": [],
|
||||
"bed_exclude_area": [
|
||||
"0x0",
|
||||
"3x0",
|
||||
"3x420",
|
||||
"0x420",
|
||||
"0x0",
|
||||
"423x0",
|
||||
"423x0",
|
||||
"423x0",
|
||||
"423x0",
|
||||
"426x0",
|
||||
"426x420",
|
||||
"423x420",
|
||||
"423x0",
|
||||
"0x0",
|
||||
"0x0",
|
||||
"0x0"
|
||||
],
|
||||
"bed_mesh_max": "0,0",
|
||||
"bed_mesh_min": "0,0",
|
||||
"bed_mesh_probe_distance": "0,0",
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
"disable_m73": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"printable_area": [
|
||||
"3x0",
|
||||
"423x0",
|
||||
"423x420",
|
||||
"3x420"
|
||||
"0x0",
|
||||
"426x0",
|
||||
"426x420",
|
||||
"0x420"
|
||||
],
|
||||
"printable_height": "501",
|
||||
"thumbnails": "230x110/PNG",
|
||||
@@ -38,7 +38,24 @@
|
||||
"bbl_use_printhost": "0",
|
||||
"bed_custom_model": "",
|
||||
"bed_custom_texture": "",
|
||||
"bed_exclude_area": [],
|
||||
"bed_exclude_area": [
|
||||
"0x0",
|
||||
"3x0",
|
||||
"3x420",
|
||||
"0x420",
|
||||
"0x0",
|
||||
"423x0",
|
||||
"423x0",
|
||||
"423x0",
|
||||
"423x0",
|
||||
"426x0",
|
||||
"426x420",
|
||||
"423x420",
|
||||
"423x0",
|
||||
"0x0",
|
||||
"0x0",
|
||||
"0x0"
|
||||
],
|
||||
"bed_mesh_max": "0,0",
|
||||
"bed_mesh_min": "0,0",
|
||||
"bed_mesh_probe_distance": "0,0",
|
||||
|
||||
Reference in New Issue
Block a user