Re: Precision Piezo Z-probe Now available. June 06, 2017 08:19AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. June 06, 2017 10:02AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. June 06, 2017 11:04AM |
Registered: 7 years ago Posts: 270 |
Quote
Moriquendi
A strain gauge is what you would need for that kind of continuous measurement but they come with their own problems. Strain gauges are highly temperature sensitive and normally have to be used in pairs where only one is exposed to the force and the other, mounted nearby, is used to compensate for temperature changes.
Software integration is a whole 'nother problem.
Idris
Re: Precision Piezo Z-probe Now available. June 06, 2017 11:39AM |
Registered: 7 years ago Posts: 8 |
Re: Precision Piezo Z-probe Now available. June 06, 2017 12:51PM |
Registered: 9 years ago Posts: 487 |
Trouble with Piezo June 07, 2017 10:42AM |
Registered: 7 years ago Posts: 11 |
M558 P1 I1 F500 X0 Y0 Z0 ; Analog Z probe, also used for homing the Z axis G31 X0 Y0 Z0 P700 ; Set the probe height and threshold (put your own values here)
; 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 G1 X0 Y0 G28 ; home the printer ;*** Remove the following line if your Z probe does not need to be deployed ;M98 Pdeployprobe.g ; 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. You can remove this if you use an IR probe. G30 P0 X0 Y0 Z99999 ; Probe the bed and do 6- or 7-factor auto calibration G30 P0 X10 Y10 Z99999 ; top left G30 P1 X10 Y190 Z99999 ; top right G30 P2 X190 Y190 Z99999 ; bottom right G30 P3 X190 Y10 Z99999 ; bottom left G30 P4 X100 Y100 Z99999 S0 ; centre, and calibrate ;*** Remove the following line if your Z probe does not need to be retracted ;M98 Pretractprobe.g G1 X0 Y0 Z150 F15000 ; get the head out of the way of the bed
Re: Trouble with Piezo June 07, 2017 10:44AM |
Registered: 9 years ago Posts: 517 |
Re: Trouble with Piezo June 07, 2017 10:57AM |
Registered: 7 years ago Posts: 11 |
Piezo support. June 07, 2017 11:07AM |
Registered: 9 years ago Posts: 3,525 |
Re: Piezo support. June 07, 2017 07:23PM |
Registered: 7 years ago Posts: 11 |
Re: Piezo support. June 07, 2017 07:25PM |
Registered: 9 years ago Posts: 517 |
Re: Piezo support. June 07, 2017 07:51PM |
Registered: 7 years ago Posts: 11 |
; 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 ;*** Remove the following line if your Z probe does not need to be deployed ;M98 Pdeployprobe.g ; 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. You can remove this if you use an IR probe. G30 P0 X0 Y0 Z99999 ; Probe the bed and do 6- or 7-factor auto calibration G30 P0 X10 Y10 Z99999 ; top left G30 P1 X10 Y190 Z99999 ; top right G30 P2 X190 Y190 Z99999 ; bottom right G30 P3 X190 Y10 Z99999 ; bottom left G30 P4 X100 Y100 Z99999 S0 ; centre, and calibrate ;*** Remove the following line if your Z probe does not need to be retracted ;M98 Pretractprobe.g G1 X0 Y0 Z-150 F15000 ; get the head out of the way of the bed
Re: Precision Piezo Z-probe Now available. June 07, 2017 07:58PM |
Registered: 9 years ago Posts: 517 |
; Z probe and compensation definition M558 P1 X0 Y0 Z0 F120 T3000 H2 R0.2 ; Z probe is a switch and is not used for homing any axes G31 X0 Y0 Z-0.05 P10 ; Set the zprobe height and threshold (put your own values here)
Re: Precision Piezo Z-probe Now available. June 07, 2017 08:01PM |
Registered: 7 years ago Posts: 11 |
; Z probe M558 P1 F500 X0 Y0 Z0 ; Analog Z probe, also used for homing the Z axis G31 X0 Y0 Z0 P20 ; Set the probe height and threshold (put your own values here) ; The following M557 commands are not needed if you are using a bed.g file to perform bed compensation ;*** Adjust the XY coordinates in the following M557 commands to suit your build and the position of the Z probe ;M557 P0 X30 Y-25 ; Four... ;M557 P1 X30 Y-155 ; ...probe points... ;M557 P2 X250 Y-125 ; ...for bed... ;M557 P3 X250 Y-25 ; ...levelling ;M557 P4 X150 Y-95 ; 5th probe point for levelling
Re: Precision Piezo Z-probe Now available. June 07, 2017 08:03PM |
Registered: 9 years ago Posts: 517 |
Re: Precision Piezo Z-probe Now available. June 07, 2017 08:15PM |
Registered: 7 years ago Posts: 11 |
Re: Precision Piezo Z-probe Now available. June 07, 2017 08:23PM |
Registered: 9 years ago Posts: 517 |
Re: Precision Piezo Z-probe Now available. June 07, 2017 08:28PM |
Registered: 7 years ago Posts: 11 |
Re: Precision Piezo Z-probe Now available. June 07, 2017 08:34PM |
Registered: 9 years ago Posts: 517 |
Re: Precision Piezo Z-probe Now available. June 07, 2017 08:41PM |
Registered: 7 years ago Posts: 11 |
Re: Precision Piezo Z-probe Now available. June 07, 2017 08:44PM |
Registered: 9 years ago Posts: 517 |
Re: Precision Piezo Z-probe Now available. June 07, 2017 08:45PM |
Registered: 7 years ago Posts: 11 |
Re: Precision Piezo Z-probe Now available. June 08, 2017 03:22AM |
Registered: 9 years ago Posts: 487 |
Re: Precision Piezo Z-probe Now available. June 08, 2017 03:35AM |
Registered: 9 years ago Posts: 3,525 |
Re: Piezo support. June 08, 2017 08:27AM |
Registered: 9 years ago Posts: 3,525 |
Re: Piezo support. June 08, 2017 11:42AM |
Registered: 7 years ago Posts: 8 |
Re: Piezo support. June 08, 2017 12:05PM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. June 08, 2017 08:00PM |
Registered: 9 years ago Posts: 978 |
Quote
onefishtwofish
Ran G32 again
- Bed goes down a bit
- Bed moves up like it wants to probe
- Touch end of nozzle
- Bed doesn't stop
- Press hard on nozzle and bed doesn't stop
Re: Precision Piezo Z-probe Now available. June 10, 2017 10:57AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. June 18, 2017 01:39PM |
Registered: 8 years ago Posts: 58 |