3D 打印机使用说明 三角洲并联臂3D 打印机 Marlin 固件配置详解 不同版本可能有些区别 只需修改文件夹里Configuration.h 的参数就可以了 红色字体是配置时可能需要修正的参数 软件:arduino-1.0.6(其他版本可能会编译出错) 和RepetierHost_1_0_6 //=========================================================================== //============================= DELTA Printer =============================== //=========================================================================== 基本设置包括:主板类型,温度传感器类型,轴设置,限位开关配置 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time #define STRING_CONFIG_H_AUTHOR "(jcrocholl, Mini Kossel)" // Who made the changes. #define SERIAL_PORT 0 选择用于和上位机通讯的串口,该值请保持0 不动 #define BAUDRATE 250000 //波特率配置,该值必须和你的上位机波特率相匹配,否则无法通讯。常用波特率有115200和250000 // This enables the serial port associated to the Bluetooth interface //#define BTENABLED // Enable BT interface on AT90USB devices //// The following define selects which electronics board you have. Please choose the one that matches your setup // 10 = Gen7 custom (Alfons3 Version) "https://github.com/Alfons3/Generation_7_Electronics" // 11 = Gen7 v1.1, v1.2 = 11 // 12 = Gen7 v1.3 // 13 = Gen7 v1.4 // 2 = Cheaptronic v1.0 // 20 = Sethi 3D_1 // 3 = MEGA/RAMPS up to 1.2 = 3 // 33 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Bed) // 34 = RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Bed) // 35 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Fan) // 4 = Duemilanove w/ ATMega328P pin assignment // 5 = Gen6 // 51 = Gen6 deluxe // 6 = Sanguinololu < 1.2 // 62 = Sanguinololu 1.2 and above // 63 = Melzi // 64 = STB V1.1 // 65 = Azteeg X1 // 66 = Melzi with ATmega1284 (MaKr3d version) // 67 =...