CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:host-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-04-03
  • 文件大小:
    15.76mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

RepRap被视为是一个完整的复制系统,而不是简单的一块硬件。为此,该系统包括计算机辅助设计(CAD)的3D建模系统和计算机辅助制造(CAM)软件和驱动程序的形式,把RepRap用户的设计转换成一组指令,通过RepRap的硬件,转变成了物理物体。

  已经有为RepRap开发了两种不同的CAM工具链。首先,简单地题为“RepRap Host”,是RepRap领导开发人员Adrian Bowyer用Java语言编写。第二,“Skeinforge”,是由Enrique Perez独立编写。两者都是完整的工具链系统,把3D模型转换为命令打印机的机器语言G-code。

  几乎任何CAD或3D建模软件可以与RepRap使用,只要它是能够生成STL文件。内容创建者可以使用他们熟悉的任何工具,不管工具是商业的CAD软件,例如SolidWorks,或开源的3D建模软件,例如Blender或OpenSCAD等。-RepRap is considered a complete replication system, rather than simply a piece of hardware. To this end, the system includes computer-aided design (CAD) and computer-aided 3D modeling systems manufactured forms (CAM) software and drivers, the RepRap user' s design into a set of instructions, by RepRap hardware, transformed into physical objects. RepRap is already promising to develop two different CAM tool chain. First, simply titled " RepRap Host" , is a leading developer Adrian Bowyer RepRap written in the Java language. The second, " Skeinforge" , was written by an independent Enrique Perez. Both are complete tool chain system, the 3D model into a machine printer command language G-code. Almost any CAD or 3D modeling software with RepRap used as long as it is able to generate an STL file. Content creators can use any of the tools they are familiar with, whether it is a commercial CAD software tools, such as SolidWorks, or open source 3D modeling software, such as
(系统自动生成,下载前可以参看下载内容)

下载文件列表

host-master/
host-master/.classpath
host-master/.project
host-master/.settings/
host-master/.settings/org.eclipse.jdt.core.prefs
host-master/.settings/org.eclipse.jdt.ui.prefs
host-master/LICENSE
host-master/Old-stuff/
host-master/Old-stuff/reprap-host.old
host-master/bin/
host-master/bin/org/
host-master/bin/org/reprap/
host-master/bin/org/reprap/Attributes.class
host-master/bin/org/reprap/CSGOp.class
host-master/bin/org/reprap/CartesianPrinter.class
host-master/bin/org/reprap/Extruder.class
host-master/bin/org/reprap/Main$1.class
host-master/bin/org/reprap/Main$10.class
host-master/bin/org/reprap/Main$11.class
host-master/bin/org/reprap/Main$12.class
host-master/bin/org/reprap/Main$2.class
host-master/bin/org/reprap/Main$3.class
host-master/bin/org/reprap/Main$4.class
host-master/bin/org/reprap/Main$5.class
host-master/bin/org/reprap/Main$6.class
host-master/bin/org/reprap/Main$7.class
host-master/bin/org/reprap/Main$8.class
host-master/bin/org/reprap/Main$9.class
host-master/bin/org/reprap/Main.class
host-master/bin/org/reprap/PolarPrinter.class
host-master/bin/org/reprap/Preferences.class
host-master/bin/org/reprap/Printer.class
host-master/bin/org/reprap/RFO$XMLIn.class
host-master/bin/org/reprap/RFO$XMLOut.class
host-master/bin/org/reprap/RFO.class
host-master/bin/org/reprap/ReprapException.class
host-master/bin/org/reprap/comms/
host-master/bin/org/reprap/comms/GCodeReaderAndWriter$1.class
host-master/bin/org/reprap/comms/GCodeReaderAndWriter.class
host-master/bin/org/reprap/devices/
host-master/bin/org/reprap/devices/ExtruderState.class
host-master/bin/org/reprap/devices/GCodeExtruder.class
host-master/bin/org/reprap/devices/GenericExtruder.class
host-master/bin/org/reprap/devices/NullExtruder.class
host-master/bin/org/reprap/geometry/
host-master/bin/org/reprap/geometry/LayerProducer.class
host-master/bin/org/reprap/geometry/LayerRules.class
host-master/bin/org/reprap/geometry/Producer.class
host-master/bin/org/reprap/geometry/polygons/
host-master/bin/org/reprap/geometry/polygons/BooleanGrid$1.class
host-master/bin/org/reprap/geometry/polygons/BooleanGrid$DDA.class
host-master/bin/org/reprap/geometry/polygons/BooleanGrid$SnakeEnd.class
host-master/bin/org/reprap/geometry/polygons/BooleanGrid$iPoint.class
host-master/bin/org/reprap/geometry/polygons/BooleanGrid$iPolygon.class
host-master/bin/org/reprap/geometry/polygons/BooleanGrid$iPolygonList.class
host-master/bin/org/reprap/geometry/polygons/BooleanGrid$iRectangle.class
host-master/bin/org/reprap/geometry/polygons/BooleanGrid.class
host-master/bin/org/reprap/geometry/polygons/BooleanGridList.class
host-master/bin/org/reprap/geometry/polygons/CSG2D$1.class
host-master/bin/org/reprap/geometry/polygons/CSG2D.class
host-master/bin/org/reprap/geometry/polygons/Circle.class
host-master/bin/org/reprap/geometry/polygons/HalfPlane.class
host-master/bin/org/reprap/geometry/polygons/Interval.class
host-master/bin/org/reprap/geometry/polygons/Line.class
host-master/bin/org/reprap/geometry/polygons/ParallelException.class
host-master/bin/org/reprap/geometry/polygons/Point2D.class
host-master/bin/org/reprap/geometry/polygons/PolPoint.class
host-master/bin/org/reprap/geometry/polygons/Polygon.class
host-master/bin/org/reprap/geometry/polygons/PolygonAttributes.class
host-master/bin/org/reprap/geometry/polygons/PolygonList.class
host-master/bin/org/reprap/geometry/polygons/Rectangle.class
host-master/bin/org/reprap/geometry/polygons/chPair.class
host-master/bin/org/reprap/geometry/polygons/treeList.class
host-master/bin/org/reprap/geometry/polyhedra/
host-master/bin/org/reprap/geometry/polyhedra/AllSTLsToBuild$BoundingBox.class
host-master/bin/org/reprap/geometry/polyhedra/AllSTLsToBuild$InFillPatterns.class
host-master/bin/org/reprap/geometry/polyhedra/AllSTLsToBuild$LineSegment.class
host-master/bin/org/reprap/geometry/polyhedra/AllSTLsToBuild$SliceCache.class
host-master/bin/org/reprap/geometry/polyhedra/AllSTLsToBuild.class
host-master/bin/org/reprap/geometry/polyhedra/Box.class
host-master/bin/org/reprap/geometry/polyhedra/CSG3D$1.class
host-master/bin/org/reprap/geometry/polyhedra/CSG3D.class
host-master/bin/org/reprap/geometry/polyhedra/CSGReader$1.class
host-master/bin/org/reprap/geometry/polyhedra/CSGReader.class
host-master/bin/org/reprap/geometry/polyhedra/HalfSpace.class
host-master/bin/org/reprap/geometry/polyhedra/Point3D.class
host-master/bin/org/reprap/geometry/polyhedra/Primitives.class
host-master/bin/org/reprap/geometry/polyhedra/STLObject$Contents.class
host-master/bin/org/reprap/geometry/polyhedra/STLObject$Offsets.class
host-master/bin/org/reprap/geometry/polyhedra/STLObject.class
host-master/bin/org/reprap/geometry/segmentSpeeds.class
host-master/bin/org/reprap/gui/
host-master/bin/org/reprap/gui/Category.class
host-master/bin/org/reprap/gui/ContinuationMesage$1.class
host-master/bin/org/reprap/gui/ContinuationMesage$2.class
host-master/bin/org/reprap/gui/ContinuationMesage.class
host-master/bin/org/reprap/gui/MaterialRadioButtons$1.class
host-master/bin/org/reprap/gui/MaterialRadioButtons$2.class
host-master/bin/org/reprap/gui/MaterialRadioButtons.class
h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com