Auto-level bug
I encountered a problem with several prints (at least 3). On longer ones there's a drift on Z that occurs randomly. All is good during some time then the layer thickness becomes greater and filament no more stuck to model.
After disabling auto-level the same print was realized without problem but I wasn't able to determine when and how this problem occur. The first and third time it occurs at the beginning (less than 10 layers I guess), the second one occurs at layer 49 on 81 after about 3 hours.
I'm using RAMPS 1.4 with Arduino Mega 2560. I already successfully made lots of prints with my printer without problem. I'm using negative Z-probe height. The Z min endstop is also used as Z-probe.
Thanks for your help.
After disabling auto-level the same print was realized without problem but I wasn't able to determine when and how this problem occur. The first and third time it occurs at the beginning (less than 10 layers I guess), the second one occurs at layer 49 on 81 after about 3 hours.
I'm using RAMPS 1.4 with Arduino Mega 2560. I already successfully made lots of prints with my printer without problem. I'm using negative Z-probe height. The Z min endstop is also used as Z-probe.
Thanks for your help.
Comments
The start script uses G32 S0 after G28 Z0 and G1 Z2.
My problem is I can't (or don't know how to) get full log since print start with Windows Host to check what exactly was sent to printer and compare with real Z height. The idea is to add commands to G-code to get current Z from firmware at different places.
I doubt it's a hardware problem, I made other long and high prints without problem with auto-level disabled.
Thanks for your help.