Difference between revisions of "Equipment/Stratasys FDM 1650"

From London Hackspace Wiki
Jump to navigation Jump to search
(Todo list!)
Line 63: Line 63:
 
* Connect the serial port up.  Document how to reach it on this wiki page.
 
* Connect the serial port up.  Document how to reach it on this wiki page.
 
* Using [http://www.nordson.com/en-us/divisions/asymtek/documents/manuals/76_cs02_01_acl_manual.pdf the acl docs], find the current values of the personality parameters, document them here.  This will hopefully keep us from loosing them by accident later, and tell us a bit about how the machine is set up.  You'll want the OP command, page 3-50, and the list of personality parameters, page 14-1.
 
* Using [http://www.nordson.com/en-us/divisions/asymtek/documents/manuals/76_cs02_01_acl_manual.pdf the acl docs], find the current values of the personality parameters, document them here.  This will hopefully keep us from loosing them by accident later, and tell us a bit about how the machine is set up.  You'll want the OP command, page 3-50, and the list of personality parameters, page 14-1.
 +
* If we wanted to use the stratasys with skeinforge, we'd need to get skeinforge to output appropriate movement commands or, perhaps more maintainably, translate the G-code output into ACL. This might not be too difficult : skeinforge seems to use a very limited section of G and M codes, notably
 +
G1 linear move
 +
G2 cw arc
 +
G3 ccw arc
 +
G21 set units to mm
 +
G28 home
 +
G90 set absolute distance mode
 +
G91 set incremental distance mode
 +
 +
M101 extruder on
 +
M103 extruder off
 +
M104-108 extruder temperatuire control
 +
M110 filament height ?
 +
M113 duty cycle ?
 +
 
* ???
 
* ???
 
* Profit
 
* Profit

Revision as of 17:50, 23 May 2011

Background

http://groups.google.com/group/london-hack-space/browse_thread/thread/a4088a8560511d67

Information

UK reseller is http://www.laserlines.co.uk/. This one may have come direct from Stratasys, though.

Training

Modification

Software

Quickslice known versions are 5.0, 6.0, 6.1, 6.2, 6.4 Insight known version are 3.4.1, 4.2, 6.0, 7.0. Only 4.2 and below works with the 1650[1].

Answers from Stratasys to emails:

We stop supporting this system a couple years ago, so getting the software for this system is not possible because it cannot be purchased and is only available through a maintenance contract. We are not aware of any third party or open source application that would work on this system.
Quickslice might be archived somewhere, however, we have to adhere to company policy.

Reverse engineering

TODO

  • Open her up, document the position of the switches on the back of the automove unit.
  • Determine serial parameters from the dip switches, see page 9 of the automove operation manual.
  • Possibly document connections from the automove unit -- at some point, we're going to need to figure out how to drive the heaters/extruder from the automove. Might as well do as much as possible now, while it's open anyway.
 * Is anything connected to the 38v coil drivers, the DE-9?
 * What is connected to the digital I/O connector, the 36-pin female "printer" port?
  • Power up normally. Are there any bad-looking lights on the front panel? If so, something is stuck.
  • Power up with left and right buttons pressed, should start self-test run. It will loop, power-off or hit reset to stop it.
  • Connect the serial port up. Document how to reach it on this wiki page.
  • Using the acl docs, find the current values of the personality parameters, document them here. This will hopefully keep us from loosing them by accident later, and tell us a bit about how the machine is set up. You'll want the OP command, page 3-50, and the list of personality parameters, page 14-1.
  • If we wanted to use the stratasys with skeinforge, we'd need to get skeinforge to output appropriate movement commands or, perhaps more maintainably, translate the G-code output into ACL. This might not be too difficult : skeinforge seems to use a very limited section of G and M codes, notably
G1 linear move
G2 cw arc
G3 ccw arc
G21 set units to mm
G28 home
G90 set absolute distance mode
G91 set incremental distance mode

M101 extruder on
M103 extruder off
M104-108 extruder temperatuire control 
M110 filament height ?
M113 duty cycle ?
  • ???
  • Profit