赞
踩
本文关于marlin配置文件的翻译,如有错漏请多多指出,共同修正
感谢!
版本信息:
/**
* Marlin 3D Printer Firmware
* Marlin 3D打印机固件
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
* 版权所有MarlinFirmware https://github.com/MarlinFirmware/Marlin
** Based on Sprinter and grbl.
* 基于Sprinter和grbl。
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by//============================= Getting Started =============================
* 以下是使您的机器校准的一些标准链接:
*
* http://reprap.org/wiki/Calibration
* http://youtu.be/wAL9d7FgInk
* http://calculator.josefprusa.cz
* http://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
* http://www.thingiverse.com/thing:5573
* https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
* http://www.thingiverse.com/thing:298812
*/
//============================= DELTA Printer ===============================
//=============================三角洲3D打印机 ===============================
//===========================================================================
// For a Delta printer replace the configuration files with the files in the
// 对于Delta打印机,使用文件中的文件替换配置文件
// example_configurations/delta directory.
// example_configurations / delta目录
* Select which serial port on the board will be used for communication with the host.
* 选择板上的哪个串口用于与主机通讯。
* This allows the connection of wireless adapters (for instance) to non-default port pins.
* 这允许将无线适配器(例如)连接到非默认端口引脚。
* Serial port 0 is always used by the Arduino bootloader regardless of this setting.
* 无论此设置如何,Arduino引导加载程序始终使用串行端口0。
*
* :[0, 1, 2, 3, 4, 5, 6, 7]
*/
// Optional custom name for your RepStrap or other custom machine
// RepStrap或其他自定义机器的可选自定义名称
//============================= PID Settings ================================
//======================== Thermal Runaway Protection =======================
//============================== Endstop Settings ===========================
// COM到地和NC到Signal的机械端站在这里使用“false”(最常见的设置)。
//============================== Movement Settings ============================
* (Maximum start speed for accelerated moves)
* (加速移动的最大启动速度)
* Override with M201 用M201覆盖* value set here, it may happen instantaneously.
* “Jerk”指定需要加速的最小速度变化。
* 当改变速度和方向时,如果差值小于此处设定的值,则可能会立即发生。
//============================= Z Probe Options =============================
//========================= Filament Runout Sensor ==========================
//============================ Mesh Bed Leveling ============================
//============================ Auto Bed Leveling ============================
//============================= Additional Features ===========================
//============================= LCD and SD support ============================
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。