开源3D打印机控制板Azteeg X3详解 | 3D打印机DIY|3D打印技术论坛—3D小蚂蚁工作室

开源3D打印机控制板Azteeg X3详解

  开源3D打印机控制板Azteeg X3详解

  笔者认为Azteeg X3堪称是3D打印机控制板中的佼佼者,类似于Megatronics,整合了rampsarduino平台,搭载一颗Atmel ATMEGA2560芯片,可以支持目前大多数打印机如Prusa Mendel, Mendel Max, Ordbot, Printrbot, RostockMax 等等。 兼容Sprinter, Marlin, Repetier 等固件,X3版本有一个外壳覆盖主板,起保护作用,亦可作为一个扩展板。

下为接线图:

开源3D打印机控制板Azteeg X3详解

在使用marlin固件时在 “configuration.h”环境里作一下修改

·                   
#define BAUDRATE 250000 //This will work fine for
the X3(波特率)

·                   
#define MOTHERBOARD 33 //33 is for RAMPS which the
X3 is compatible with MOTHERBOARD34 inthe Repetier-Firmware is X3 specific

(使用Repetier固件时选择34

·                   
#define TEMP_SENSOR_0 6 //If you have the 100K Epcos
included in the bundle “6” is the correct entry or see list(使用100K热敏电阻时,需做修改)

·                   
#define TEMP_SENSOR_1 0

·                   
#define TEMP_SENSOR_2 0

·                   
#define TEMP_SENSOR_BED 6 //If you have the 100K
Epcos included in the bundle “6” is the correct entry or see list(使用100K热敏电阻时,需做修改)

软件要求:

串口驱动 :FTDI USB VCP drivers,

集成开发环境: Arduino IDE v0023,

调试代码(可选):http://pan.baidu.com/share/link?shareid=1771851726&uk=826028637

固件:( Marlin or Repetier or Sprinter )

调试软件: PronterfacePronterface是一个跨平台的打印机控制程序,可以用于测试/打印)如图:

开源3D打印机控制板Azteeg X3详解

Azteeg X3电路详图:http://pan.baidu.com/share/link?shareid=1808079046&uk=826028637

Azteeg购买地址:http://item.taobao.com/item.htm?spm=a1z10.5.w4002-330070697.61.4RCWVB&id=36469950992

文章由3D小蚂蚁编辑翻译,转载请注明出处,更多信息请参考reprap.org

 
0