chiark / gitweb /
pauseAtZ plugin: Make 15mm in Z park height configurable
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 16:18:29 +0000 (16:18 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 18:32:03 +0000 (18:32 +0000)
commit3093914fb43e6f8a579dcf97e188b98592cb7786
tree4890f72050811bc013be9ec2de4397cb92668afd
parent2b59438d3317b9046fdb5c9563ea0321d4808149
pauseAtZ plugin: Make 15mm in Z park height configurable

Just after retracting, and before parking the head, we move the Z
upwards.  Previously the minimum parking Z height was always 15mm.
The comment says:

  Change z before doing the move because the nozzle
  can hit the glass lock on the UM2

On my TAZ-5, this is not necessary.  And moving the Z axis a long
distance before parking is undesirable because Z axis moves are slow,
leading to a certain amount of ooze, etc.

So make the minimum Z parking height configurable.  We retain the
previous fixed value of 15mm as the default.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
plugins/pauseAtZ.py