RH 1.5.6 refuses to park after job.

Since upgrading from 0.9, I have had to set RH to make a sound after printing, so I can rush and push the park button.  All my jobs now have a heat scar on top.  As far as I can tell, the "Printer Settings>Printer>Go to park position after job/kill" checkbox is just a placebo.

Comments

  • Same problem here.  I've seen it was a problem before and I read that you're supposed to manually put in G28 at the start of every job, I'm just not sure how to do that.
  • In printer configuration you have scripts. Put in end job something like

    G1 X0 Y0 F12000
    to get the extruder out of the way fast.
    Then
    G1 Z<zmax> F600
    to move it up. This replaces the park function. Park only works under certain conditions like it must be homed while connected or it will ignore it.
  • Downgrading to 0.90D fixed my problems.  Is there any reason you can't copy/paste the code from 0.90D to make it work properly again?
Sign In or Register to comment.