Having an issue with variable nozzle height January 06, 2017 05:14PM |
Registered: 10 years ago Posts: 893 |
Re: Having an issue with variable nozzle height January 06, 2017 05:33PM |
Registered: 11 years ago Posts: 14,686 |
Re: Having an issue with variable nozzle height January 06, 2017 06:26PM |
Registered: 8 years ago Posts: 558 |
Re: Having an issue with variable nozzle height January 07, 2017 04:54AM |
Registered: 10 years ago Posts: 893 |
Quote
dc42
I doubt that it has anything to do with the firmware upgrade, but you could always go back to the old firmware if you want to check. My best guesses are that your print bed is no longer stable, or your Z axis is no longer moving smoothly.
Re: Having an issue with variable nozzle height January 07, 2017 04:57AM |
Registered: 10 years ago Posts: 893 |
Re: Having an issue with variable nozzle height January 07, 2017 05:29AM |
Registered: 10 years ago Posts: 893 |
Re: Having an issue with variable nozzle height January 07, 2017 08:27AM |
Registered: 10 years ago Posts: 893 |
Re: Having an issue with variable nozzle height January 08, 2017 03:52PM |
Registered: 10 years ago Posts: 893 |
Re: Having an issue with variable nozzle height [sort-of fixed] January 11, 2017 04:12AM |
Registered: 10 years ago Posts: 893 |
Re: Having an issue with variable nozzle height [sort-of fixed] January 11, 2017 04:58PM |
Registered: 11 years ago Posts: 14,686 |
Re: Having an issue with variable nozzle height [sort-of fixed] January 11, 2017 05:20PM |
Registered: 10 years ago Posts: 893 |
Re: Having an issue with variable nozzle height January 12, 2017 07:52AM |
Registered: 10 years ago Posts: 893 |
G28 ; home all axes ;G32 ; auto-levelling G29 S1 ; use the bed mesh map G1 X10 Y10 Z20 ; go to the front left side, raise & await next move
M561 ; clear current bed transform map G28 ; home all axes ;G32 ; auto-levelling G29 S1 ; use the bed mesh map G1 X10 Y10 Z20 ; go to the front left side, raise & await next move
Re: Having an issue with variable nozzle height [sort-of fixed] January 12, 2017 11:08AM |
Registered: 8 years ago Posts: 558 |
Quote
dc42
One thing that has recently come to light is that if you run G29 to probe multiple times, then you should use this sequence:
1. Send M561 to clear the bed trasform.
2. Home using G28.
3. Run G29
If you don't send M561 before homing, then the height map can affect the Z position after homing, leading to a Z offset that affects the G29 results. Likewise, if you load a height map, you should clear the bed transform and home first to establish the same Z=0 setting as when you generated the height map.
Re: Having an issue with variable nozzle height [sort-of fixed] January 15, 2017 04:26AM |
Registered: 10 years ago Posts: 893 |
Re: Having an issue with variable nozzle height [sort-of fixed] January 15, 2017 08:48AM |
Registered: 11 years ago Posts: 14,686 |