First Layer Too High April 02, 2017 01:07PM |
Registered: 10 years ago Posts: 517 |
Re: First Layer Too High April 02, 2017 01:12PM |
Registered: 11 years ago Posts: 14,686 |
Re: First Layer Too High April 02, 2017 01:16PM |
Registered: 10 years ago Posts: 517 |
Quote
dc42
If you are running G32 before your print and the first layer is printing too high, then your trigger height (G31 Z parameter) is set too low.
Make sure that the G31 command in your config.g file comes after the M558 command that sets the probe type, not before it.
Re: First Layer Too High April 02, 2017 02:00PM |
Registered: 10 years ago Posts: 517 |
Re: First Layer Too High April 02, 2017 02:32PM |
Registered: 11 years ago Posts: 14,686 |
Re: First Layer Too High April 02, 2017 02:34PM |
Registered: 10 years ago Posts: 517 |
; Auto calibration routine for delta printers ; Before running this, you should have set up your zprobe Z offset to suit your build, in the G31 ; command in config.g. M561 ; clear any bed transform, otherwise homing may be at the wrong height G31 X0 Y0 ; don't want any probe offset for this G28 ; Home the printer M98 Pdeployprobe.g ; Deploy the probe G30 P0 X0 Y0 Z-99999 ; Dummy probe. Just to be safe. Probably not needed with the inductive probe. ; bed.g file for RepRapFirmware, generated by Escher3D calculator ; 16 points, 6 factors, probing radius: 90, probe offset (0, 0) G30 P0 X0.00 Y90.00 Z-99999 G30 P1 X45.00 Y77.94 Z-99999 G30 P2 X77.94 Y45.00 Z-99999 G30 P3 X90.00 Y0.00 Z-99999 G30 P4 X77.94 Y-45.00 Z-99999 G30 P5 X45.00 Y-77.94 Z-99999 G30 P6 X0.00 Y-90.00 Z-99999 G30 P7 X-45.00 Y-77.94 Z-99999 G30 P8 X-77.94 Y-45.00 Z-99999 G30 P9 X-90.00 Y-0.00 Z-99999 G30 P10 X-77.94 Y45.00 Z-99999 G30 P11 X-45.00 Y77.94 Z-99999 G30 P12 X0.00 Y45.00 Z-99999 G30 P13 X38.97 Y-22.50 Z-99999 G30 P14 X-38.97 Y-22.50 Z-99999 G30 P15 X0 Y0 Z-99999 S6 M98 Pretractprobe.g ; Retract the probe. G1 X0 Y0 Z250 F15000 ; get the head out of the way of the bed
Re: First Layer Too High April 03, 2017 05:54AM |
Registered: 9 years ago Posts: 117 |
Re: First Layer Too High April 03, 2017 07:44AM |
Registered: 10 years ago Posts: 517 |
Re: First Layer Too High April 06, 2017 10:47AM |
Registered: 8 years ago Posts: 558 |
Quote
ElmoC
I think I found the source of the problem. This BLTouch I have is a piece of crap. It seems to jam and misread a lot. I have removed it from the printer and it is not residing in the trash can. I'll be replacing the one on my other printer soon.
Re: First Layer Too High April 06, 2017 06:03PM |
Registered: 11 years ago Posts: 293 |
Re: First Layer Too High April 06, 2017 06:27PM |
Registered: 10 years ago Posts: 517 |
Quote
WZ9V
There were a lot of them in use at the Midwest RepRap Festival and the people I talked to spoke highly of them. I have one on a Tevo Little Monster I just got and it seems to do a fine job. The pin does need to have freedom of movement though, so keeping it clean and possibly lubed will help it (I think).