Marlin固件全中文解析

更新时间:2023-07-18 06:38:14 阅读: 评论:0

3D打印机——Marlin固件全中文解析
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
// This configuration file contains the basic ttings.
// Advanced ttings can be found in Configuration_adv.h
// BASIC SETTINGS: lect your board type, temperature nsor type, axis scaling, and endstop configuration
//////////基本设置包括:主板类型,温度传感器类型,轴设置,限位开关配置
//===========================================================================
艾米 怀恩豪斯
//============================= DELTA Printer ===============================
/
/===========================================================================
// For a Delta printer replace the configuration files with the files in the
// example_configurations/delta directory.
//
//////////对于三角洲并联打印机,请找到固件里“example_configurations”文件夹下的“delta”子文件夹,并将其中的Configuration.h和Configuration_adv.h两个头文件拷贝到固件文件夹下,替换原先固件里的这两个头文件,并针对delta打印机作相应参数配置。
// Ur-specified version info of this build to display in [Pronterface, etc] terminal window during
// startup. Implementation of an idea by Prof Braino to inform ur that any changes made to this
// build by the ur have been successfully uploaded into firmware.
安详的拼音
#define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
// SERIAL_PORT lects which rial port should be ud for communication with the host.
// This allows the connection of wireless adapters (for instance) to non-default port pins.
// Serial port 0 is still ud by the Arduino bootloader regardless of this tting.
#define SERIAL_PORT 0
//////////选择用于和上位机通讯的串口,该值请保持0不动nih
什么是倒装句// This determines the communication speed of the printer
// This determines the communication speed of the printer
#define BAUDRATE 250000
//////////波特率配置,该值必须和你的上位机波特率相匹配,否则无法通讯。常用波特率有115200和250000
// This enables the rial port associated to the Bluetooth interface
//#define BTENABLED              // Enable BT interface on AT90USB devices
//// The following define lects which electronics board you have. Plea choo the one that matches your tup
// 10 = Gen7 custom (Alfons3 Version) "/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
visage// 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 = Azteeg X3
// 68 = Azteeg X3 Pro
// 7  = Ultimaker
// 71 = Ultimaker (Older electronics. Pre 1.5.4. This is rare)other什么意思
// 72 = Ultimainboard 2.x (Us TEMP_SENSOR 20)
// 77 = 3Drag Controller
// 8  = Teensylu
// 80 = Rumba
// 81 = Printrboard (AT90USB1286)
// 82 = Brainwave (AT90USB646)
// 83 = SAV Mk-I (AT90USB1286)
// 9  = Gen3+
// 70 = Megatronics
// 701= Megatronics v2.0
// 702= Minitronics v1.0
// 90 = Alpha OMCA board
// 91 = Final OMCA board
// 301= Rambo
// 21 = Elefu Ra Board (v3)
// 88 = 5DPrint D8 Driver Board
#ifndef MOTHERBOARD
#define MOTHERBOARD 33
//////////主板类型选择,请按以上各主板相应代号选择你个人的主板类型。33是ramps1.3/1.4(一个挤出机),34是ramps1.3/1.4(两个挤出机)
#endif
// Define this to t a custom name for your generic Mendel,
// #define CUSTOM_MENDEL_NAME "This Mendel"
// Define this to t a unique identifier for this printer, (Ud by some programs to differentiate between machines)
/
/ You can u an online rvice to generate a random UUID. (eg www.uuidgenerator/version4)pascha
// #define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
// This defines the number of extruders
#define EXTRUDERS 1
//// The following define lects which power supply you have. Plea choo the one that matches your tup雅虎英文网站
// 1 = ATX
// 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
老鼠爱大米英文版#define POWER_SUPPLY 1
// Define this to have the electronics keep the power supply off on startup. If you don't know what this is leave it.
// #define PS_DEFAULT_OFF

本文发布于:2023-07-18 06:38:14,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/180897.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:主板   固件   类型   打印机   选择   设置   相应
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图