3D 打 印 机 — — Marlin 固 件 全 中文解析 #ifndef CONFIGURATION_H #define CONFIGURATION_H // This configuration file contains the basic settings
// Advanced settings can be found in Configuration_adv
h // BASIC SETTINGS: select your board type, temperature sensor 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”文 件 夹