updated readme and about

This commit is contained in:
pyr0ball 2019-07-25 20:07:37 -07:00
parent 83d4ba0653
commit 89a2fcd202
2 changed files with 60 additions and 7 deletions

View file

@ -29,23 +29,30 @@ This design incorporates two different enhancements:
- Vs [PrecisionPiezoUK](https://www.precisionpiezo.co.uk/resources-osh) version: No potentiometer calibration required, better false-signal filtering
Features:
Features:
- Self-calibrating (no more fiddling with tiny potentiometers!)
- Ultra-precise z-height measurements
- Zero offset (The nozzle itself is the sensor!)
- Compatible with ALL surface types
- No plugging in removable sensors for leveling
- Tunable over UART / I2C
FFC Cable Chain Extra Features:
- FFC Cable chain for a clean connection between print head and controller
- Onboard switchable DC buck converter for 12v or 5v fan operation
- LED Feedback on all PWM components
- Standalone version available for drop-in installation
Standalone version available for drop-in installation
Credit must be given to precisionpiezo.co.uk for getting me started on this project and giving me a place to start. I did build a version of the FFC cable chain based on their electrical designs but found the calibration of the circuit to be very fiddly, as the range of value on the potentiometers that was acceptable was very narrow.
I've since started from scratch using my own BOM and designs, while including an onboard microcontroller to handle auto-calibration. Given that every 3D printer is different, I wanted this sensor to be as easy and stable as other sensors available on the market, but with the increased performance of a piezo sensor.
[Discord for support and discussion](https://discord.gg/gmjgXHw)
Join our discord for support and to join in realtime discussion for the project:
<div class="discord_widget">
<iframe src="https://discordapp.com/widget?id=544587989536473099&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"> </iframe>
</div>
---------------------------
Legacy links:

View file

@ -1 +1,47 @@
#Under Construction
### What's this for?
An Ultra-Sensitive Z-probe sensor utilizing the mechanical force of the nozzle touching the bed, giving a direct measurement with no offsets or referential assumptions to consider
Optionally there is a version that incorporates an FFC Cable chain (Flat Flexible Cable) that can carry the entire print-head's signals and current in a clean and organized way
### Why is this better than `<X>` sensor?
- Vs. Inductive / capacitative sensors:
No Offset, more accurate, doesn't require special surface
- Vs. Mechanical touch (BL-Touch, servo mounted endstops):
No Offset, more accurate
- Vs. removable pressure sensor:
More accurate, no need for attaching a device only for levelling
- Vs. Optical rangefinder / Time of Flight:
Much more accurate, doesnt require specific surface
- Vs. Mechanical endstops:
All the things
- Vs PrecisionPiezoUK version:
No potentiometer calibration required, better false-signal filtering
Features:
- Self-calibrating (no more fiddling with tiny potentiometers!)
- Ultra-precise z-height measurements
- Zero offset (The nozzle itself is the sensor!)
- Compatible with ALL surface types
- No plugging in removable sensors for leveling
- Tunable over UART / I2C
FFC Cable Chain Extra Features:
- FFC Cable chain for a clean connection between print head and controller
- Onboard switchable DC buck converter for 12v or 5v fan operation
- LED Feedback on all PWM components
Standalone version available for drop-in installation