Re: Precision Piezo Z-probe Now available. July 14, 2017 03:45AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 14, 2017 06:46AM |
Registered: 9 years ago Posts: 752 |
Very simple for now, I just use the DAC that can be configured as a Vref source for the comparator, you can adjust the threshold voltage in 32 steps. I use an interrupt service routine that will detect an edge, then determine the low to high edge, then turn off the comparator interrupt enable. Start a timer for say 100 to 500ms that ignores any other signals. During this period I pull an output pin low.Quote
interested to see how your signal conditioner works, we have played around with some micro controllers to signal condition but haven't really settled on the best way yet. But they are cheap and versatile.
Re: Precision Piezo Z-probe Now available. July 14, 2017 07:07AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 14, 2017 08:18AM |
Registered: 9 years ago Posts: 517 |
Quote
DjDemonD
As for drilling a hole, get a spur point wood drill bit. Mark the centre of the piezo disc.place the piezo disc with ceramic side upwards, on a disc of blutack which dissipates the heat and stops it spinning around. Press down with the point of the drill bit on the centre mark, it will puncture the upper metal layer, thereby remaining centred.
Re: Precision Piezo Z-probe Now available. July 14, 2017 08:28AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 14, 2017 08:30AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 14, 2017 06:58PM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 15, 2017 06:39AM |
Registered: 8 years ago Posts: 193 |
Re: Precision Piezo Z-probe Now available. July 15, 2017 06:43AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 15, 2017 08:15AM |
Registered: 8 years ago Posts: 193 |
Re: Precision Piezo Z-probe Now available. July 15, 2017 05:03PM |
Registered: 8 years ago Posts: 58 |
Re: Precision Piezo Z-probe Now available. July 15, 2017 05:55PM |
Registered: 9 years ago Posts: 3,525 |
1st machine - Kossel XL delta, 27mm Lykle design piezo effector, v1.20 board (early kit board). Motor current M906 X1100 Y1100 Z1100 E800:800 I60 Accelerations M201 X3000 Y3000 Z200 E200 Max feedrates M203 X15000 Y15000 Z15000 E3600 Jerk M566 X1200 Y1200 Z1200 E100 M558 P5 I0 R0.2 F300 X0 Y0 Z0 ;digital piezo sensor, output rises on contact, probing speed, not used to home axes G31 X0 Y0 Z-0.14 P10 ;sensor is nozzle and debounce value.
Re: Precision Piezo Z-probe Now available. July 15, 2017 06:05PM |
Registered: 9 years ago Posts: 517 |
Quote
Hergonoway
Hey @DjDemonD, what's your DUET configuration on your delta with the piezo installed ? especially M566, M203, M201 and M906
We've got similar build, maybe I'll find a better tuning to perform fine print.
M558 P1 X0 Y0 Z0 F300 T3000 H2 R0.2
Re: Precision Piezo Z-probe Now available. July 15, 2017 06:12PM |
Registered: 8 years ago Posts: 58 |
M566 X1200 Y1200 Z1200 E100 ; (JERK) Set maximum instantaneous speed changes (mm/min) M203 X18000 Y18000 Z18000 E3600 ; Set maximum speeds (mm/min) M201 X3000 Y3000 Z3000 E200 ; Set accelerations (mm/s^2) M906 X1100 Y1100 Z1100 E800 I70 ; Set motor currents (mA) and motor idle factor in per cent
M558 P5 I0 X0 Y0 Z0 H2 F300 R0.4 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds G31 P10 X0 Y0 Z-0.10 ;
Re: Precision Piezo Z-probe Now available. July 15, 2017 06:18PM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 01:38AM |
Registered: 11 years ago Posts: 341 |
Quote
DjDemonD
As for other firmware marlin seems like we can get some tweaks in there. Smoothie are open to adding something if I can get someone to fork it and make changes.
zprobe.dwell_before_probing 0.2 #Dwell time in seconds
M670 D0.2
Re: Precision Piezo Z-probe Now available. July 16, 2017 02:22AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 06:09AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 06:23AM |
Registered: 8 years ago Posts: 58 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 07:01AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 07:10AM |
Registered: 8 years ago Posts: 58 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 07:16AM |
Registered: 8 years ago Posts: 58 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 07:16AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 07:59AM |
Registered: 9 years ago Posts: 517 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 08:33AM |
Registered: 8 years ago Posts: 58 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 08:35AM |
Registered: 9 years ago Posts: 3,525 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 08:37AM |
Registered: 9 years ago Posts: 517 |
Quote
Hergonoway
@ElmoC are you satisfied with the lock up system ? seems a bit "not durable"
I'm currently looking to adapt the mount to my effector and the piezo
Re: Precision Piezo Z-probe Now available. July 16, 2017 08:43AM |
Registered: 8 years ago Posts: 58 |
Re: Precision Piezo Z-probe Now available. July 16, 2017 08:51AM |
Registered: 9 years ago Posts: 517 |
Quote
Hergonoway
@ElmoC Yes the "red piece", the lock up seems easy but, I don't know, it doesn't seems stiff
Re: Precision Piezo Z-probe Now available. July 16, 2017 08:54AM |
Registered: 9 years ago Posts: 3,525 |