开源改变世界

cpp 中的温度表 #437

推推 grbl 3年前 (2023-02-05) 183次浏览
关闭
ledvinap 打开了这个问题 2013 年 3 月 28 日 · 2 条评论
关闭

cpp 中的温度表#437

ledvinap 打开了这个问题 2013 年 3 月 28 日 · 2 条评论

评论

cpp 中的温度表 #437

打开新问题,开始于https://github.com/ErikZalm/Marlin/issues/418 “温度曲线补偿”
这是尝试允许在 gnu cpp 中生成温度查找表而不是外部 python 脚本。
测试版本在这里: https:
//github.com/ledvinap/Marlin/blob/local/Marlin/thermistor_template.h
https://github.com/ledvinap/Marlin/blob/local/Marlin/thermistor_template2.h
https:/ /github.com/ledvinap/Marlin/blob/local/Marlin/thermistortable.c

这只是概念验证,我还需要找到一种方法来集成它。

cpp 中的温度表 #437
贡献者

由于高 gcc 依赖性和抑制所有警告,不会实施。有趣的破解虽然!