Difference: ObjetAlaris30 (1 vs. 28)

Revision 282011-12-30 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"
<-- 
 -->
Line: 63 to 63
 
  • Press the material check button. It will display amounts in the status bar at the bottom. Compare these to the levels listed in the main printer application on the other computer.
  • Start the print job.
Changed:
<
<
  • Use the spatula to pick up the parts. Be careful of not hitting the head by chance.
>
>
  • Use the spatula to pick up the parts. Be careful of hitting the head by chance.
 
  • Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth. (Supplies are in the box under the table).

Resuming a print
Line: 82 to 82
 
Changed:
<
<
>
>
 

Revision 272011-12-22 - fheide

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"
<-- 
 -->
Line: 73 to 73
 
  • You can pause a print from the host machine if you need for example to take out a part that is done.
Added:
>
>
Troubleshooting

  • If the connection between the client computer (where OBJET studio runs) and the host (printer control program runs on this machine) fails, reboot the client computer. User/Password for the client computer are: admin/admin.
 
Detailed documents

  • User guide: DOC-04000_A_UserGuide.pdf. The vendor supplied hard copy one lives in the printer toolbox under the printer table.

Revision 262011-09-09 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"
<-- 
 -->
Line: 87 to 87
 

File types accepted for printing:
Changed:
<
<
  • Binary STL files: from the CAD app. If you have an ASCII STL file, use Brad's script stl_ascii2bin.py to convert.
>
>
  • Binary STL files: from the CAD app. If you have an ASCII STL file, use Brad's script stl_ascii2bin.py to convert (usage: python stl_ascii2bin.py --input myasciifile.stl --output mybinaryfile.stl ).
 
  • SLC files: rasterized layer files
  • BMP files: Can be sent only from the printer control app, not from the host.

Revision 252011-07-11 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"
<-- 
 -->
Line: 63 to 63
 
  • Press the material check button. It will display amounts in the status bar at the bottom. Compare these to the levels listed in the main printer application on the other computer.
  • Start the print job.
Deleted:
<
<
  • You can pause a print from the host machine if you need for example to take out a part that is done.
 
  • Use the spatula to pick up the parts. Be careful of not hitting the head by chance.
  • Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth. (Supplies are in the box under the table).
Changed:
<
<
>
>
Resuming a print

  • Note the "last slice" number x from the printer controller machine
  • Hit the resume button on the Job Manager, and enter x+1 (NOTE the +1) when prompted for the start slice number. (here is why you need to know x: the printer can stop printing because of an error or because you paused it -- but the job manager wouldn't know precisely at which slice (x) the printer stopped because the job manager sends out 8 slices at a time to the printer)

  • You can pause a print from the host machine if you need for example to take out a part that is done.

Detailed documents

  • User guide: DOC-04000_A_UserGuide.pdf. The vendor supplied hard copy one lives in the printer toolbox under the printer table.
 

Revision 242011-06-30 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"
<-- 
 -->
Line: 71 to 71
 
Added:
>
>
 
Line: 157 to 161
 
META FILEATTACHMENT attr="" comment="STL ASCII to Binary converter" date="1291679596" name="stl_ascii2bin.py.txt" path="stl_ascii2bin.py" size="3813" user="atcheson" version="1.1"
META FILEATTACHMENT attr="" comment="Spreadsheet to estimate/bill the cost" date="1291858905" name="AlarisCharges.xls" path="AlarisCharges.xls" size="23552" user="nasarouf" version="1.2"
META FILEATTACHMENT attr="" comment="Purchase order form. Used to order resin." date="1306176206" name="USResinOrderFormDesktopAlaris.xls" path="US Resin Order Form Desktop Alaris.xls" size="646144" user="nasarouf" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="Model properties from http://knowledge.stereolithography.com/activekb/questions/120/Objet+VeroWhite+-+FullCure+830" date="1309460481" name="ObjetVeroWhite150FullCure830.pdf" path="Objet VeroWhiteFullCure 830.pdf" size="69292" user="nasarouf" version="1.1"

Revision 232011-06-16 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"
<-- 
 -->
Line: 117 to 117
 
  • Objet Studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
  • CAD application: (third party sortware)
Changed:
<
<
    • solidworks is used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves.
    • Google SketchUp (last tested with version 8) is freely available and works well for our purposes. It does not output STL files, but the plugin skp_to_dxf.rb will allow for export to ASCII STL file (via the Tools menu in SketchUp). Make sure to clean up the geometry before export, and don't export guide lines. The exported STL file must be converted to binary format for use in Objet Studio. Use the attached stl_ascii2bin.py script to convert it.
    • OpenSCAD http://openscad.org yet another open source CAD program. Uses a different "programmatic" approach for defining the parts instead of a visual one. Can output ASCII STL files, use above converter.
    • Ashlar Vellum Argon http://www.ashlar.com/sections/products/argon/argon.html a professional 3D CAD software, offers a monthly rental model ($40/month, minimum two months).
>
>
    • solidworks (crazy expensive) is used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves.
    • Google SketchUp (Windows only) (last tested with version 8) is freely available and works well for our purposes. It does not output STL files, but the plugin skp_to_dxf.rb will allow for export to ASCII STL file (via the Tools menu in SketchUp). Make sure to clean up the geometry before export, and don't export guide lines. The exported STL file must be converted to binary format for use in Objet Studio. Use the attached stl_ascii2bin.py script to convert it.
    • OpenSCAD (Linux, MacOSX, Windows + FREE) http://openscad.org yet another open source CAD program. Uses a different "programmatic" approach for defining the parts instead of a visual one. Can output ASCII STL files, use above converter.
    • Ashlar Vellum Argon (There might be a 30-day trial period with this one) http://www.ashlar.com/sections/products/argon/argon.html a professional 3D CAD software, offers a monthly rental model ($40/month, minimum two months).
 

Revision 222011-05-27 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"
<-- 
 -->
Line: 30 to 30
 
  • PSM local directory: /imager/project/psm/alaris30
  • PSM mailing list: alaris-3d@cs.ubc.ca (only for communicating with the vendors. Admins: Wolfgang, Nasa)
Deleted:
<
<
  • Login:
    • Driver machine: admin/admin
    • Alaris software, to enable advance features: Ctrl+Alt+m (also hide mouse pointer to lower right)
 
  • Trained personnel: Nasa (x709), Wolfgang.
Line: 45 to 42
 

How to print

Changed:
<
<
  • Administrative Password: Try Ctrl+Alt+m.
>
>
  • Driver machine login: admin/admin
  • Alaris software Administrative Password: Try Ctrl+Alt+m (hide the mouse pointer to the bottom-right corner, use only the keyboard if a confirmation dialog shows up).
 
  • Cartridge replacement: Ask Nasa or Wolfgang first. The replacement procedure is described here.
  • WARNING!! Liquid printing material is toxic: msds_001.pdf. Use gloves and/or goggles if needed.
Quickstart
Line: 80 to 78
 

File types accepted for printing:
Changed:
<
<
  • STL files: from the CAD app.
  • SLC files: rasterized
>
>
  • Binary STL files: from the CAD app. If you have an ASCII STL file, use Brad's script stl_ascii2bin.py to convert.
  • SLC files: rasterized layer files
 
  • BMP files: Can be sent only from the printer control app, not from the host.

Resolution tips
  • Max resolution: 28microns in the Z direction, 1200dpi in X,Y.
  • Set "angle" low in CAD software for smooth curves
Changed:
<
<
  • Keep ±8 thou (thousands of an inch) space between parts that fit together.
>
>
  • Keep ±8 thousandths of an inch space between parts that fit together.
 
  • wall thickness: .5 mm, place walls along X (left-right) direction

Revision 212011-05-27 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"
Added:
>
>
<-- 
 -->


Overview

Workflow
<-- 
-->
 

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
Line: 22 to 44
 

How to print

Deleted:
<
<
<-- 
 -->
<-- 
-->
 
  • Administrative Password: Try Ctrl+Alt+m.
  • Cartridge replacement: Ask Nasa or Wolfgang first. The replacement procedure is described here.
  • WARNING!! Liquid printing material is toxic: msds_001.pdf. Use gloves and/or goggles if needed.
Quickstart
Changed:
<
<
Note: if your model is large (>200 grams of model+support, use judgement), you might want to print the "biz card" tray to see whether the printer is in order and you are satisfied with the quality. Biz card only takes up 8gms model and 8 gms support, takes about 21 minutes to print (after the head heats up). Contact Nasa if you have questions.
>
>
Note: if your model is large, or you need precision, or no prints were run in the last month (check the job manager for a list of past jobs), print bizcard.stl (8gms model and 8 gms support, 21 minutes to print) first to make sure that the printer is in order. If you are not happy with the quality, calibration tests like the pattern test and the weight test might be necessary. Contact Nasa.
 
  • Model and export a binary STL file (see the "Google Sketchup" section below for a ASCII to binary converter).
  • Copy to the computer with Objet Studio installed
Line: 113 to 130
 
Vendor contact
  • Mark Mason mmason@maverick-solutions.com (On-site installation person)
  • Paul Gascho paulg@maverick-solutions.com
Changed:
<
<
  • Resin ordering: supportus@objet.com Phone: 877-489-9449 or 978-495-5509. Use the form purchase order form linked at the top of this page.
>
>
  • Resin ordering: supportus@objet.com Phone: 877-489-9449 or 978-495-5509. Use the purchase order form.
 
Dates
  • Purchased:
  • On-site installation: Oct 21--22, 2010

Revision 202011-05-27 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
Changed:
<
<
>
>
 

  • PSM local directory: /imager/project/psm/alaris30

Revision 192011-05-25 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
Line: 33 to 33
 
Quickstart
Added:
>
>
Note: if your model is large (>200 grams of model+support, use judgement), you might want to print the "biz card" tray to see whether the printer is in order and you are satisfied with the quality. Biz card only takes up 8gms model and 8 gms support, takes about 21 minutes to print (after the head heats up). Contact Nasa if you have questions.
 
  • Model and export a binary STL file (see the "Google Sketchup" section below for a ASCII to binary converter).
  • Copy to the computer with Objet Studio installed

Revision 182011-05-23 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff

Added:
>
>
 
Changed:
<
<
>
>
  • PSM local directory: /imager/project/psm/alaris30
  • PSM mailing list: alaris-3d@cs.ubc.ca (only for communicating with the vendors. Admins: Wolfgang, Nasa)
  • Login:
    • Driver machine: admin/admin
    • Alaris software, to enable advance features: Ctrl+Alt+m (also hide mouse pointer to lower right)

  • Trained personnel: Nasa (x709), Wolfgang.
 
Deleted:
<
<
  • PSM local directory: /imager/project/psm/alaris30
  • PSM mailing list: alaris-3d@cs.ubc.ca (only for communicating with the vendors. Admins: Wolfgang, Nasa)
  • *Username: admin Password: Admin
  • Trained personnel: Nasa (x709), Wolfgang.
 

How to print

Line: 109 to 112
 
Vendor contact
  • Mark Mason mmason@maverick-solutions.com (On-site installation person)
  • Paul Gascho paulg@maverick-solutions.com
Changed:
<
<
  • Resin ordering: supportus@objet.com Phone: 877-489-9449 or 978-495-5509
>
>
  • Resin ordering: supportus@objet.com Phone: 877-489-9449 or 978-495-5509. Use the form purchase order form linked at the top of this page.
 
Dates
  • Purchased:
  • On-site installation: Oct 21--22, 2010
Line: 143 to 140
 
META FILEATTACHMENT attr="" comment="!SketchUp plugin: STL output" date="1291679278" name="skp_to_dxf.rb" path="skp_to_dxf.rb" size="9323" user="atcheson" version="1.1"
META FILEATTACHMENT attr="" comment="STL ASCII to Binary converter" date="1291679596" name="stl_ascii2bin.py.txt" path="stl_ascii2bin.py" size="3813" user="atcheson" version="1.1"
META FILEATTACHMENT attr="" comment="Spreadsheet to estimate/bill the cost" date="1291858905" name="AlarisCharges.xls" path="AlarisCharges.xls" size="23552" user="nasarouf" version="1.2"
Added:
>
>
META FILEATTACHMENT attr="" comment="Purchase order form. Used to order resin." date="1306176206" name="USResinOrderFormDesktopAlaris.xls" path="US Resin Order Form Desktop Alaris.xls" size="646144" user="nasarouf" version="1.1"

Revision 172011-05-20 - JoelFerst

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
Line: 13 to 13
 
  • MSDS (Material safety data sheet): msds_001.pdf
  • PSM local directory: /imager/project/psm/alaris30
  • PSM mailing list: alaris-3d@cs.ubc.ca (only for communicating with the vendors. Admins: Wolfgang, Nasa)
Changed:
<
<
>
>
  • *Username: admin Password: Admin
 
  • Trained personnel: Nasa (x709), Wolfgang.

Revision 162010-12-22 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
Line: 19 to 19
 

How to print

Deleted:
<
<
Quickstart
 
<-- 
 -->
<-- 
-->
Added:
>
>
  • Administrative Password: Try Ctrl+Alt+m.
  • Cartridge replacement: Ask Nasa or Wolfgang first. The replacement procedure is described here.
  • WARNING!! Liquid printing material is toxic: msds_001.pdf. Use gloves and/or goggles if needed.
Quickstart
 
  • Model and export a binary STL file (see the "Google Sketchup" section below for a ASCII to binary converter).
  • Copy to the computer with Objet Studio installed
    • The two computers are connected via KVM switch. Double-press scroll-lock (it will beep) then press enter (on the black keyboard) to toggle between them

Revision 152010-12-22 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
Line: 27 to 27
 
<-- 
-->
Changed:
<
<
  • Model and export a binary STL file
>
>
  • Model and export a binary STL file (see the "Google Sketchup" section below for a ASCII to binary converter).
 
  • Copy to the computer with Objet Studio installed
  • The two computers are connected via KVM switch. Double-press scroll-lock (it will beep) then press enter (on the black keyboard) to toggle between them
Changed:
<
<
  • Ensure control application started on other computer, and press the red button on the application to bring the printer online
>
>
  • Ensure control application started on other computer (Alaris30 on the desktop), and press the red button on the application to bring the printer online
 
  • Open new tray in Objet Studio and use drag-and-drop to import your STL files (multiple files ok)
  • Make sure the unit is right (inch, mm)
  • Press auto-align toolbar button (it will probably fail). Manually drag object around to non-overlapping positions. For each object, click it and adjust rotation to make it lie down flat. Use the transformation dialog in the bottom left, experiment with rotating by ±90 in each axis. After getting rotation correct, try auto-aligning again.
Added:
>
>
    • Choose from glossy or matte finish (top faces only)
    • Support can be light, medium or strong (strong for overhanging structures).
 
  • Press the model-check button to see if anything is overlapping. If not, there will be no output.
  • Press the material check button. It will display amounts in the status bar at the bottom. Compare these to the levels listed in the main printer application on the other computer.
  • Start the print job.
Line: 41 to 43
 
  • You can pause a print from the host machine if you need for example to take out a part that is done.

  • Use the spatula to pick up the parts. Be careful of not hitting the head by chance.
Changed:
<
<
  • Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth (supplied).
>
>
  • Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth. (Supplies are in the box under the table).
 

Revision 142010-12-20 - krim

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
Line: 94 to 94
 
  • CAD application: (third party sortware)
    • solidworks is used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves.
    • Google SketchUp (last tested with version 8) is freely available and works well for our purposes. It does not output STL files, but the plugin skp_to_dxf.rb will allow for export to ASCII STL file (via the Tools menu in SketchUp). Make sure to clean up the geometry before export, and don't export guide lines. The exported STL file must be converted to binary format for use in Objet Studio. Use the attached stl_ascii2bin.py script to convert it.
Added:
>
>
 

Vendor Stuff

Revision 132010-12-14 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
Line: 10 to 10
 
Changed:
<
<
>
>
 
  • PSM local directory: /imager/project/psm/alaris30
  • PSM mailing list: alaris-3d@cs.ubc.ca (only for communicating with the vendors. Admins: Wolfgang, Nasa)
Line: 50 to 50
 
Changed:
<
<
Intro videos
http://www.objet.com/eLearning/eLearning2/menu5.html
>
>
 
File types accepted for printing:
  • STL files: from the CAD app.
Line: 59 to 58
 
  • BMP files: Can be sent only from the printer control app, not from the host.

Resolution tips
Changed:
<
<
  • 28microns in the Z direction, 1200dpi in X,Y.
  • Set “angle” low on CAD software for smooth curves
>
>
  • Max resolution: 28microns in the Z direction, 1200dpi in X,Y.
  • Set "angle" low in CAD software for smooth curves
 
  • Keep ± 8 thou (thousands of an inch) space between parts that fit together.
  • wall thickness: .5 mm, place walls along X (left-right) direction
Line: 92 to 91
 
  • Control Application: Use to set printer online.
  • Objet Studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
Changed:
<
<
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves. Google SketchUp (last tested with version 8) is freely available and works well for our purposes. It does not output STL files, but the plugin skp_to_dxf.rb will allow for export to ASCII STL file (via the Tools menu in SketchUp). Make sure to clean up the geometry before export, and don't export guide lines. The exported STL file must be converted to binary format for use in Objet Studio. Use the attached stl_ascii2bin.py script to convert it.
>
>
  • CAD application: (third party sortware)
    • solidworks is used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves.
    • Google SketchUp (last tested with version 8) is freely available and works well for our purposes. It does not output STL files, but the plugin skp_to_dxf.rb will allow for export to ASCII STL file (via the Tools menu in SketchUp). Make sure to clean up the geometry before export, and don't export guide lines. The exported STL file must be converted to binary format for use in Objet Studio. Use the attached stl_ascii2bin.py script to convert it.
 

Vendor Stuff

Vendor contact

Revision 122010-12-09 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
Line: 32 to 32
 
  • The two computers are connected via KVM switch. Double-press scroll-lock (it will beep) then press enter (on the black keyboard) to toggle between them
  • Ensure control application started on other computer, and press the red button on the application to bring the printer online
  • Open new tray in Objet Studio and use drag-and-drop to import your STL files (multiple files ok)
Changed:
<
<
  • Press auto-align toolbar button (it will probably fail). Manually drag object around to non-overlapping positions. For each object, click it and adjust rotation to make it lie down flat. Use the transformation dialog in the bottom left, experiment with rotating by +/- 90 in each axis. After getting rotation correct, try auto-aligning again.
>
>
  • Make sure the unit is right (inch, mm)
  • Press auto-align toolbar button (it will probably fail). Manually drag object around to non-overlapping positions. For each object, click it and adjust rotation to make it lie down flat. Use the transformation dialog in the bottom left, experiment with rotating by ± 90 in each axis. After getting rotation correct, try auto-aligning again.
 
  • Press the model-check button to see if anything is overlapping. If not, there will be no output.
  • Press the material check button. It will display amounts in the status bar at the bottom. Compare these to the levels listed in the main printer application on the other computer.
  • Start the print job.
Added:
>
>
  • You can pause a print from the host machine if you need for example to take out a part that is done.

  • Use the spatula to pick up the parts. Be careful of not hitting the head by chance.
  • Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth (supplied).
 
Added:
>
>
 
Intro videos
http://www.objet.com/eLearning/eLearning2/menu5.html
Line: 48 to 58
 
  • SLC files: rasterized
  • BMP files: Can be sent only from the printer control app, not from the host.
Changed:
<
<
Resolution
>
>
Resolution tips
 
  • 28microns in the Z direction, 1200dpi in X,Y.
  • Set “angle” low on CAD software for smooth curves
Changed:
<
<
  • Keep +/- 8 thou (thousands of an inch) space between parts that fit together.
  • wall thickness: .5 mm, place walls along X direction
>
>
  • Keep ± 8 thou (thousands of an inch) space between parts that fit together.
  • wall thickness: .5 mm, place walls along X (left-right) direction
 
Added:
>
>
 

Hardware

  • Alaris30: The 3D printer equipment. Runs Windows XP. Installation disks supplied.
  • Host machine:

Revision 112010-12-09 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
Line: 125 to 125
 
META FILEATTACHMENT attr="" comment="Parts postprocessing guide" date="1287823375" name="Postprocessorapplications7-07.pdf" path="Post processor applications 7-07.pdf" size="2131281" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="material safety data sheet, shipped with the first batch of materials" date="1290208491" name="msds_001.pdf" path="msds_001.pdf" size="3259405" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="DO NOT USE THIS ONE -- Received from the vendor. Printing cost estimation" date="1290209594" name="printestimatesheetrev2.xls" path="print estimate sheet rev2.xls" size="18432" user="nasarouf" version="1.1"
Changed:
<
<
META FILEATTACHMENT attr="" comment="SketchUp plugin: STL output" date="1291679278" name="skp_to_dxf.rb" path="skp_to_dxf.rb" size="9323" user="atcheson" version="1.1"
>
>
META FILEATTACHMENT attr="" comment="!SketchUp plugin: STL output" date="1291679278" name="skp_to_dxf.rb" path="skp_to_dxf.rb" size="9323" user="atcheson" version="1.1"
 
META FILEATTACHMENT attr="" comment="STL ASCII to Binary converter" date="1291679596" name="stl_ascii2bin.py.txt" path="stl_ascii2bin.py" size="3813" user="atcheson" version="1.1"
Changed:
<
<
META FILEATTACHMENT attr="" comment="Spreadsheet to estimate/bill the cost" date="1291847692" name="AlarisCharges.xls" path="AlarisCharges.xls" size="23040" user="nasarouf" version="1.1"
>
>
META FILEATTACHMENT attr="" comment="Spreadsheet to estimate/bill the cost" date="1291858905" name="AlarisCharges.xls" path="AlarisCharges.xls" size="23552" user="nasarouf" version="1.2"

Revision 102010-12-08 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

Changed:
<
<
<< Back to PsmSpace | Jump to: How to print | Maintenance | Vendor stuff
>
>
<< Back to PsmSpace | Jump to: How to print | Maintenance/Calibration | Vendor stuff
 
Changed:
<
<
>
>
 
Changed:
<
<
>
>
 
Added:
>
>
  • PSM mailing list: alaris-3d@cs.ubc.ca (only for communicating with the vendors. Admins: Wolfgang, Nasa)
 
Changed:
<
<
Intro videos
http://www.objet.com/eLearning/eLearning2/menu5.html
>
>
  • Trained personnel: Nasa (x709), Wolfgang.
 

How to print

Changed:
<
<
>
>
 
Quickstart
Added:
>
>
<-- 
 -->
<-- 
-->
 
  • Model and export a binary STL file
  • Copy to the computer with Objet Studio installed
  • The two computers are connected via KVM switch. Double-press scroll-lock (it will beep) then press enter (on the black keyboard) to toggle between them
Line: 31 to 37
 
  • Press the material check button. It will display amounts in the status bar at the bottom. Compare these to the levels listed in the main printer application on the other computer.
  • Start the print job.
Added:
>
>

Intro videos
http://www.objet.com/eLearning/eLearning2/menu5.html

File types accepted for printing:
  • STL files: from the CAD app.
  • SLC files: rasterized
  • BMP files: Can be sent only from the printer control app, not from the host.
 
Resolution
  • 28microns in the Z direction, 1200dpi in X,Y.
  • Set “angle” low on CAD software for smooth curves
  • Keep +/- 8 thou (thousands of an inch) space between parts that fit together.
  • wall thickness: .5 mm, place walls along X direction
Changed:
<
<
File types for printing:
  • STL files: from the CAD app.
  • SLC files: rasterized
  • BMP files: Can be sent only from the printer control app, not from the host.
>
>
 
Preparing the model
  1. Create .stl files in CAD app in “binary” format. Ascii format files are sometimes rejected.
  2. Load STL file on the object software (on the client or host)
Line: 64 to 79
 
Added:
>
>

Hardware

  • Alaris30: The 3D printer equipment. Runs Windows XP. Installation disks supplied.
  • Host machine:
    • OS: Win XP. Vista printer driver in beta.
    • RAM: 4G

Software

  • Control Application: Use to set printer online.
  • Objet Studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves. Google SketchUp (last tested with version 8) is freely available and works well for our purposes. It does not output STL files, but the plugin skp_to_dxf.rb will allow for export to ASCII STL file (via the Tools menu in SketchUp). Make sure to clean up the geometry before export, and don't export guide lines. The exported STL file must be converted to binary format for use in Objet Studio. Use the attached stl_ascii2bin.py script to convert it.
 

Vendor Stuff

Vendor contact
  • Mark Mason mmason@maverick-solutions.com (On-site installation person)
  • Paul Gascho paulg@maverick-solutions.com
  • Resin ordering: supportus@objet.com Phone: 877-489-9449 or 978-495-5509
Deleted:
<
<
Mailing list for UBC end
  • alaris-3d@cs.ubc.ca.
  • Only for communicating with vendors.
  • Admins: Wolfgang, Nasa.
 
Dates
  • Purchased:
  • On-site installation: Oct 21--22, 2010
Line: 83 to 104
 
<-- ---+++++ Free 3D models online
http://www.3dcontentcentral.com/default.aspx -->
Deleted:
<
<

Hardware

  • Alaris30: The 3D printer equipment. Runs Windows XP. Installation disks supplied.
  • Host machine:
    • OS: Win XP. Vista printer driver in beta.
    • RAM: 4G

Software

  • Control Application: Use to set printer online.
  • Objet Studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves. Google SketchUp (last tested with version 8) is freely available and works well for our purposes. It does not output STL files, but the plugin skp_to_dxf.rb will allow for export to ASCII STL file (via the Tools menu in SketchUp). Make sure to clean up the geometry before export, and don't export guide lines. The exported STL file must be converted to binary format for use in Objet Studio. Use the attached stl_ascii2bin.py script to convert it.

Installation

Installation guide: DOC-04006_Alaris30Installation_3.pdf
Calibration (Do only at installation, check the installation PDF for details)
  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
  • Weight test: for voltage calibration. Excel file: Alaris30_Adjustment_Ver11_Master.xls
  • Pattern test: to see if nozzles are working

Maintenance

Bringing up the maintenance menu

On the printer’s computer, focus controller app
  1. hide the mouse cursor at the bottom right corner of the screen
  2. Ctrl+Alt+m, a confirmation window pops up
  3. Hit ok.

Replacements/Cleaning

Check the maintenance counters on the control app menu.
1. Waste bin:
Lives in the drawer, inside the cardboard box. Waste accumulates as you operate the machine. It needs to be replaces once >1.8 kg of waste has accumulated. Check the controller app, if the waste bar is red, replace it. Be careful not to twist the plastic bag inside. Open the cardboard box, hold at the neck of the plastic bag, and twist the pipe connector at the top. Put one of the supplied lids on the plastic bag. The waste is in liquid form, either cure it with UV or put it in the sunlight. Once the waste hardens, throw it in the garbage. Waste bags are free for the first year.
2. Odor filter:
Needs to replaced every 1 to 2 years, if needed. It is in a drawer in the back.
3. Model/support cartridge:

Each cartridge holds 1kg of liquid material. There are two model (square) and two support cartridges (rectangular) in the drawer. Once empty, replace. Replacements must be purchased in pairs. The control app shows amounts left in the cartridges.

Toxicity: Liquid form is toxic. Inhaling is not a problem, touching might irritate the skin. Never touch your eyes with it or taste it. Wear gloves when handling the liquid form. Once cured it is not toxic.

Removing the current cartridge: Pull up vertically, the rubber membrane seals off the cartridge. Don’t touch the rubber membrane Top insertion. Don’t put force, just let it slide in position, and then vertically put it down for the needles to penetrate through the rubber membrane.

Expiration: Recommended shelf life: 4 months. There is an expiry date, best if used by then.

4. Wiper blade head cleaner:
Lives in the top-left bay. Change it if it has dips on the rubber surface.

Wiper cleaning: once a week. Run the wiper cleaning wizard.

5. Knife:
If necessary
6. Head:
see head maintenance
7. Computer parts:
The front cover comes off once the front screws are taken out from the top. Motherboard and other computer parts
8. UV lamp:
Replace after 1600 hours.

Head Maintenance

$1300 each!! Not covered by warranty. Replaced only by the engineers from the vendor if needed.

Head cleaning
Once a week.
  1. Run the head cleaning wizard. It will place the head assembly on top of the tray and lower the tray (“z axis”).
  2. Put the mirror on top of the tray to be able to see underneath the assembly where the heads are.
  3. Use 99% IPA to clean up the head. Remember to use a pair of gloves, IPA can irritate your skin.
  4. Spray IPA into the microfiber cloth
  5. Reach under the head and wipe from the middle to one end, don’t come back inward. Again start from the middle and wipe towards the other end. Do the same with the other head.
  6. Also reach the roller and clean it. Wipe and roll.
Aligning print heads
Once every 6 months, or sooner if quality suffers. Use the head alignment test wizard. It will print a number of lines with different head alignment on a transparent sheet. Use the magnifier glass to pick the best alignment.
Flushing the head
Only if the machine is not going to be used for the months, flush the heads with the fill/flush wizard.

Shutting down the machine

  • Keep the machine running at all times. Close the control app to turn off the print head fans.
  • Once a week, print the business card. If needed, shut down with the shut down wizard. Shutting down may require “voltage” recalibration.
  -- MushfiqurRouf - 23 Oct 2010
Line: 179 to 124
 
META FILEATTACHMENT attr="" comment="Painting printed parts" date="1287823311" name="Penetrating_Dye_Letter_Low.pdf" path="Penetrating_Dye_Letter_Low.pdf" size="349184" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Parts postprocessing guide" date="1287823375" name="Postprocessorapplications7-07.pdf" path="Post processor applications 7-07.pdf" size="2131281" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="material safety data sheet, shipped with the first batch of materials" date="1290208491" name="msds_001.pdf" path="msds_001.pdf" size="3259405" user="nasarouf" version="1.1"
Changed:
<
<
META FILEATTACHMENT attr="" comment="Printing cost estimation" date="1290209594" name="printestimatesheetrev2.xls" path="print estimate sheet rev2.xls" size="18432" user="nasarouf" version="1.1"
>
>
META FILEATTACHMENT attr="" comment="DO NOT USE THIS ONE -- Received from the vendor. Printing cost estimation" date="1290209594" name="printestimatesheetrev2.xls" path="print estimate sheet rev2.xls" size="18432" user="nasarouf" version="1.1"
 
META FILEATTACHMENT attr="" comment="SketchUp plugin: STL output" date="1291679278" name="skp_to_dxf.rb" path="skp_to_dxf.rb" size="9323" user="atcheson" version="1.1"
META FILEATTACHMENT attr="" comment="STL ASCII to Binary converter" date="1291679596" name="stl_ascii2bin.py.txt" path="stl_ascii2bin.py" size="3813" user="atcheson" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="Spreadsheet to estimate/bill the cost" date="1291847692" name="AlarisCharges.xls" path="AlarisCharges.xls" size="23040" user="nasarouf" version="1.1"

Revision 92010-12-07 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

Changed:
<
<
<< Back to PsmSpace | Jump to: How to print | Maintenance
>
>
<< Back to PsmSpace | Jump to: How to print | Maintenance | Vendor stuff
 
Changed:
<
<
>
>

 
Changed:
<
<
Vendor contact
Mailing list for UBC end
Dates
  • Purchased:
  • On-site installation: Oct 21--22, 2010
  • Warranty till:

Online Resources

Training videos
http://www.objet.com/eLearning/eLearning2/menu5.html
Free 3D models online
http://www.3dcontentcentral.com/default.aspx

Hardware

  • Alaris30: The 3D printer equipment. Runs Windows XP. Installation disks supplied.
  • Host machine:

Software

  • Control Application: Use to set printer online.
  • Objet Studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves. Google SketchUp (last tested with version 8) is freely available and works well for our purposes. It does not output STL files, but the plugin skp_to_dxf.rb will allow for export to ASCII STL file (via the Tools menu in SketchUp). Make sure to clean up the geometry before export, and don't export guide lines. The exported STL file must be converted to binary format for use in Objet Studio. Use the attached stl_ascii2bin.py script to convert it.

Installation

Installation guide: DOC-04006_Alaris30Installation_3.pdf
Calibration (Do only at installation, check the installation PDF for details)
  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
  • Weight test: for voltage calibration. Excel file: Alaris30_Adjustment_Ver11_Master.xls
  • Pattern test: to see if nozzles are working
>
>
Intro videos
http://www.objet.com/eLearning/eLearning2/menu5.html
 

How to print

Line: 90 to 64
 
Added:
>
>

Vendor Stuff

Vendor contact
  • Mark Mason mmason@maverick-solutions.com (On-site installation person)
  • Paul Gascho paulg@maverick-solutions.com
  • Resin ordering: supportus@objet.com Phone: 877-489-9449 or 978-495-5509
Mailing list for UBC end
  • alaris-3d@cs.ubc.ca.
  • Only for communicating with vendors.
  • Admins: Wolfgang, Nasa.
Dates
  • Purchased:
  • On-site installation: Oct 21--22, 2010
  • Warranty till:

<-- ---++ Online Resources -->

<-- ---+++++ Free 3D models online
http://www.3dcontentcentral.com/default.aspx -->

Hardware

  • Alaris30: The 3D printer equipment. Runs Windows XP. Installation disks supplied.
  • Host machine:
    • OS: Win XP. Vista printer driver in beta.
    • RAM: 4G

Software

  • Control Application: Use to set printer online.
  • Objet Studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves. Google SketchUp (last tested with version 8) is freely available and works well for our purposes. It does not output STL files, but the plugin skp_to_dxf.rb will allow for export to ASCII STL file (via the Tools menu in SketchUp). Make sure to clean up the geometry before export, and don't export guide lines. The exported STL file must be converted to binary format for use in Objet Studio. Use the attached stl_ascii2bin.py script to convert it.

Installation

Installation guide: DOC-04006_Alaris30Installation_3.pdf
Calibration (Do only at installation, check the installation PDF for details)
  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
  • Weight test: for voltage calibration. Excel file: Alaris30_Adjustment_Ver11_Master.xls
  • Pattern test: to see if nozzles are working
 

Maintenance

Line: 113 to 124
  Each cartridge holds 1kg of liquid material. There are two model (square) and two support cartridges (rectangular) in the drawer. Once empty, replace. Replacements must be purchased in pairs. The control app shows amounts left in the cartridges.
Changed:
<
<
Toxicity: Liquid form is toxic. Inhaling is not a problem, touching might irritate the skin. Never touch your eyes with it or taste it. Wear gloves when handling the liquid form. Once cured it is not toxic.
>
>
Toxicity: Liquid form is toxic. Inhaling is not a problem, touching might irritate the skin. Never touch your eyes with it or taste it. Wear gloves when handling the liquid form. Once cured it is not toxic.
 
Changed:
<
<
Removing the current cartridge: Pull up vertically, the rubber membrane seals off the cartridge. Don’t touch the rubber membrane
>
>
Removing the current cartridge: Pull up vertically, the rubber membrane seals off the cartridge. Don’t touch the rubber membrane
 Top insertion. Don’t put force, just let it slide in position, and then vertically put it down for the needles to penetrate through the rubber membrane.
Changed:
<
<
Expiration: Recommended shelf life: 4 months. There is an expiry date, best if used by then.
>
>
Expiration: Recommended shelf life: 4 months. There is an expiry date, best if used by then.
 
4. Wiper blade head cleaner:
Lives in the top-left bay. Change it if it has dips on the rubber surface.
Changed:
<
<
Wiper cleaning: once a week. Run the wiper cleaning wizard.
>
>
Wiper cleaning: once a week. Run the wiper cleaning wizard.
 
5. Knife:
If necessary
6. Head:

Revision 82010-12-07 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance
Changed:
<
<
>
>
 
  • Model: Objet Alaris 30
Changed:
<
<
  • serial number: 7408
>
>
  • Serial number: 7408
 
Line: 88 to 88
 
  1. Try not to use a big drill; gradually increase drill size, otherwise, the model might break.
Changed:
<
<
>
>
 

Revision 72010-12-06 - BradAtcheson

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance
Line: 33 to 33
 
  • Control Application: Use to set printer online.
  • Objet Studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
Changed:
<
<
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves.
>
>
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves. Google SketchUp (last tested with version 8) is freely available and works well for our purposes. It does not output STL files, but the plugin skp_to_dxf.rb will allow for export to ASCII STL file (via the Tools menu in SketchUp). Make sure to clean up the geometry before export, and don't export guide lines. The exported STL file must be converted to binary format for use in Objet Studio. Use the attached stl_ascii2bin.py script to convert it.
 

Installation

Installation guide: DOC-04006_Alaris30Installation_3.pdf
Calibration (Do only at installation, check the installation PDF for details)
Line: 46 to 46
 

How to print

Added:
>
>
Quickstart
  • Model and export a binary STL file
  • Copy to the computer with Objet Studio installed
  • The two computers are connected via KVM switch. Double-press scroll-lock (it will beep) then press enter (on the black keyboard) to toggle between them
  • Ensure control application started on other computer, and press the red button on the application to bring the printer online
  • Open new tray in Objet Studio and use drag-and-drop to import your STL files (multiple files ok)
  • Press auto-align toolbar button (it will probably fail). Manually drag object around to non-overlapping positions. For each object, click it and adjust rotation to make it lie down flat. Use the transformation dialog in the bottom left, experiment with rotating by +/- 90 in each axis. After getting rotation correct, try auto-aligning again.
  • Press the model-check button to see if anything is overlapping. If not, there will be no output.
  • Press the material check button. It will display amounts in the status bar at the bottom. Compare these to the levels listed in the main printer application on the other computer.
  • Start the print job.
 
Resolution
  • 28microns in the Z direction, 1200dpi in X,Y.
  • Set “angle” low on CAD software for smooth curves
Line: 158 to 169
 
META FILEATTACHMENT attr="" comment="Parts postprocessing guide" date="1287823375" name="Postprocessorapplications7-07.pdf" path="Post processor applications 7-07.pdf" size="2131281" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="material safety data sheet, shipped with the first batch of materials" date="1290208491" name="msds_001.pdf" path="msds_001.pdf" size="3259405" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Printing cost estimation" date="1290209594" name="printestimatesheetrev2.xls" path="print estimate sheet rev2.xls" size="18432" user="nasarouf" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="SketchUp plugin: STL output" date="1291679278" name="skp_to_dxf.rb" path="skp_to_dxf.rb" size="9323" user="atcheson" version="1.1"
META FILEATTACHMENT attr="" comment="STL ASCII to Binary converter" date="1291679596" name="stl_ascii2bin.py.txt" path="stl_ascii2bin.py" size="3813" user="atcheson" version="1.1"

Revision 62010-11-19 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

<< Back to PsmSpace | Jump to: How to print | Maintenance
Added:
>
>
 
  • Model: Objet Alaris 30
  • serial number: 7408
Changed:
<
<
  • PSM local directory: /imager/project/psm/alaris30
>
>
 
Vendor contact
Line: 30 to 34
 
  • Objet Studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves.
Changed:
<
<

Calibration (Do only at installation, check the installation PDF for details)

  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
  • Weight test: for voltage calibration
  • Pattern test: to see if nozzles are working
>
>

Installation

Installation guide: DOC-04006_Alaris30Installation_3.pdf
Calibration (Do only at installation, check the installation PDF for details)
  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
  • Weight test: for voltage calibration. Excel file: Alaris30_Adjustment_Ver11_Master.xls
  • Pattern test: to see if nozzles are working
 

How to print

Added:
>
>
 
Resolution
  • 28microns in the Z direction, 1200dpi in X,Y.
  • Set “angle” low on CAD software for smooth curves
Line: 64 to 72
 
  1. Use the spatula to pick up the parts.
  2. Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth (supplied).
Finalizing the print
Changed:
<
<
  1. Use a water jet for cleaning off the support material. “Lite” support is easy to clean. For some cases, NaOH might be needed (see pdf).
>
>
  1. Use a water jet (we don't have one installed -- use a knife for now smile ) for cleaning off the support material. “Lite” support is easy to clean. For some cases, NaOH might be needed (see pdf).
 
  1. Color the model, coloring works well.
  2. Try not to use a big drill; gradually increase drill size, otherwise, the model might break.
Added:
>
>
 

Maintenance

Added:
>
>
 

Bringing up the maintenance menu

On the printer’s computer, focus controller app
  1. hide the mouse cursor at the bottom right corner of the screen
Line: 82 to 96
 Waste bags are free for the first year.
2. Odor filter:
Needs to replaced every 1 to 2 years, if needed. It is in a drawer in the back.
Added:
>
>
 
3. Model/support cartridge:
Added:
>
>
 Each cartridge holds 1kg of liquid material. There are two model (square) and two support cartridges (rectangular) in the drawer. Once empty, replace. Replacements must be purchased in pairs. The control app shows amounts left in the cartridges.

Toxicity: Liquid form is toxic. Inhaling is not a problem, touching might irritate the skin. Never touch your eyes with it or taste it. Wear gloves when handling the liquid form. Once cured it is not toxic.

Line: 125 to 142
  -- MushfiqurRouf - 23 Oct 2010
Deleted:
<
<

 
Deleted:
<
<
 
Deleted:
<
<
 
Deleted:
<
<
 
META FILEATTACHMENT attr="" comment="For voltage calibration" date="1287822822" name="Alaris30_Adjustment_Ver11_Master.xls" path="Alaris30_Adjustment_Ver1 1_Master.xls" size="407552" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="User guide" date="1287822900" name="DOC-04000_A_UserGuide.pdf" path="DOC-04000_A_User Guide.pdf" size="5232730" user="nasarouf" version="1.1"
Line: 155 to 156
 
META FILEATTACHMENT attr="" comment="Cleaning with NaOH" date="1287823275" name="Model_Cleaning_NaOH.pdf" path="Model_Cleaning_NaOH.pdf" size="180048" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Painting printed parts" date="1287823311" name="Penetrating_Dye_Letter_Low.pdf" path="Penetrating_Dye_Letter_Low.pdf" size="349184" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Parts postprocessing guide" date="1287823375" name="Postprocessorapplications7-07.pdf" path="Post processor applications 7-07.pdf" size="2131281" user="nasarouf" version="1.1"
Added:
>
>
META FILEATTACHMENT attr="" comment="material safety data sheet, shipped with the first batch of materials" date="1290208491" name="msds_001.pdf" path="msds_001.pdf" size="3259405" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Printing cost estimation" date="1290209594" name="printestimatesheetrev2.xls" path="print estimate sheet rev2.xls" size="18432" user="nasarouf" version="1.1"

Revision 52010-11-14 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

Added:
>
>
<< Back to PsmSpace | Jump to: How to print | Maintenance
 
  • Model: Objet Alaris 30
  • serial number: 7408
Added:
>
>
  • PSM local directory: /imager/project/psm/alaris30
 
Vendor contact
Line: 10 to 13
 
Deleted:
<
<
Resolution
  • 28microns in the Z direction, 1200dpi in X,Y.
  • Set “angle” low on CAD software for smooth curves
  • Keep +/- 8 thou (thousands of an inch) space between parts that fit together.
  • wall thickness: .5 mm, place walls along X direction
File types for printing:
  • STL files: from the CAD app.
  • SLC files: rasterized
  • BMP files: Can be sent only from the printer control app, not from the host.
 
Dates
  • Purchased:
  • On-site installation: Oct 21--22, 2010
  • Warranty till:

Online Resources

Changed:
<
<
Training videos
>
>
Training videos
 http://www.objet.com/eLearning/eLearning2/menu5.html
Changed:
<
<
Free 3D models online
>
>
Free 3D models online
 http://www.3dcontentcentral.com/default.aspx

Hardware

  • Alaris30: The 3D printer equipment. Runs Windows XP. Installation disks supplied.
  • Host machine:

Software

Changed:
<
<
  • control application: Use to set printer online.
  • Objet studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
>
>
  • Control Application: Use to set printer online.
  • Objet Studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
 
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves.
Added:
>
>

Calibration (Do only at installation, check the installation PDF for details)

  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
  • Weight test: for voltage calibration
  • Pattern test: to see if nozzles are working

How to print

Resolution
  • 28microns in the Z direction, 1200dpi in X,Y.
  • Set “angle” low on CAD software for smooth curves
  • Keep +/- 8 thou (thousands of an inch) space between parts that fit together.
  • wall thickness: .5 mm, place walls along X direction
File types for printing:
  • STL files: from the CAD app.
  • SLC files: rasterized
  • BMP files: Can be sent only from the printer control app, not from the host.
Preparing the model
  1. Create .stl files in CAD app in “binary” format. Ascii format files are sometimes rejected.
  2. Load STL file on the object software (on the client or host)
  3. Use scale if the model is bigger than what it should be.
  4. Start with auto placement. Then use “orientate for minimal support”. Manual placement is possible.
  5. “Export your tray as packed job” to objzf format. Take it to the host machine, “import packed job” from file menu.
Printer preparation
  1. Reinitiate if shut down for more than 72 hours.
  2. Fill the head if not filled.
  3. Turn the printer online using the controller application.
Printing
  1. From object studio on host, load the tray file, send to print. Job manager will run and start sending the layers as soon as the printer is online.
  2. Head nozzles can be clogged, but it is not a problem as long as 7 nozzles are not clogged in a row.
  3. If you need to pause printing, it is better to pause it from the host.
  4. Use the spatula to pick up the parts.
  5. Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth (supplied).
Finalizing the print
  1. Use a water jet for cleaning off the support material. “Lite” support is easy to clean. For some cases, NaOH might be needed (see pdf).
  2. Color the model, coloring works well.
  3. Try not to use a big drill; gradually increase drill size, otherwise, the model might break.

 

Maintenance

Changed:
<
<

Bringing up the maintenance menu

On the printer’s computer focus controller app
>
>

Bringing up the maintenance menu

On the printer’s computer, focus controller app
 
  1. hide the mouse cursor at the bottom right corner of the screen
  2. Ctrl+Alt+m, a confirmation window pops up
  3. Hit ok.
Changed:
<
<

Replacements/Cleaning

>
>

Replacements/Cleaning

 Check the maintenance counters on the control app menu.
Changed:
<
<
1. Waste bin:
>
>
1. Waste bin:
 Lives in the drawer, inside the cardboard box. Waste accumulates as you operate the machine. It needs to be replaces once >1.8 kg of waste has accumulated. Check the controller app, if the waste bar is red, replace it. Be careful not to twist the plastic bag inside. Open the cardboard box, hold at the neck of the plastic bag, and twist the pipe connector at the top. Put one of the supplied lids on the plastic bag. The waste is in liquid form, either cure it with UV or put it in the sunlight. Once the waste hardens, throw it in the garbage. Waste bags are free for the first year.
Changed:
<
<
2. Odor filter:
>
>
2. Odor filter:
 Needs to replaced every 1 to 2 years, if needed. It is in a drawer in the back.
Changed:
<
<
3. Model/support cartridge:
>
>
3. Model/support cartridge:
 Each cartridge holds 1kg of liquid material. There are two model (square) and two support cartridges (rectangular) in the drawer. Once empty, replace. Replacements must be purchased in pairs. The control app shows amounts left in the cartridges.

Toxicity: Liquid form is toxic. Inhaling is not a problem, touching might irritate the skin. Never touch your eyes with it or taste it. Wear gloves when handling the liquid form. Once cured it is not toxic.

Line: 58 to 91
 Top insertion. Don’t put force, just let it slide in position, and then vertically put it down for the needles to penetrate through the rubber membrane.

Expiration: Recommended shelf life: 4 months. There is an expiry date, best if used by then.

Changed:
<
<
4. Wiper blade head cleaner:
>
>
4. Wiper blade head cleaner:
 Lives in the top-left bay. Change it if it has dips on the rubber surface.

Wiper cleaning: once a week. Run the wiper cleaning wizard.

Changed:
<
<
5. Knife:
>
>
5. Knife:
 If necessary
Changed:
<
<
6. Head:
>
>
6. Head:
 see head maintenance
Changed:
<
<
7. Computer parts:
>
>
7. Computer parts:
 The front cover comes off once the front screws are taken out from the top. Motherboard and other computer parts
Changed:
<
<
8. UV lamp:
>
>
8. UV lamp:
 Replace after 1600 hours.
Changed:
<
<

Head Maintenance

>
>

Head Maintenance

 $1300 each!! Not covered by warranty. Replaced only by the engineers from the vendor if needed.

Head cleaning
Line: 86 to 119
 Use the head alignment test wizard. It will print a number of lines with different head alignment on a transparent sheet. Use the magnifier glass to pick the best alignment.
Flushing the head
Only if the machine is not going to be used for the months, flush the heads with the fill/flush wizard.
Changed:
<
<

Shutting down the machine

>
>

Shutting down the machine

 
  • Keep the machine running at all times. Close the control app to turn off the print head fans.
  • Once a week, print the business card. If needed, shut down with the shut down wizard. Shutting down may require “voltage” recalibration.
Deleted:
<
<

How to print

Preparing the model
  1. Create .stl files in CAD app in “binary” format. Ascii format files are sometimes rejected.
  2. Load STL file on the object software (on the client or host)
  3. Use scale if the model is bigger than what it should be.
  4. Start with auto placement. Then use “orientate for minimal support”. Manual placement is possible.
  5. “Export your tray as packed job” to objzf format. Take it to the host machine, “import packed job” from file menu.
Printer preparation
  1. Reinitiate if shut down for more than 72 hours.
  2. Fill the head if not filled.
  3. Turn the printer online using the controller application.
Printing
  1. From object studio on host, load the tray file, send to print. Job manager will run and start sending the layers as soon as the printer is online.
  2. Head nozzles can be clogged, but it is not a problem as long as 7 nozzles are not clogged in a row.
  3. If you need to pause printing, it is better to pause it from the host.
  4. Use the spatula to pick up the parts.
  5. Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth (supplied).
Finalizing the print
  1. Use a water jet for cleaning off the support material. “Lite” support is easy to clean. For some cases, NaOH might be needed (see pdf).
  2. Color the model, coloring works well.
  3. Try not to use a big drill; gradually increase drill size, otherwise, the model might break.
Calibration (Do only at installation, check the installation PDF for details)
  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
  • Weight test: for voltage calibration
  • Pattern test: to see if nozzles are working
  -- MushfiqurRouf - 23 Oct 2010

Revision 42010-11-13 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

Changed:
<
<
  • Model: Object Alaris 30
>
>
  • Model: Objet Alaris 30
 
  • serial number: 7408
Vendor contact
Line: 15 to 15
 
  • Set “angle” low on CAD software for smooth curves
  • Keep +/- 8 thou (thousands of an inch) space between parts that fit together.
  • wall thickness: .5 mm, place walls along X direction
Changed:
<
<
File types fpr printing:
>
>
File types for printing:
 
  • STL files: from the CAD app.
  • SLC files: rasterized
  • BMP files: Can be sent only from the printer control app, not from the host.

Revision 32010-10-26 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

  • Model: Object Alaris 30
Line: 37 to 37
 
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves.

Maintenance

Deleted:
<
<
 

Bringing up the maintenance menu

Deleted:
<
<
 On the printer’s computer focus controller app
Deleted:
<
<
 1. hide the mouse cursor at the bottom right corner of the screen
Changed:
<
<
2. Ctrl+Alt+m, a confirmation window pops up

3. Hit ok.

>
>
  1. Ctrl+Alt+m, a confirmation window pops up
  2. Hit ok.
 

Replacements/Cleaning

Check the maintenance counters on the control app menu.
1. Waste bin:
Line: 81 to 75
 
Head cleaning
Once a week.
Changed:
<
<
  • 1. Run the head cleaning wizard. It will place the head assembly on top of the tray and lower the tray (“z axis”).
  • 2. Put the mirror on top of the tray to be able to see underneath the assembly where the heads are.
  • 3. Use 99% IPA to clean up the head. Remember to use a pair of gloves, IPA can irritate your skin.
  • 4. Spray IPA into the microfiber cloth
  • 5. Reach under the head and wipe from the middle to one end, don’t come back inward. Again start from the middle and wipe towards the other end. Do the same with the other head.
  • 6. Also reach the roller and clean it. Wipe and roll.
>
>
  1. Run the head cleaning wizard. It will place the head assembly on top of the tray and lower the tray (“z axis”).
  2. Put the mirror on top of the tray to be able to see underneath the assembly where the heads are.
  3. Use 99% IPA to clean up the head. Remember to use a pair of gloves, IPA can irritate your skin.
  4. Spray IPA into the microfiber cloth
  5. Reach under the head and wipe from the middle to one end, don’t come back inward. Again start from the middle and wipe towards the other end. Do the same with the other head.
  6. Also reach the roller and clean it. Wipe and roll.
 
Aligning print heads
Once every 6 months, or sooner if quality suffers. Use the head alignment test wizard. It will print a number of lines with different head alignment on a transparent sheet. Use the magnifier glass to pick the best alignment.
Line: 97 to 91
 
  • Once a week, print the business card. If needed, shut down with the shut down wizard. Shutting down may require “voltage” recalibration.

How to print

Preparing the model
Changed:
<
<
  • 1. Create .stl files in CAD app in “binary” format. Ascii format files are sometimes rejected.
  • 2. Load STL file on the object software (on the client or host)
  • 3. Use scale if the model is bigger than what it should be.
  • 4. Start with auto placement. Then use “orientate for minimal support”. Manual placement is possible.
  • 5. “Export your tray as packed job” to objzf format. Take it to the host machine, “import packed job” from file menu.
>
>
  1. Create .stl files in CAD app in “binary” format. Ascii format files are sometimes rejected.
  2. Load STL file on the object software (on the client or host)
  3. Use scale if the model is bigger than what it should be.
  4. Start with auto placement. Then use “orientate for minimal support”. Manual placement is possible.
  5. “Export your tray as packed job” to objzf format. Take it to the host machine, “import packed job” from file menu.
 
Printer preparation
Changed:
<
<
  • 1. Reinitiate if shut down for more than 72 hours.
  • 2. Fill the head if not filled.
  • 3. Turn the printer online using the controller application.
>
>
  1. Reinitiate if shut down for more than 72 hours.
  2. Fill the head if not filled.
  3. Turn the printer online using the controller application.
 
Printing
Changed:
<
<
  • 1. From object studio on host, load the tray file, send to print. Job manager will run and start sending the layers as soon as the printer is online.
  • 2. Head nozzles can be clogged, but it is not a problem as long as 7 nozzles are not clogged in a row.
  • 3. If you need to pause printing, it is better to pause it from the host.
  • 4. Use the spatula to pick up the parts.
  • 5. Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth (supplied).
>
>
  1. From object studio on host, load the tray file, send to print. Job manager will run and start sending the layers as soon as the printer is online.
  2. Head nozzles can be clogged, but it is not a problem as long as 7 nozzles are not clogged in a row.
  3. If you need to pause printing, it is better to pause it from the host.
  4. Use the spatula to pick up the parts.
  5. Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth (supplied).
 
Finalizing the print
Changed:
<
<
  • 1. Use a water jet for cleaning off the support material. “Lite” support is easy to clean. For some cases, Sodium Hydroxide might be needed (see pdf).
  • 2. Color the model, coloring works well.
  • 3. Try not to use a big drill; gradually increase drill size, otherwise, the model might break.
>
>
  1. Use a water jet for cleaning off the support material. “Lite” support is easy to clean. For some cases, NaOH might be needed (see pdf).
  2. Color the model, coloring works well.
  3. Try not to use a big drill; gradually increase drill size, otherwise, the model might break.
 
Calibration (Do only at installation, check the installation PDF for details)
  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
Line: 138 to 132
 
Changed:
<
<
>
>
 
Line: 151 to 145
 
META FILEATTACHMENT attr="" comment="Maintenance guide (for vendor engineers primarily)" date="1287823104" name="DOC-04204_Maintenance.pdf" path="DOC-04204_Maintenance.pdf" size="3950837" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Operator training guide -- basic training" date="1287823200" name="3_ObjetTrainingForOpertorDOC-04023.pdf" path="3_Objet Training For Opertor DOC-04023.pdf" size="4175036" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Specifications" date="1287823238" name="ObjetAlarisspecs.pdf" path="Objet Alaris specs.pdf" size="165657" user="nasarouf" version="1.1"
Changed:
<
<
META FILEATTACHMENT attr="" comment="Cleaning with NaOH" date="1287823275" name="Model_Cleaning_NaOH.pdf" path="Model_Cleaning_NaOH.pdf" size="180048" user="nasarouf" version="1.1"
>
>
META FILEATTACHMENT attr="" comment="Cleaning with NaOH" date="1287823275" name="Model_Cleaning_NaOH.pdf" path="Model_Cleaning_NaOH.pdf" size="180048" user="nasarouf" version="1.1"
 
META FILEATTACHMENT attr="" comment="Painting printed parts" date="1287823311" name="Penetrating_Dye_Letter_Low.pdf" path="Penetrating_Dye_Letter_Low.pdf" size="349184" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Parts postprocessing guide" date="1287823375" name="Postprocessorapplications7-07.pdf" path="Post processor applications 7-07.pdf" size="2131281" user="nasarouf" version="1.1"

Revision 22010-10-23 - MushfiqurRouf

Line: 1 to 1
 
META TOPICPARENT name="PsmSpace"

ALARIS30

* Model: Object Alaris 30 * serial number: 7408
Vendor contact
Changed:
<
<
On-site installation person: Other contacts:
>
>
 
Mailing list for UBC end
Changed:
<
<
alaris-3d@csDELETEthisTEXT.ubc.ca

Only for communicating with vendors.

Admins: Wolfgang, Nasa.

>
>
 
Resolution
  • 28microns in the Z direction, 1200dpi in X,Y.
  • Set “angle” low on CAD software for smooth curves
Line: 42 to 38
 
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves.

Maintenance

Changed:
<
<
Bringing up the maintenance menu
>
>

Bringing up the maintenance menu

  On the printer’s computer focus controller app
Line: 52 to 48
  3. Hit ok.
Changed:
<
<
Replacements
>
>

Replacements/Cleaning

 Check the maintenance counters on the control app menu.
Changed:
<
<
1. Waste bin:
>
>
1. Waste bin:
 Lives in the drawer, inside the cardboard box. Waste accumulates as you operate the machine. It needs to be replaces once >1.8 kg of waste has accumulated. Check the controller app, if the waste bar is red, replace it. Be careful not to twist the plastic bag inside. Open the cardboard box, hold at the neck of the plastic bag, and twist the pipe connector at the top. Put one of the supplied lids on the plastic bag. The waste is in liquid form, either cure it with UV or put it in the sunlight. Once the waste hardens, throw it in the garbage. Waste bags are free for the first year.
Changed:
<
<
2. Odor filter:
>
>
2. Odor filter:
 Needs to replaced every 1 to 2 years, if needed. It is in a drawer in the back.
Changed:
<
<
3. Model/support cartridge:
>
>
3. Model/support cartridge:
 Each cartridge holds 1kg of liquid material. There are two model (square) and two support cartridges (rectangular) in the drawer. Once empty, replace. Replacements must be purchased in pairs. The control app shows amounts left in the cartridges.

Toxicity: Liquid form is toxic. Inhaling is not a problem, touching might irritate the skin. Never touch your eyes with it or taste it. Wear gloves when handling the liquid form. Once cured it is not toxic.

Line: 75 to 64
 Top insertion. Don’t put force, just let it slide in position, and then vertically put it down for the needles to penetrate through the rubber membrane.

Expiration: Recommended shelf life: 4 months. There is an expiry date, best if used by then.

Changed:
<
<
4. Wiper blade head cleaner:
>
>
4. Wiper blade head cleaner:
 Lives in the top-left bay. Change it if it has dips on the rubber surface.

Wiper cleaning: once a week. Run the wiper cleaning wizard.

Changed:
<
<
5. Knife:

if necessary

6. Head:

>
>
5. Knife:
If necessary
6. Head:
 see head maintenance
Changed:
<
<
7. Computer parts:
>
>
7. Computer parts:
 The front cover comes off once the front screws are taken out from the top. Motherboard and other computer parts
Changed:
<
<
8. UV lamp:
>
>
8. UV lamp:
 Replace after 1600 hours.
Changed:
<
<
Head Maintenance
>
>

Head Maintenance

 $1300 each!! Not covered by warranty. Replaced only by the engineers from the vendor if needed.
Changed:
<
<
Head cleaning: once a week.

1. Run the head cleaning wizard. It will place the head assembly on top of the tray and lower the tray (“z axis”).

2. Put the mirror on top of the tray to be able to see underneath the assembly where the heads are.

3. Use 99% IPA to clean up the head. Remember to use a pair of gloves, IPA can irritate your skin.

4. Spray IPA into the microfiber cloth

5. Reach under the head and wipe from the middle to one end, don’t come back inward. Again start from the middle and wipe towards the other end. Do the same with the other head.

6. Also reach the roller and clean it. Wipe and roll.

Aligning print heads: once every 6 months, or sooner if quality suffers.

>
>
Head cleaning
Once a week.
  • 1. Run the head cleaning wizard. It will place the head assembly on top of the tray and lower the tray (“z axis”).
  • 2. Put the mirror on top of the tray to be able to see underneath the assembly where the heads are.
  • 3. Use 99% IPA to clean up the head. Remember to use a pair of gloves, IPA can irritate your skin.
  • 4. Spray IPA into the microfiber cloth
  • 5. Reach under the head and wipe from the middle to one end, don’t come back inward. Again start from the middle and wipe towards the other end. Do the same with the other head.
  • 6. Also reach the roller and clean it. Wipe and roll.
Aligning print heads
Once every 6 months, or sooner if quality suffers.
 Use the head alignment test wizard. It will print a number of lines with different head alignment on a transparent sheet. Use the magnifier glass to pick the best alignment.
Changed:
<
<
Shutting down: Keep the machine running at all times. Once a week, print the business card. If needed, shut down with the shut down wizard. Shutting down may require “voltage” recalibration.

Flushing the head:

>
>
Flushing the head
 Only if the machine is not going to be used for the months, flush the heads with the fill/flush wizard.
Changed:
<
<
>
>

Shutting down the machine

  • Keep the machine running at all times. Close the control app to turn off the print head fans.
  • Once a week, print the business card. If needed, shut down with the shut down wizard. Shutting down may require “voltage” recalibration.
 

How to print

Deleted:
<
<
 
Preparing the model
Changed:
<
<
1. Create .stl files in CAD app in “binary” format. Ascii format files are sometimes rejected.

2. Load STL file on the object software (on the client or host)

3. Use scale if the model is bigger than what it should be .

4. Start with auto placement. Then use “orientate for minimal support”. Manual placement is possible.

5. “Export your tray as packed job” to objzf format. Take it to the host machine, “import packed job” from file menu.

>
>
  • 1. Create .stl files in CAD app in “binary” format. Ascii format files are sometimes rejected.
  • 2. Load STL file on the object software (on the client or host)
  • 3. Use scale if the model is bigger than what it should be.
  • 4. Start with auto placement. Then use “orientate for minimal support”. Manual placement is possible.
  • 5. “Export your tray as packed job” to objzf format. Take it to the host machine, “import packed job” from file menu.
 
Printer preparation
Changed:
<
<
1. Reinitiate if shut down for more than 72 hours.

2. Fill the head if not filled.

3. Turn the printer online using the controller application.

>
>
  • 1. Reinitiate if shut down for more than 72 hours.
  • 2. Fill the head if not filled.
  • 3. Turn the printer online using the controller application.
 
Printing
Added:
>
>
  • 1. From object studio on host, load the tray file, send to print. Job manager will run and start sending the layers as soon as the printer is online.
  • 2. Head nozzles can be clogged, but it is not a problem as long as 7 nozzles are not clogged in a row.
  • 3. If you need to pause printing, it is better to pause it from the host.
  • 4. Use the spatula to pick up the parts.
  • 5. Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth (supplied).
Finalizing the print
  • 1. Use a water jet for cleaning off the support material. “Lite” support is easy to clean. For some cases, Sodium Hydroxide might be needed (see pdf).
  • 2. Color the model, coloring works well.
  • 3. Try not to use a big drill; gradually increase drill size, otherwise, the model might break.
Calibration (Do only at installation, check the installation PDF for details)
  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
  • Weight test: for voltage calibration
  • Pattern test: to see if nozzles are working
 
Changed:
<
<
1. From object studio on host, load the tray file, send to print. Job manager will run and start sending the layers as soon as the printer is online.

2. Head nozzles can be clogged, but it is not a problem as long as 7 nozzles are not clogged in a row.

>
>
-- MushfiqurRouf - 23 Oct 2010
 
Changed:
<
<
3. If you need to pause printing, it is better to pause it from the host.
>
>
 
Changed:
<
<
4. Use the spatula to pick up the parts.
>
>
 
Changed:
<
<
5. Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth (supplied).
>
>
 
Changed:
<
<
Finalizing the print
>
>
 
Changed:
<
<
1. Use a water jet for cleaning off the support material. “Lite” support is easy to clean. For some cases, NaOH might be needed (see pdf).
>
>
 
Changed:
<
<
2. Color the model, coloring works well.
>
>
 
Changed:
<
<
3. Try not to use a big drill; gradually increase drill size, otherwise, the model might break.
>
>
 
Added:
>
>
 
Changed:
<
<
Calibration (Do only at installation, check the installation PDF for details)
>
>
 
Changed:
<
<
  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
  • Weight test: for voltage calibration
  • Pattern test: to see if nozzles are working

-- MushfiqurRouf - 23 Oct 2010

>
>
 
Added:
>
>
META FILEATTACHMENT attr="" comment="For voltage calibration" date="1287822822" name="Alaris30_Adjustment_Ver11_Master.xls" path="Alaris30_Adjustment_Ver1 1_Master.xls" size="407552" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="User guide" date="1287822900" name="DOC-04000_A_UserGuide.pdf" path="DOC-04000_A_User Guide.pdf" size="5232730" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Preventive maintenance Procedures" date="1287822968" name="DOC-04005_Alaris30-PM-Kit.pdf" path="DOC-04005_Alaris30-PM-Kit.pdf" size="54437" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Installation guide" date="1287823013" name="DOC-04006_Alaris30Installation_3.pdf" path="DOC-04006_Alaris30Installation_3.pdf" size="1413269" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Maintenance guide (for vendor engineers primarily)" date="1287823104" name="DOC-04204_Maintenance.pdf" path="DOC-04204_Maintenance.pdf" size="3950837" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Operator training guide -- basic training" date="1287823200" name="3_ObjetTrainingForOpertorDOC-04023.pdf" path="3_Objet Training For Opertor DOC-04023.pdf" size="4175036" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Specifications" date="1287823238" name="ObjetAlarisspecs.pdf" path="Objet Alaris specs.pdf" size="165657" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Cleaning with NaOH" date="1287823275" name="Model_Cleaning_NaOH.pdf" path="Model_Cleaning_NaOH.pdf" size="180048" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Painting printed parts" date="1287823311" name="Penetrating_Dye_Letter_Low.pdf" path="Penetrating_Dye_Letter_Low.pdf" size="349184" user="nasarouf" version="1.1"
META FILEATTACHMENT attr="" comment="Parts postprocessing guide" date="1287823375" name="Postprocessorapplications7-07.pdf" path="Post processor applications 7-07.pdf" size="2131281" user="nasarouf" version="1.1"

Revision 12010-10-23 - MushfiqurRouf

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="PsmSpace"

ALARIS30

* Model: Object Alaris 30 * serial number: 7408
Vendor contact
On-site installation person: Other contacts:
Mailing list for UBC end
alaris-3d@csDELETEthisTEXT.ubc.ca

Only for communicating with vendors.

Admins: Wolfgang, Nasa.

Resolution
  • 28microns in the Z direction, 1200dpi in X,Y.
  • Set “angle” low on CAD software for smooth curves
  • Keep +/- 8 thou (thousands of an inch) space between parts that fit together.
  • wall thickness: .5 mm, place walls along X direction
File types fpr printing:
  • STL files: from the CAD app.
  • SLC files: rasterized
  • BMP files: Can be sent only from the printer control app, not from the host.
Dates
  • Purchased:
  • On-site installation: Oct 21--22, 2010
  • Warranty till:

Online Resources

Training videos
http://www.objet.com/eLearning/eLearning2/menu5.html
Free 3D models online
http://www.3dcontentcentral.com/default.aspx

Hardware

  • Alaris30: The 3D printer equipment. Runs Windows XP. Installation disks supplied.
  • Host machine:

Software

  • control application: Use to set printer online.
  • Objet studio: Runs on host or clients. Used to place models on the tray, to get estimates in terms of amount of material. From the host machine, sending to print would run the job manager and start printing.
  • Job manager: Does the rasterization and sends 8 layers at a time to the printer. It must be running while the printing is being carried out. Closing this application would forfeit the print.
  • CAD application: (third party sortware) such as solidworks, used to create/edit models. Save in binary format, high triangulation of models would result in smooth curves.

Maintenance

Bringing up the maintenance menu

On the printer’s computer focus controller app

1. hide the mouse cursor at the bottom right corner of the screen

2. Ctrl+Alt+m, a confirmation window pops up

3. Hit ok.

Replacements

Check the maintenance counters on the control app menu.

1. Waste bin:

Lives in the drawer, inside the cardboard box. Waste accumulates as you operate the machine. It needs to be replaces once >1.8 kg of waste has accumulated. Check the controller app, if the waste bar is red, replace it. Be careful not to twist the plastic bag inside. Open the cardboard box, hold at the neck of the plastic bag, and twist the pipe connector at the top. Put one of the supplied lids on the plastic bag. The waste is in liquid form, either cure it with UV or put it in the sunlight. Once the waste hardens, throw it in the garbage. Waste bags are free for the first year.

2. Odor filter:

Needs to replaced every 1 to 2 years, if needed. It is in a drawer in the back.

3. Model/support cartridge:

Each cartridge holds 1kg of liquid material. There are two model (square) and two support cartridges (rectangular) in the drawer. Once empty, replace. Replacements must be purchased in pairs. The control app shows amounts left in the cartridges.

Toxicity: Liquid form is toxic. Inhaling is not a problem, touching might irritate the skin. Never touch your eyes with it or taste it. Wear gloves when handling the liquid form. Once cured it is not toxic.

Removing the current cartridge: Pull up vertically, the rubber membrane seals off the cartridge. Don’t touch the rubber membrane Top insertion. Don’t put force, just let it slide in position, and then vertically put it down for the needles to penetrate through the rubber membrane.

Expiration: Recommended shelf life: 4 months. There is an expiry date, best if used by then.

4. Wiper blade head cleaner:

Lives in the top-left bay. Change it if it has dips on the rubber surface.

Wiper cleaning: once a week. Run the wiper cleaning wizard.

5. Knife:

if necessary

6. Head:

see head maintenance

7. Computer parts:

The front cover comes off once the front screws are taken out from the top. Motherboard and other computer parts

8. UV lamp:

Replace after 1600 hours.

Head Maintenance

$1300 each!! Not covered by warranty. Replaced only by the engineers from the vendor if needed.

Head cleaning: once a week.

1. Run the head cleaning wizard. It will place the head assembly on top of the tray and lower the tray (“z axis”).

2. Put the mirror on top of the tray to be able to see underneath the assembly where the heads are.

3. Use 99% IPA to clean up the head. Remember to use a pair of gloves, IPA can irritate your skin.

4. Spray IPA into the microfiber cloth

5. Reach under the head and wipe from the middle to one end, don’t come back inward. Again start from the middle and wipe towards the other end. Do the same with the other head.

6. Also reach the roller and clean it. Wipe and roll.

Aligning print heads: once every 6 months, or sooner if quality suffers.

Use the head alignment test wizard. It will print a number of lines with different head alignment on a transparent sheet. Use the magnifier glass to pick the best alignment.

Shutting down: Keep the machine running at all times. Once a week, print the business card. If needed, shut down with the shut down wizard. Shutting down may require “voltage” recalibration.

Flushing the head: Only if the machine is not going to be used for the months, flush the heads with the fill/flush wizard.

How to print

Preparing the model

1. Create .stl files in CAD app in “binary” format. Ascii format files are sometimes rejected.

2. Load STL file on the object software (on the client or host)

3. Use scale if the model is bigger than what it should be .

4. Start with auto placement. Then use “orientate for minimal support”. Manual placement is possible.

5. “Export your tray as packed job” to objzf format. Take it to the host machine, “import packed job” from file menu.

Printer preparation

1. Reinitiate if shut down for more than 72 hours.

2. Fill the head if not filled.

3. Turn the printer online using the controller application.

Printing

1. From object studio on host, load the tray file, send to print. Job manager will run and start sending the layers as soon as the printer is online.

2. Head nozzles can be clogged, but it is not a problem as long as 7 nozzles are not clogged in a row.

3. If you need to pause printing, it is better to pause it from the host.

4. Use the spatula to pick up the parts.

5. Clean the tray: Scrape off the excess support material from the print tray with the scraper. Spray some water on the tray and wipe off with a lint-free microfiber cloth (supplied).

Finalizing the print

1. Use a water jet for cleaning off the support material. “Lite” support is easy to clean. For some cases, NaOH might be needed (see pdf).

2. Color the model, coloring works well.

3. Try not to use a big drill; gradually increase drill size, otherwise, the model might break.

Calibration (Do only at installation, check the installation PDF for details)

  • Transparency test: XY alignment, overall. Parameters page.
  • Head alignment test:
  • Weight test: for voltage calibration
  • Pattern test: to see if nozzles are working

-- MushfiqurRouf - 23 Oct 2010

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback