马林固件最新版本翻译注释
/*==============================================================================
Marlin Firmware 马林固件
(c) 2011-2020 MarlinFirmware
Portions of Marlin are (c) by their respective authors. 马林部分程序来源于世界各地的开发者
All code complies with GPLv2 and/or GPLv3 所有源码依靠GPLv2 和 GPLv3架构编写
================================================================================
Greetings! Thank you for choosing Marlin 2 as your 3D printer firmware.
大家好! 感谢大家选择马林固件作为你的3D打印机硬件驱动固件。
To configure Marlin you must edit Configuration.h and Configuration_adv.h
located in the root 'Marlin' folder. Check our Configurations repository to
see if there's a more suitable starting-point for your specific hardware.
通过马林固件你可以自行编辑结构库文件和高级结构库文件,他们位于marlin根文件夹中。
可以查看我们的库文件,从文件中发掘一些对于你自己设计的的固件库有帮助的灵感。
Before diving in, we recommend the following essential links:
深入研究之前,我们推荐一些以下链接:
Marlin Firmware Official Website
马林固件官网
-Home | Marlin Firmware
The official Marlin Firmware website contains the most up-to-date
documentation. Contributions are always welcome!
马林固件官网包含一些上传和下载案例文件。同时也欢迎你来参与投稿!
Configuration 结构配置到以下链接查询
-
Example configurations for several printer models.
这个链接里面配有一些贡献案例打印模型文件
- https://www.youtube.com/watch?v=3gwWVFtdg-4
A good 20-minute overview of Marlin configuration by Tom Sanladerer.
youtube上有一个Tom Sanladerer老师介绍马林结构的,时长约20几分钟的优秀视频。
(Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.)
Also... https://www.google.com/search?tbs=vid%3A1&q=configure+marlin
马林低版本的应用应该比这个少一半,可以理解的意思是:新版本比旧版本提高一倍效率。
- Configuring Marlin | Marlin Firmware
Marlin's configuration options are explained in more detail here.
马林结构在这个链接里有更详尽的解释。
Getting Help 获得帮助
- https://reprap.org/forum/list.php?415
The Marlin Discussion Forum is a great place to get help from other Marlin
users who may have experienced similar issues to your own.
马林论坛链接,你可以从这里得到其他人提出的和你有同样问题的答案。
- Issues · MarlinFirmware/Marlin · GitHub
With a free GitHub account you can provide us with feedback, bug reports,
and feature requests via the Marlin Issue Queue.
在这个链接里,当你有一个Github账户可以反馈问题,报告错误,还有一些建设性意见。
Contributing 投稿
- Contributing to Marlin | Marlin Firmware
If you'd like to contribute to Marlin, read this first!
如果你想为马林出微博之力,先看看这篇文章链接!
- Coding Standards | Marlin Firmware
Before submitting code get to know the Coding Standards.
交稿之前,请阅读一下规范链接。
------------------------------------------------------------------------------*/
/*==============================================================================Marlin Firmware 马林固件 marlin 2.0.9.2 截至发稿时间2021年12月16日官方版本2021年09月03日(c) 2011-2020 MarlinFirmware Portions of Marlin are (c) by their respective authors. 马林部分程序来源于世界各地的开发者All code complies with GPLv2 and/or GPLv3 所有源码依靠GPLv2 和 GPLv3 架构编写================================================================================Greetings! Thank you for choosing Marlin 2 as your 3D printer firmware.大家好! 感谢大家选择马林固件作为你的3D打印机硬件驱动固件。To configure Marlin you must edit Configuration.h and Configuration_adv.h
located in the root 'Marlin' folder. Check our Configurations repository to
see if there's a more suitable starting-point for your specific hardware.通过马林固件你可以自行编辑结构库文件和高级结构库文件,他们位于marlin根文件夹中。
可以查看我们的库文件,从文件中发掘一些对于你自己设计的的固件库有帮助的灵感。Before diving in, we recommend the following essential links:深入研究之前,我们推荐一些以下链接:Marlin Firmware Official Website马林固件官网- https://marlinfw.org/The official Marlin Firmware website contains the most up-to-datedocumentation. Contributions are always welcome!马林固件官网包含一些上传和下载案例文件。同时也欢迎你来参与投稿!Configuration 结构配置到以下链接- https://github.com/MarlinFirmware/ConfigurationsExample configurations for several printer models.配置贡献案例有一些打印模型文件- https://www.youtube.com/watch?v=3gwWVFtdg-4A good 20-minute overview of Marlin configuration by Tom Sanladerer.youtube上有一个Tom Sanladerer老师介绍马林结构的时长20几分钟的优秀视频。(Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.)Also... https://www.google.com/search?tbs=vid%3A1&q=configure+marlin马林低版本的应用应该比这个少一半,可以理解的意思是:新版本比旧版本提高一倍效率。- https://marlinfw.org/docs/configuration/configuration.htmlMarlin's configuration options are explained in more detail here.马林结构在这个链接里有更详尽的解释。Getting Help 获得帮助- https://reprap.org/forum/list.php?415The Marlin Discussion Forum is a great place to get help from other Marlinusers who may have experienced similar issues to your own. 马林论坛链接,你可以从这里得到其他人提出的和你有同样问题的答案。- https://github.com/MarlinFirmware/Marlin/issuesWith a free GitHub account you can provide us with feedback, bug reports,and feature requests via the Marlin Issue Queue.在这个链接里,当你有一个Github账户可以反馈问题,报告错误,还有一些建设性意见。Contributing 投稿- https://marlinfw.org/docs/development/contributing.htmlIf you'd like to contribute to Marlin, read this first!如果你想为马林出微博之力,先看看这篇文章链接!- https://marlinfw.org/docs/development/coding_standards.htmlBefore submitting code get to know the Coding Standards.交稿之前,请阅读一下规范链接。------------------------------------------------------------------------------*/