How to use the Modela: Difference between revisions

From Fab Lab Wiki - by NMÍ Kvikan
Jump to navigation Jump to search
Digiorgio (talk | contribs)
No edit summary
Digiorgio (talk | contribs)
No edit summary
Line 67: Line 67:
   Lower it slowly so the bit doesn't fall into the board and break.
   Lower it slowly so the bit doesn't fall into the board and break.
   Now that the bit is at surface level, tighten screw.  
   Now that the bit is at surface level, tighten screw.  
# Once bit is ready click on "send to machine"
* Once bit is ready click on "send to machine"
* Press the view button to enter view mode and remove your new PCB Board




=== Frágangur ===
=== Finish ===
# Taka agnir i burtu med t.d. ryksugu
# Clean the shavings with a vacuum cleaner
# hreinsa rafrásarbrettið með því að skola það með vatni og sápu til þess að rásin tærist ekki með tímanum.
# Clean the circuit board with water and soap. This prevent future corrosion 


== Ef eitthvað fer úrskeiðis ==
Ef eitthvað kemur upp á við fræsingu er hægt að smella á View takkann á fræsivélinni.


Til þess að hreinsa úr minni fræsivélarinnar er UP og DOWN tökkunum haldið inni í 5-6 sekúndur, halda tökkunum inni þar til Led ljós er hættir að blikka hjá VIEW takkanum..
== If something goes wrong ==
If something goes wrong during the milling process press the view button on the machine.
To clean out the memory of the machine press and hold the Up and Down button at the same time until the LED besides the view button starts blinking.
**If you stop the milling process you have to reset the cad.py program by closing the program and then go to the Terminal in ubuntu and type...
the Kill all line...


Ef verkefni er sem hefur verið sent á úr cad.py er stöðvað þarf að slökkva á forritinu og byrja upp á nýtt.
killall -9 python
Þetta er t.d. hægt að gera með því að fara í Terminal í Linux og skrifa killall -9 python





Revision as of 22:15, 24 June 2009

Roland Modela can be used to mill circuit boards.

Step by Step


Modela buttons, from top: Power, View, Up, Down
  1. Design the circuit board or select and download a cad file from the hello-world circuits section on the http://fab.cba.mit.edu/about/fab/ or from hello world electronics
  2. Stick a piece of the PCB copper plated stock onto the cutting plane at the 1,1 inch intersection on the grid.
  3. Open Cad.py software
  4. Click input and get the design file (.cad file) or a pre-designed png file.


Make the toolpath

  1. Make the toolpath for the circuit. Use a 1/64" tool, which is 0.0156" decimal.
  2. Click CAM
  3. Click Output format and choose .rml (Modela)
  4. If you're using a circuit board written in Python, you'll find a line near the bottom saying "#dpi = 500 ".
  5. Move the ("#") sign to the line above which is "dpi=200
    • The "#" symbol is a comment, which will ignore the line of the command after the sign.
    • Use "dpi = 200 # low resolution for previewing" for previewing toolpath contour
    • Use "dpi = 500 # high resolution for machining" actual rendering and sending to Modela (takes longer to render)
  6. Set contours to -1 (meaning infinite)
  7. Click Contour
  • This will set the toolpath for the file


Milling the circuit itself
Cutting out a circuit board

Milling a circuit

  1. Go to "view mode" by click on the view button on the Modela
  2. Tape down copper board at o,o position ( 1 inch x 1 inch from bottom left corner)
  3. Put 1/64 inches bit in the modela, which is 0.0156" decimal. Set it up as high as you can in the machine. Loosen existing bit with provided allen wrench.
  4. Clear out the memory of the Modela, by holding the both ""up" and "Down on the machine
  5. Open file in cad...follow instructions "Make a toolpath"
  6. Set the x,y axis starting point on the project to 1, 1 on the control panel in cad and then click "move"
  7. Lower bit close to the corner (1,1) by pressing the "Down" button. Be sure to not let the bit touch the surface.
  8. Loosen the hex screw that holds the bit and lower it until it touches the top surface of the board.
    • Lower it slowly so the bit doesn't fall into the board and break.
  9. Now that the bit is at surface level, tighten screw.
  10. Open cad again and then send to machine.
  11. Grab a coffee, it's going to be a long night.


Cut out the Board from the PCB

  1. Press view button to move PCB forward. Be careful not to move board around in process.
  2. Clean up any shavings from first mill.
  3. Change bit to the 1/32 inch bit (0.0312 )
    • Be sure it doesn't fall out and break
  4. Open back up cad.py software
  5. Change tool diameter to 0.0312
  6. Change number of contours from -1 to 1
  7. Change xy speed: to 0.5 and z speed: to 0.5
  8. Remove the "#" in front of the lines...
#cad.function = pcb.interior
#z = -.065
  1. Press contour to render contour lines for cutting out the board.
  2. Press the view button place machine back in cutting mode and out of view mode.
  3. In program cad.py move board back to position 1, 1 by clicking the "move" button in the program.
  • repeat steps above to set bit
 Lower bit close to the corner (1,1) by pressing the "Down" button. Be sure to not let the bit touch the surface. 
 Loosen the hex screw that holds the bit and lower it until it touches the top surface of the board.
 Lower it slowly so the bit doesn't fall into the board and break.
 Now that the bit is at surface level, tighten screw. 
  • Once bit is ready click on "send to machine"
  • Press the view button to enter view mode and remove your new PCB Board


Finish

  1. Clean the shavings with a vacuum cleaner
  2. Clean the circuit board with water and soap. This prevent future corrosion


If something goes wrong

If something goes wrong during the milling process press the view button on the machine. To clean out the memory of the machine press and hold the Up and Down button at the same time until the LED besides the view button starts blinking.

    • If you stop the milling process you have to reset the cad.py program by closing the program and then go to the Terminal in ubuntu and type...

the Kill all line...

killall -9 python


Using Eagle

A nice tutorial about this was written by people at the Delhi Fab Lab. It should be uploaded.

http://fablab.marcboon.com/pcb/