调整G439 json 自定义裁切范围错乱了

This commit is contained in:
13038267101 2023-06-15 14:54:59 +08:00
parent 5da5b43ebf
commit 50ca0a586f
1 changed files with 24 additions and 8 deletions

View File

@ -386,7 +386,11 @@
"cur": 0.000000, "cur": 0.000000,
"default": 0.000000, "default": 0.000000,
"size": 4, "size": 4,
"range": [0.000000, 0.000000, 0.000000], "range": {
"min": 0.000000,
"max": 210.000000,
"step": 21.000000
},
"depend_and": ["is-custom-area==true"] "depend_and": ["is-custom-area==true"]
}, },
"br-x": { "br-x": {
@ -401,10 +405,14 @@
"title": "扫描区域右侧mm", "title": "扫描区域右侧mm",
"desc": "自定义扫描区域右下角x坐标", "desc": "自定义扫描区域右下角x坐标",
"type": "float", "type": "float",
"cur": 0.000000, "cur": 210.000000,
"default": 0.000000, "default": 210.000000,
"size": 4, "size": 4,
"range": [0.000000, 0.000000, 0.000000], "range": {
"min": 0.000000,
"max": 210.000000,
"step": 21.000000
},
"depend_and": ["is-custom-area==true"] "depend_and": ["is-custom-area==true"]
}, },
"tl-y": { "tl-y": {
@ -422,7 +430,11 @@
"cur": 0.000000, "cur": 0.000000,
"default": 0.000000, "default": 0.000000,
"size": 4, "size": 4,
"range": [29.700000, 0.000000, 0.000000], "range": {
"min": 0.000000,
"max": 297.000000,
"step": 29.700000
},
"depend_and": ["is-custom-area==true"] "depend_and": ["is-custom-area==true"]
}, },
"br-y": { "br-y": {
@ -437,10 +449,14 @@
"title": "扫描区域下侧mm", "title": "扫描区域下侧mm",
"desc": "自定义扫描区域右下角y坐标", "desc": "自定义扫描区域右下角y坐标",
"type": "float", "type": "float",
"cur": 0.000000, "cur": 297.000000,
"default": 0.000000, "default": 297.000000,
"size": 4, "size": 4,
"range": [29.700000, 0.000000, 0.000000], "range": {
"min": 0.000000,
"max": 297.000000,
"step": 29.700000
},
"depend_and": ["is-custom-area==true"] "depend_and": ["is-custom-area==true"]
}, },
"is-size-check": { "is-size-check": {