nozzle too far away from bed when print starts January 04, 2017 12:10AM |
Registered: 8 years ago Posts: 11 |
Re: nozzle too far away from bed when print starts January 04, 2017 01:52AM |
Registered: 10 years ago Posts: 238 |
Re: nozzle too far away from bed when print starts January 04, 2017 03:37AM |
Registered: 9 years ago Posts: 5,232 |
Re: nozzle too far away from bed when print starts January 09, 2017 10:59AM |
Registered: 8 years ago Posts: 11 |
Re: nozzle too far away from bed when print starts January 09, 2017 11:15AM |
Registered: 8 years ago Posts: 759 |
Quote
ashdavely
How do you configure marlin to drop below your Z endstop? I've played with this but ended up crashing into the build plate.
Also, is Z home the same as Z0?
Re: nozzle too far away from bed when print starts January 09, 2017 01:00PM |
Registered: 8 years ago Posts: 11 |
Quote
obewan
Quote
ashdavely
How do you configure marlin to drop below your Z endstop? I've played with this but ended up crashing into the build plate.
Also, is Z home the same as Z0?
Send a G92 Z10 ; makes printer think its at z10 instead of Z0,
jog Zdown for paper test
Then send G92 Z0 ; resets Z0 to current position
Re: nozzle too far away from bed when print starts January 09, 2017 05:34PM |
Registered: 8 years ago Posts: 759 |
Quote
ashdavely
Quote
obewan
Quote
ashdavely
How do you configure marlin to drop below your Z endstop? I've played with this but ended up crashing into the build plate.
Also, is Z home the same as Z0?
Send a G92 Z10 ; makes printer think its at z10 instead of Z0,
jog Zdown for paper test
Then send G92 Z0 ; resets Z0 to current position
Will the firmware keep the new Z0 setting?