mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Undo compensation for nozzle offset on right clips
These clips were offset in the measurements because of the problem with the right nozzle not lifting high enough. This undoes that change. Contributes to issue CURA-2625.
This commit is contained in:
parent
17ade396d7
commit
e9ced745fa
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@
|
|||
"machine_disallowed_areas": { "default_value": [
|
||||
[[92.8, -53.4], [92.8, -97.5], [116.5, -97.5], [116.5, -53.4]],
|
||||
[[73.8, 107.5], [73.8, 100.5], [116.5, 100.5], [116.5, 107.5]],
|
||||
[[92.6, 107.5], [92.6, 100.5], [116.5, 100.5], [116.5, 107.5]],
|
||||
[[92.9, -97.5], [92.9, -107.5], [116.5, -107.5], [116.5, -97.5]]
|
||||
[[74.6, 107.5], [74.6, 100.5], [116.5, 100.5], [116.5, 107.5]],
|
||||
[[74.9, -97.5], [74.9, -107.5], [116.5, -107.5], [116.5, -97.5]]
|
||||
]},
|
||||
"nozzle_disallowed_areas": { "default_value": [
|
||||
[[-116.5, -103.5], [-116.5, -107.5], [-100.9, -107.5], [-100.9, -103.5]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue