or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Forensic Report: DIY Extruder
Examination
Descriptive list of items submitted for examination, including serial number, brand and model
Object
Serial number:
Brand: NO BRAND
Model: DIY FROM IAAC
Colour: GREEN/RED
Made in: SPAIN
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →https://poly.cam/capture/B250FA2D-106C-4116-BDEE-7EB37A53F30C
Forensic Questions
What does it do?
An extruder is a machine used to shape materials by pushing them through a die to form long, continuous objects like filaments, tubes, or sheets. In our case it’s made to recycle plastic.
The process involves placing plastic material into a chamber, heating or softening it, and then using a rotating screw to force it through a shaped opening. The nozzle defines the shape of the final output. This particular extruder was created to make recycled plastic filaments.
How does it work?
The extruder works by warming up and melting plastic pellets that are fed by hand via a funnel. There is a motor that moves the pellets through a heating channel and at the same time compresses the melted plastic into a part that forms it and forces it out of the heating channel in the form of plastic filament.
How it's built?
The machine is built under a relatively DIY approach. It has some parts that are from standard machinery such as the nozzle and the agitator wand/drill but it also combines parts that were uniquely created for the final purpose of the machine; there were even some parts that were improvised due to the lack of a more adequate part to serve the purpose. This combination of parts that are both serial manufactured, 3D printed, and improvised give the machine a very experimental aesthetic yet fully functional. It was a case of function over form.
Why it failed, or it wasn't used anymore?
The plastic extruder was still functional, but had some flaws on the outcome of the plastic filament. It needed an extra component to control the actual diameter of the filament and adjust the temperature of the heaters and speed of the motor accordingly.
Steps taken
Testing
After the disassembly process, we meticulously examined each individual component.
We first tested the heaters to melt the plastic stuck in the screw inside the extruder so we could remove the remaining extruder parts. We got the heaters to work so these components are useful.
Finally, we tried to get the only motor in this component to work; it’s a stepper motor. It was a difficult and frustrating task, because it took us a long time. We tried different motor drivers, steppers motors, connections and Arduino codes until we finally make it.
Fist we needed to calibrate the voltage using the potentiometer embedded in the driver. We followed this diagram.
Then we follow the following diagram for the DRV8825 driver, knowing all its pinouts to integrate it into our Arduino. We used a code that rotated the motor in one direction and then in another at different speeds.
Results
How many motors did we find inside?
1 motor, using to turn the big screw.
Does it contain a computer or microcontroller?
No.
Did you found any sensors?
Yes, temperature sensors.
Conclusions
What did you learn?
What surprised you?
Images