评论
你好, 我将很快删除“3 点探针”,只留下网格探针。 例如,您可以执行“G29 S100”,它会探测 干杯。 亚历克斯。 2014-05-20 4:45 GMT-03:00 yOPERO notifications@github.com:
“Não é o mais forte da espécie que sobrevive,nem o mais 亚历克斯博罗 |
给 yOPERO 你好,我目前正在建造 Cyclone PCB 铣床,我看到 然而,我无法在我的机器上测试这部分,因为我已经完全组装了 您是否考虑直接使用马林鱼的床位补偿来做到 您是否需要扩展要探测的点数? De : yOPERO [ mailto:notifications@github.com ] 大家好 我目前正在使用带有专用于铣削 PCB 的小型 CNC 的 marlin,我 通常 PCB 的尺寸会发生很大变化,要 总而言之,我的目标是能够在 问候, — |
@alexborro 我知道我所问的可能不会被很多人使用,所以我请求有关如何将上述 5 个参数添加到 eeprom 的指导。 @nicolas-rambaud我还有一个 Cyclone ( https://github.com/yOPERO/Cyclone-PCB-Factory/tree/master/Hardware/yOPERO ),我正在使用 marlin 来执行 zprobing。 问候, yOPERO |
嗨,亚历克斯, printrboard 仅使用“3 点探针”进行编译,没有足够的内存用于其他方法。 所以在主要的马林鱼中失去它会很遗憾。 谢谢, 卢西奥
|
嗯,很高兴知道…… 干杯。 亚历克斯。 2014-05-24 2:46 GMT-03:00 lpgn notifications@github.com:
“Não é o mais forte da espécie que sobrevive,nem o mais 亚历克斯博罗 |
瓦卢“谢谢”
|
###嗨,亚历克斯, ###The printrboard 仅使用“3 点探针”进行编译,内存不足 ###所以在主要马林鱼中丢失它会很可惜。 I did all of the development of the ‘Enhanced G29’ code on a PrintrBoard. I assure you, I have lots of room for that and a bunch of other code! My vote is to remove the ‘3 point probe’ code. It causes a lot of problems if the print extends out to the corner that is not probed! |
大家好
我目前正在使用带有专用于铣削 PCB 的小型 CNC 的 marlin,我发现 Zprobe 自动调平功能运行良好,当涉及到 PCB 铣削时,这是“必须”具备的功能。
通常 PCB 的尺寸会发生很大变化,要探测的区域也会发生很大变化,我想获得有关如何将以下参数存储在 eeprom 上然后能够将该信息从 eeprom 提取到 marlin 的指导(与步骤 /mm 等相同)
#define LEFT_PROBE_BED_POSITION 15
#define RIGHT_PROBE_BED_POSITION 170
#define BACK_PROBE_BED_POSITION 180
#define FRONT_PROBE_BED_POSITION 20
总而言之,我的目标是能够在不重新上传固件的情况下即时编辑探测区域设置。
问候,