Você está no 3DFinder
Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.
Descrição
Pwdr is an open source powder-based rapid prototyping machine. Its goal is to promote experiments and innovations in powder-based rapid-prototyping. The machine is ready to use both the 3DP as the SLS process with minimal adaption, although the printer is currently prepped for 3DP.
More information on: http://pwdr.github.com
Hardware The Pwdr Model 0.1 consists of chassis, tool head and electronics. The printer entirely consists of off-the-shelf components. It has a simple design and can be built within a couple of hours. The machine is easy and affordable to build and modify. Building a Pwdr Model 0.1 machine costs about €1000,-.
Software The accompanying software for the Pwdr Model 0.1 converts the CAD model in a printable format. This file is then uploaded to the Pwdr Model 0.1 micro-controller. The machine is controlled by easy-to-use software that allow full control of the printing process.The Pwdr Model 0.1 software has been based on open source tools like Arduino and Processing.
Materials A whole new range of materials become available for experimenting with open-source rapid-prototyping; for example, when using the 3DP process: gypsum, ceramics, concrete, sugar, etc. And when the SLS process is fully supported, plastic materials like ABS, PP, Nylon and metals become available as building material.A Hewlett Packard inkjet cartridge is used for the deposition of binder. The cartridge can be refilled with custom binders using a syringe. A custom binder of 20% alcohol and 80% water has been proven to work.
Specifications
- Maximum build size: 125mm x 125mm x 125mm
- Print resolution (3DP): 96DPI
- Minimum vertical step size: 50μm
- Speed (depending on printed part): ±1 minute per layer
Instruções
Manual Pwdr Model 0.1 Machine
Hardware The printer consists of two bins (#1 for storing powder, near electronics and #2 for building the part), which move up and down respectfully during the printing process. The powder is bonded using a standard inkjet printer head.
Steppers The steppers that accommodate the movements are controlled via stepper boards that send the correct voltage and current. When a stepper ‘misses steps’, the maximum current must be adjusted. Turn the white pot-meter of the corresponding stepper board clockwise to increase the maximum current.
Note: when the maximum current is set too high, the stepper is bound to overheat. When this happens, disconnect power and let the stepper cool.
Drive belts The drive belts transmit the movements from the steppers to the carriages. To tighten them up, just turn the adjustment screws. When the belts are extended completely, adjust the belts length at the belt clamps.
Printer head The printer head that deposits the binder is a standard Hewlett Packard C6602A cartridge. It’s connected to the Arduino micro-controller via a custom protoshield board that supplies the correct voltages to the nozzles.
The nozzles are prone to breaking when a wrong voltage is applied. Therefore, the power supply to the protoshield should only be connected when printing.
To avoid powder to stick to the nozzles, please put a small sellotape strip in the front of the cartridge. To enable refilling of the cartridge, remove the label on top of the cartridge; it covers the vents. A syringe with a custom binder can be mounted in the front vent, as described later.
Software Two pieces of software are used for the printer control; the firmware running on the Arduino micro-controller and control software running on a computer. The control software handles the conversion of the CAD-model to a print file as well as the communication with the printer.
Micro-controller firmware The firmware running on the Arduino micro-controller controls all actuators. The print file is stored on it’s internal memory. This means that every new print file must be uploaded to the micro-controller using the Arduino IDE. The print files are made by the preprocessor.
Preprocessor / Pwdr_GUI_V2.0 The client software is written in Processing. To run the program, you need the Processing environment. When the client software is run, it opens in the preprocessor mode. Here, you can choose the model you want to print and convert it to a print file. The print files are saved in the folder ‘Arduino/PwdrFirmware’ along the main firmware file. To upload the print files, open the Arduino IDE and click ‘compile and upload’.
Note: the client software needs a serial line for communication with the micro-controller. Fill in the correct serial port number on line 87 of ‘Pwdr_GUI_V2.0.ide’, the available ports are shown in the verbose output of the Processing IDE when the file is run. When the correct port number is edited, it’s possible to compile the program to a standalone version which doesn’t need the Processing IDE to run.
Control software / Pwdr_GUI_V2.0 When the button ‘print’ is clicked in the preprocessor, the client software switches to control mode. Here, you can jog the various actuators and control the machine. To start a print job, simply click ‘print’.
Printing workflow Make sure that the power supply is disconnected
To prevent the ink cartridge from burning, the power supply for the cartridge (and preferably the power supply for the stepper too) must be disconnected when data is sent to the Arduino micro-controller.
Convert model to printable data Open the Pwdr_GUI Processing program. Make sure the Arduino micro-controller is connected. Run the program. Fill the correct serial port number (listed in the Processing verbose window) in on line 86 of Pwdr_GUI_V2.0.pde. Stop the program and run again.
Open up the file that is due to be printed. Click ‘convert model’. Make sure the file has a height divisible by 12. Otherwise, a verbose message will be shown. Click ‘send print file’. The two files with print data (‘PwdrPrintData.ino’ and ‘PwdrPrintDataUpper.ino’) are now saved to a folder called ‘Arduino’.
Note: Currently, the only way to change the parameters is by hardcoding them in the Processing parameter declarations (saturation, file height, etc.). These parameters are included in the print file that is send to the micro-controller.
Sent printable data to micro-controller Open the machine’s firmware (‘PwdrFirmware.ino’). When opening, the two print files should be displayed as tabs. Click ‘compile and upload’. The firmware is now compiled and sent to the Arduino micro-controller.
Note: Currently, the only way to change the parameters is by hardcoding them in the Arduino parameter declarations (step-sizes, margins, etc.).
Clean machine and reset position Thoroughly clean the machine using a vacuum cleaner, brushes, etc. Degrease the roller using cloth soaked with alcohol or thinner. Makes sure the guidance rods are lubed and the belt drives are tensioned correctly. Move the XY-carriage , by hand, to the far end (opposite of the motors) of the machine. The X-carriage should touch the axis of the roller stepper.
Filling up with powder and binder Adjust the position of the pistons using the control software. Fill the bins with powder and make sure to tap it quite firmly so a very solid base arises. Press extra hard on the powder near the edges. Scrape the excess amount of powder off. You can move (when the power is disconnected) the XY-carriage across the bins to check whether enough powder has been applied. Make sure to move it to it’s initial position afterwards.
When the binder has run out, premix a solution of 20% alcohol and 80% (demi) water. Put the mixture in a syringe and fit a 22G needle. Stick the needle in the vent op top of the cartridge and remove the syringe’s piston so the binder can flow freely in the cartridge. Make sure no binder leaks out of the cartridge.
Connect power Now the program is uploaded to the micro-controller, it’s safe to connect the power to both the stepper and cartridge supplies. But first, run the ‘Pwdr_GUI_V2.0’ program, click ‘print’ and wait for the verbose message ‘Safe to connect power’.
Note; Each time software connects with the Arduino micro-controller, it’s rebooted. During reboot, random voltages are applied to random ports, possibly hurting the ink cartridges.
Deposit a number of layers fresh powder Because the hand-filled power has another porosity and density than the machine-laid powder, deposited a number of layers (±5) by the machine. Click the button ‘make new layer’.
Initialize XY-carriage position Initialize the position of the XY-carriage by clicking the ‘initial position’ button. The XY-carriage moves to the starting point. When for whatever reason this position should be changed, use the jog controls. When the position has been adjusted, click ‘reset positions’.
Start print job Now, the machine is completely ready to start printing. Click ‘print’ to start the print job. The verbose messages show the printing progress.
Note: When something is wrong and the printing process should be canceled immediately, press the emergency button on the prototype board (the button with a black cross). After this, disconnect power and close the control software.
Finish print job When the print process has finished, deposit a few layers on top of the printed product, this helps binding the last printed layers. Leave the printed part to rest a couple of hours to let the binder fully penetrate and bind the powder.
Remove printed part When the part has hardened a couple of hours, it’s safe to remove it from the build platform. Use a brush to carefully remove powder from the edges. When the parts outline has been fully revealed, use a scoop or spatula to carefully take out the part. Make sure not the apply load or torque on the part. When the part is eviscerated, remove excess powder with a brush. The part is now ready for post-processing (e.g. sintering or fixating using cyanoacrylate).