Merge branch 'master' of https://github.com/pyr0ball/pyr0piezo into develop
This commit is contained in:
commit
b45315f3b5
5 changed files with 6064 additions and 50 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -6,7 +6,7 @@
|
|||
<setting alwaysvectorfont="yes"/>
|
||||
<setting verticaltext="up"/>
|
||||
</settings>
|
||||
<grid distance="1.27" unitdist="mm" unit="mm" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="mm"/>
|
||||
<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/>
|
||||
<layers>
|
||||
<layer number="1" name="Top" color="4" fill="1" visible="no" active="no"/>
|
||||
<layer number="2" name="Route2" color="16" fill="1" visible="no" active="no"/>
|
||||
|
|
@ -9653,6 +9653,7 @@ general purpose rectifier, 1 A</description>
|
|||
<attribute name="NAME" x="109.22" y="130.0226" size="1.778" layer="95"/>
|
||||
<attribute name="VALUE" x="109.22" y="127.2286" size="1.778" layer="96"/>
|
||||
</instance>
|
||||
<instance part="J1" gate="G$5" x="274.32" y="50.8" smashed="yes"/>
|
||||
</instances>
|
||||
<busses>
|
||||
</busses>
|
||||
|
|
@ -9893,6 +9894,11 @@ general purpose rectifier, 1 A</description>
|
|||
<wire x1="45.72" y1="118.11" x2="49.53" y2="118.11" width="0.1524" layer="91"/>
|
||||
<label x="49.53" y="118.11" size="1.778" layer="95" xref="yes"/>
|
||||
</segment>
|
||||
<segment>
|
||||
<pinref part="J1" gate="G$5" pin="COMP_S"/>
|
||||
<wire x1="269.24" y1="45.72" x2="259.08" y2="45.72" width="0.1524" layer="91"/>
|
||||
<label x="256.54" y="45.72" size="1.778" layer="95"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="VCOMP_SENSE" class="0">
|
||||
<segment>
|
||||
|
|
@ -9915,6 +9921,11 @@ general purpose rectifier, 1 A</description>
|
|||
<wire x1="45.72" y1="115.57" x2="49.53" y2="115.57" width="0.1524" layer="91"/>
|
||||
<label x="49.53" y="115.57" size="1.778" layer="95" xref="yes"/>
|
||||
</segment>
|
||||
<segment>
|
||||
<pinref part="J1" gate="G$5" pin="FOL_S"/>
|
||||
<wire x1="269.24" y1="55.88" x2="259.08" y2="55.88" width="0.1524" layer="91"/>
|
||||
<label x="254" y="55.88" size="1.778" layer="95"/>
|
||||
</segment>
|
||||
</net>
|
||||
<net name="GADJ_R0" class="0">
|
||||
<segment>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ The latest firmware for this project can be found [HERE](https://github.com/pyr0
|
|||
|
||||
To request a mount for your printer, [open an issue on GitHub](https://github.com/pyr0ball/pyr0piezo/issues/new?assignees=pyr0ball&labels=add+support+request&template=printer-mount-request.md&title=%5BMOUNT%5D)
|
||||
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3TLQQSFCEJL8S&source=url)
|
||||
|
||||
Join our discord for support and to join in realtime discussion for the project:
|
||||
<div class="discord_widget">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||

|
||||

|
||||
|
||||
<object data="../../other/USB-UART-Wiring-Example.pdf" type="application/pdf" width="100%" height="450px">
|
||||
<embed src="../../other/USB-UART-Wiring-Example.pdf">
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
The EasyPiezi (Rev 1.1.x and Rev 2.x.x) utilize an extra amp channel to allow the use of a PT100 RTD Thermal sensor with minimal additional components. The circuit is based on E3D's daughterboard designed for PT100 sensors.
|
||||
|
||||

|
||||

|
||||
|
||||
The circuit outputs a DC voltage that corresponds to the RTD's change in resistance, which in turn changes based on the temperature of the RTD. This output shares a common ground with other parts of the circuit, so only one additonal output pin is required to utilize it.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue