Fix Kobra 3 Max bed exclusion zones (#13879)

This commit is contained in:
TheLegendTubaGuy
2026-05-28 09:26:34 -07:00
committed by GitHub
parent 7999bbd819
commit d279e241f6
3 changed files with 66 additions and 15 deletions

View File

@@ -33,10 +33,10 @@
"disable_m73": "0", "disable_m73": "0",
"gcode_flavor": "klipper", "gcode_flavor": "klipper",
"printable_area": [ "printable_area": [
"3x0", "0x0",
"423x0", "426x0",
"423x420", "426x420",
"3x420" "0x420"
], ],
"printable_height": "501", "printable_height": "501",
"thumbnails": "230x110/PNG", "thumbnails": "230x110/PNG",
@@ -48,7 +48,24 @@
"bbl_use_printhost": "0", "bbl_use_printhost": "0",
"bed_custom_model": "", "bed_custom_model": "",
"bed_custom_texture": "", "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_max": "0,0",
"bed_mesh_min": "0,0", "bed_mesh_min": "0,0",
"bed_mesh_probe_distance": "0,0", "bed_mesh_probe_distance": "0,0",

View File

@@ -23,10 +23,10 @@
"disable_m73": "0", "disable_m73": "0",
"gcode_flavor": "klipper", "gcode_flavor": "klipper",
"printable_area": [ "printable_area": [
"3x0", "0x0",
"423x0", "426x0",
"423x420", "426x420",
"3x420" "0x420"
], ],
"printable_height": "501", "printable_height": "501",
"thumbnails": "230x110/PNG", "thumbnails": "230x110/PNG",
@@ -38,7 +38,24 @@
"bbl_use_printhost": "0", "bbl_use_printhost": "0",
"bed_custom_model": "", "bed_custom_model": "",
"bed_custom_texture": "", "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_max": "0,0",
"bed_mesh_min": "0,0", "bed_mesh_min": "0,0",
"bed_mesh_probe_distance": "0,0", "bed_mesh_probe_distance": "0,0",

View File

@@ -23,10 +23,10 @@
"disable_m73": "0", "disable_m73": "0",
"gcode_flavor": "klipper", "gcode_flavor": "klipper",
"printable_area": [ "printable_area": [
"3x0", "0x0",
"423x0", "426x0",
"423x420", "426x420",
"3x420" "0x420"
], ],
"printable_height": "501", "printable_height": "501",
"thumbnails": "230x110/PNG", "thumbnails": "230x110/PNG",
@@ -38,7 +38,24 @@
"bbl_use_printhost": "0", "bbl_use_printhost": "0",
"bed_custom_model": "", "bed_custom_model": "",
"bed_custom_texture": "", "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_max": "0,0",
"bed_mesh_min": "0,0", "bed_mesh_min": "0,0",
"bed_mesh_probe_distance": "0,0", "bed_mesh_probe_distance": "0,0",