bugfix. machine endstop switches are taken into account correctly when calculating the working area.
This commit is contained in:
parent
34ee7a2578
commit
21f26648eb
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ class LaserCutterProfileManager(object):
|
|||
width = 217,
|
||||
depth = 298,
|
||||
height = 0,
|
||||
origin_offset_x = 1,
|
||||
origin_offset_y = 1,
|
||||
origin_offset_x = 1.1,
|
||||
origin_offset_y = 1.1,
|
||||
),
|
||||
zAxis = False,
|
||||
axes=dict(
|
||||
|
|
|
|||
Loading…
Reference in a new issue