marlin config
2.10.7
这是一个帮助工具,旨在轻松配置Marlin固件
支持的OS:Linux,Mac,Windows
在项目中使用的文档中的文档
我们为MACOS,Linux 32 /64和Windows 32 /64提供了预制的二进制文件。这是最新版本。
运行后,出现一个文件对话框,并要求打开任何空文件夹(然后是Github的Marlin的最后版本)或使用Marlin Git存储库的文件夹
sudo npm -gi marlin-conf
一些有关Windows安装的提示
警告!请安装99-platformio-udev.rules ,并检查您的板的PID和VID是否在规则中列出。 https://raw.githubusercontent.com/platformio/platformio/develfic/scripts/99-platformio-udev.rules
在空文件夹或带有Marlin存储库的文件夹中的开放终端,然后键入
mct并确认行动

usage: mct help|git|tree|conf|clone
You need to run it in Marlin git repository
commands:
mct
asks to 'clone' if current folder has no repository then run 'conf'
mct conf
open browser for interactive configuration
mct clone
clone current Marlin repository to current working directory
mct git <git-tag> json|h|txt
json: compare [gitroot]/Marlin/Configuration*.h files
between git-tag files and files in folder then
create .json files with your personal setting
h: extend [gitroot]/Marlin/Configuration*.h files
from git-tag with .json files contained your personal setting
txt: like json but create txt files contained only changes
for publication
mct tree json|h|rm
Each of these traverse [gitroot]/Marlin/example_configurations directory
json: compare configurations with main files [gitroot]/Marlin/Configuration*.h
and generate .json file with its differences for each
and .not files for #defines which not present in base files
h: recreate .h files based on
main files [gitroot]/Marlin/Configuration*.h and .json
rm: remove .json and .not files
命令接口:
为发行出版物创建文件mct git 1.1.0-RC7 txt (将当前文件与文件夹中的当前文件进行比较,并创建可读的文本文件)
迁移配置:
mct git 1.1.0-RC7 json (将1.1.0-RC7发布与您的当前文件中的版本中的文件夹和Create .json相比)而不是复制.json文件到另一个文件夹或更改git分支
恢复您的配置
mct git 1.1.0-RC8 h (使用1.1.0-RC8版本,并添加存储在.json配置中)