Re: Cherry Pi III Is Available May 22, 2015 01:35AM |
Registered: 10 years ago Posts: 76 |
Re: Cherry Pi III Is Available May 22, 2015 01:42AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 22, 2015 02:03AM |
Registered: 10 years ago Posts: 1,159 |
Quote
mikes3ds
Hate to repost, but do all the endstop switches have to be at the same height? ( Only two are at the same height and one is off, one wont fit into the hole)
Re: Cherry Pi III Is Available May 22, 2015 04:21AM |
Registered: 11 years ago Posts: 14,686 |
Quote
David J
For the first run I only used the default 5 probing points - 4 near the periphery, one in the centre. In the next session I plan to get more ambitious. I haven't worked out how to change the number of probe points yet - is it simply a matter of adding lines to the config.g file, where it currently shows a list of 4 probe points?
; 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 XY offset for this G28 ; home the printer ;*** Remove the following line if your Z probe does not need to be deployed M98 Pdeployprobe.g ; deploy the mechanical Z probe ; The first time the mechanical probe is used after deployment, it gives slightly different results. ; So do an extra dummy probe here. The value stored gets overwritten later. G30 P0 X0 Y0 Z-99999 ; Probe the bed and do auto calibration G30 P0 X-73.6 Y-42.5 Z-99999 ; X tower G30 P1 X0 Y-85 Z-99999 ; between X and Y towers G30 P2 X73.6 Y-42.5 Z-99999 ; Y tower G30 P3 X73.6 Y20 Z-99999 ; between Y and Z towers G30 P4 X0 Y67 Z-99999 ; Z tower G30 P5 X-73.6 Y20 Z-99999 ; between Z and X towers G30 P6 X-36.8 Y-21.25 Z-99999 ; half way to X tower G30 P7 X36.8 Y-21.25 Z-99999 ; half way to Y tower G30 P8 X0 Y42.5 Z-99999 ; half way to Z tower G30 P9 X0 Y0 Z-99999 S7 ; centre, and auto-calibrate 7 factors ;*** Remove the following line if your Z probe does not need to be retracted M98 Pretractprobe.g ; retractthe mechanical Z probe G91 G1 S1 X170 Y170 Z170 F15000 ; go part way up to speed up homing, endstops activated just in case G90 G28 ; Home the printer again
Re: Cherry Pi III Is Available May 22, 2015 04:57AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 22, 2015 06:13AM |
Registered: 11 years ago Posts: 14,686 |
Re: Cherry Pi III Is Available May 22, 2015 06:55AM |
Registered: 11 years ago Posts: 903 |
Quote
mikes3ds
Hate to repost, but do all the endstop switches have to be at the same height? ( Only two are at the same hieght and one is off, one wont fit into the hole)
Re: Cherry Pi III Is Available May 22, 2015 02:46PM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 22, 2015 04:26PM |
Registered: 11 years ago Posts: 14,686 |
Re: Cherry Pi III Is Available May 23, 2015 05:22AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 24, 2015 04:35AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 24, 2015 04:54AM |
Registered: 10 years ago Posts: 1,159 |
Quote
David J
Hmm - the printer's definately got a slight tilt. I didn't need to measure it, as I can clearly see the difference in sensor height going from front to back in the Y plane.
Now I've got to do some checking to see if I can identify the cause... I guess it's going to be:
* towers vertical
* rod lengths equal
* rods parallel in all positions on the bed
Anything else?
Re: Cherry Pi III Is Available May 24, 2015 07:42AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 24, 2015 10:26AM |
Registered: 10 years ago Posts: 1,159 |
Quote
David J
Aargh!!!
It never rain but it pours...
While fiddling around trying to check the printer's geometry, I had to unhook the GT2 belt on one of the columns - and now the damn thing won't stay put when I try to replace it. The problem is that the 2 sides of the slot in the rod carrier have been wedged apart due to the belt tension, the slot is now wider, and now the belt teeth slip over each other. I've tried various dubious fixes (e.g. tape on the back of the belt to make it thicker) but nothing seems to resolve the problem.
I wish the belt fixing was a bit more positive, e.g. some form of screw clamp.
...and breathe, deeply...
Re: Cherry Pi III Is Available May 24, 2015 10:44AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 25, 2015 11:07AM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 25, 2015 12:05PM |
Registered: 11 years ago Posts: 14,686 |
Re: Cherry Pi III Is Available May 25, 2015 12:23PM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available May 27, 2015 02:59PM |
Registered: 10 years ago Posts: 111 |
Re: Cherry Pi III Is Available May 27, 2015 06:01PM |
Registered: 10 years ago Posts: 111 |
Re: Cherry Pi III Is Available June 07, 2015 03:07PM |
Registered: 10 years ago Posts: 893 |
G31 X0.0 Y0.0 Z0.5 P500 ; Set the zprobe height and threshold (put your own values here)I have assumed that the Z offset value should be positive as the Z-probe trigger point is 'below the bed' as far as the effector is concerned. Is this reasonable?
Re: Cherry Pi III Is Available June 07, 2015 04:44PM |
Registered: 11 years ago Posts: 14,686 |
Re: Cherry Pi III Is Available June 07, 2015 04:44PM |
Registered: 11 years ago Posts: 45 |
Re: Cherry Pi III Is Available June 07, 2015 04:46PM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available June 07, 2015 04:47PM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available June 07, 2015 05:14PM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available June 08, 2015 05:38PM |
Registered: 10 years ago Posts: 893 |
Re: Cherry Pi III Is Available June 09, 2015 03:28AM |
Registered: 11 years ago Posts: 515 |
Quote
mrorange26
Could anybody tell me why my lcd display is dim and if its not plugged into pc it just lights up no writing?
Re: Cherry Pi III Is Available June 09, 2015 02:36PM |
Registered: 10 years ago Posts: 111 |
Re: Cherry Pi III Is Available June 09, 2015 04:53PM |
Registered: 9 years ago Posts: 21 |
Quote
AndyCart
I also included a drawing that shows how many T nuts slot into the base extrusions and where they fit. The top frame is easy, just 4 in each inner V slot.
Andy