Difference between revisions of "Equipment/Stratasys FDM 1650"

From London Hackspace Wiki
Jump to navigation Jump to search
Line 65: Line 65:
 
IT STILL NEEDS CALIBRATION BEFORE USE!!!  
 
IT STILL NEEDS CALIBRATION BEFORE USE!!!  
  
Please don't use it until this is done.
+
Please do this first, and let us know what happened.
 
 
 
 
  
 
==TODO==
 
==TODO==

Revision as of 07:29, 10 June 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

Current Status - 10/06/11

It's kind of functional.

There's an computer connected to it and we can get a serial port connection on COM1.

At the moment it's only returning error messages.

The automated tools can connect happily.

IT STILL NEEDS CALIBRATION BEFORE USE!!!

Please do this first, and let us know what happened.

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 temperature control 
M110 filament height ?
M113 duty cycle ?
  • ???
  • Profit