Updating - extrusion/lydia-print-head-v3

This commit is contained in:
lovebird 2025-03-08 17:46:31 +01:00
parent 2dcf5c0f30
commit 8e818f6786
9 changed files with 10 additions and 29 deletions

View File

@ -1,14 +1,12 @@
<p>Basic Print-head</p>
<p>This has been developed for an IRB_6600 - ABB Robot. This package contains only the firmware, and the CAD for adapter plate. There are also other CAD designs included but haven&apos;t been tested or used. You can use that for any bigger extruder.</p>
<h2 id="printhead">Printhead</h2>
<h3 id="details">Details</h3>
<p>The system is using:</p>
<ul>
<li>Omron - MX2 VFD, over Modbus-RS485</li>
<li>Omron - E5 temperature controllers, over Modbus-RS485</li>
<li>a Controllino - Mega to interface the VFD and PID and exposes an interface to control the VFD frequency and PID settings, over Modbus TCP</li>
<li>Controllino - Mega breakout board, interfacing VFD and PID.</li>
<li>Arduino compatible firmware</li>
</ul>
<p>You have to implement the print logic your self, using the Modbus TCP interface !</p>
<p>
<hr />
Please always contact us by EMail : <b>sales@plastic-hub.com</b><br />

View File

@ -1,9 +1,7 @@
Basic Print-head
This has been developed for an IRB_6600 - ABB Robot. This package contains only the firmware, and the CAD for adapter plate. There are also other CAD designs included but haven&apos;t been tested or used. You can use that for any bigger extruder.
## Printhead
### Details
@ -11,10 +9,9 @@ The system is using:
- Omron - MX2 VFD, over Modbus-RS485
- Omron - E5 temperature controllers, over Modbus-RS485
- a Controllino - Mega to interface the VFD and PID and exposes an interface to control the VFD frequency and PID settings, over Modbus TCP
- Controllino - Mega breakout board, interfacing VFD and PID.
- Arduino compatible firmware
You have to implement the print logic your self, using the Modbus TCP interface !
<hr/>
Please always contact us by EMail : <b>sales@plastic-hub.com</b><br/>

View File

@ -3,16 +3,16 @@
"version": "2.8",
"code": "LPH38",
"category": "extrusion",
"name": "Print Head",
"name": "Print Head - SJ25",
"product_perspective": "${abs_url}/${product_rel}/renderings/perspective.jpg",
"download": "http://files.osr-plastic.org/files/machines/extrusion/lydia-print-head/",
"download": "https://files.polymech.io/files/machines/extrusion/lydia-print-head-v3/",
"wiring": false,
"opensource": true,
"bestseller": false,
"showParts": false,
"showDimensions": false,
"forumSupportCat": 70,
"firmware": "http://files.osr-plastic.org/files/firmware/print-head/",
"firmware": "https://files.polymech.io/files/machines/extrusion/lydia-print-head-v3/firmware/",
"Preview3d": true,
"forum": "https://forum.osr-plastic.org/c/machines/3d-print/70",
"forumCategory": 70,

View File

@ -1,11 +0,0 @@
| Category | Description |
|---------------|-------------|
| components | Components used in main assemblies |
| config | Internal configuration |
| designs | Main Assemblies |
| documentation | Customer Documentation |
| firmware | Firmware |
| resources | General resources as research |
| scripts | Internal scripts |
| tasks | Internal task system |
| vendor | Vendor files |

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

View File

@ -1,6 +1,4 @@
Basic Print-head
This has been developed for an IRB_6600 - ABB Robot. This package contains only the firmware, and the CAD for adapter plate. There are also other CAD designs included but haven't been tested or used. You can use that for any bigger extruder.
## Printhead
### Details
@ -8,7 +6,5 @@ The system is using:
- Omron - MX2 VFD, over Modbus-RS485
- Omron - E5 temperature controllers, over Modbus-RS485
- a Controllino - Mega to interface the VFD and PID and exposes an interface to control the VFD frequency and PID settings, over Modbus TCP
- Controllino - Mega breakout board, interfacing VFD and PID.
- Arduino compatible firmware
You have to implement the print logic your self, using the Modbus TCP interface !

View File

@ -0,0 +1 @@
[Firmware](https://docs.plastic-hub.com/printhead/)