Changes between Version 6 and Version 7 of Maschinen/RepStrap
- Timestamp:
- Dec 18, 2009, 4:09:36 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maschinen/RepStrap
v6 v7 1 1 == RepStrap == 2 2 3 this repstrap is a bit different: it doesnt use any of the reprap default electronics or sourcecode on a microcontroller 3 === General === 4 5 [[Image(repstrap_thermic_break.jpg, 500px)]] [[Image(repstrap_total.jpg, 500px)]] 6 7 this repstrap is a bit different: it doesnt use any of the usual reprap electronics or sourcecode on a microcontroller. 4 8 5 9 the gcode is generated like usual via skeinforge or similar tools but emc2 and some shell and python components take control of parsing it and doing the magic. … … 17 21 for some pics of our extruder head see [blog:category/reprap blogposts about reprap] 18 22 19 uses http://axis.unpy.net/01198594294 for the arduino code i use for measuring temperature (means the voltage) 23 uses: 24 * EmcArduino for measuring temperature (means the voltage) 25 * HeatingPlate 20 26 21 27 configs: http://yamato.hyte.de/tmp/repstrap_roh.tgz (for now, will move that somewhere here) 22 28 29 === Status === 30 * works somehow 23 31 24 === Todo===32 ==== Todo ==== 25 33 * does one really need/want a 80mm fan to force-cool the object? 26 34 * build stepper-direct-drive and compare it against our geared worm-drive … … 31 39 32 40 === References: === 33 * http://reprap.org/bin/view/Main/RepStrap 34 * http://objects.reprap.org/wiki/EMCRepStrap 41 * EmcArduino http://axis.unpy.net/01198594294 42 * reprap.org 43 * [http://reprap.org/bin/view/Main/RepStrap RepStrap] 44 * [http://objects.reprap.org/wiki/EMCRepStrap EMCRepStrap]