Slightly increase the default machine head size because the header block can stick out.
This commit is contained in:
parent
ec9f24fac8
commit
b28b7adef5
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ class projectPlanner(wx.Frame):
|
|||
self.selection = None
|
||||
|
||||
self.machineSize = util3d.Vector3(float(profile.getPreference('machine_width')), float(profile.getPreference('machine_depth')), float(profile.getPreference('machine_height')))
|
||||
self.headSizeMin = util3d.Vector3(70,16,0)
|
||||
self.headSizeMax = util3d.Vector3(16,35,0)
|
||||
self.headSizeMin = util3d.Vector3(70,18,0)
|
||||
self.headSizeMax = util3d.Vector3(18,35,0)
|
||||
|
||||
self.toolbar = toolbarUtil.Toolbar(self)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue