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

@ -28,24 +28,31 @@ This design incorporates two different enhancements:
- Vs. Mechanical endstops: All the things - Vs. Mechanical endstops: All the things
- Vs [PrecisionPiezoUK](https://www.precisionpiezo.co.uk/resources-osh) version: No potentiometer calibration required, better false-signal filtering - 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!) - Self-calibrating (no more fiddling with tiny potentiometers!)
- Ultra-precise z-height measurements - Ultra-precise z-height measurements
- Zero offset (The nozzle itself is the sensor!) - Zero offset (The nozzle itself is the sensor!)
- Compatible with ALL surface types - Compatible with ALL surface types
- No plugging in removable sensors for leveling - 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 - FFC Cable chain for a clean connection between print head and controller
- Onboard switchable DC buck converter for 12v or 5v fan operation - Onboard switchable DC buck converter for 12v or 5v fan operation
- LED Feedback on all PWM components - 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. 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. 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: Legacy links:
@ -62,5 +69,5 @@ Original FFC Cable Chain designs can be found on my Thingiverse:
- [3D Printed Mount for Prusa/Anet printers](https://www.thingiverse.com/thing:2712439) - [3D Printed Mount for Prusa/Anet printers](https://www.thingiverse.com/thing:2712439)
- [FFC Cable Chain + Piezo boards](https://www.thingiverse.com/thing:2618717) - [FFC Cable Chain + Piezo boards](https://www.thingiverse.com/thing:2618717)
Please refer to LICENSE.md for license information Please refer to LICENSE.md for license information

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