Manual lowering of hotend
i recently used the repetier firmware configuration tool https://www.repetier.com/firmware/v092/ and i have lost a feature that was very useful. in the past when i pressed the hotend down key (-10) for the first time, using repetier host , the hotend would lower itself to 180 mm, and every other pressing of the down key(-10) the hotend would lower by 10, my Z max length is 208.1. With the new firmware when i press the down key (-10) for the first time, the hotend lowers to 198.1, is there a way to set something to lower the hotend to 180, after the first pressing of the down key?
Comments
You can set one script to do this. Set it to
G28
G1 Z180 F6000
by right clicking the script button.