关闭 MaikStohn 打开了这个问题 2012 年 11 月 13 日 · 2 条评论 关闭 UltraLCD 通过机器菜单设置 Nozzle#2 设置 Nozzle#3 温度#303 MaikStohn 打开了这个问题 2012 年 11 月 13 日 · 2 条评论 评论 贡献者 麦克斯托恩 评论了 2012 年 11 月 13 日 屏幕菜单中的 internal nozzle2 = “NOZZLE#3” 搜索 case ItemCT_nozzle2: 并找到块: if(CLICKED) { linechanging=!linechanging; if(linechanging) { encoderpos=intround(degTargetHotend2()); } else { setTargetHotend1(encoderpos); //<== CHANGE TO: setTargetHotend2(encoderpos); encoderpos=activeline*lcdslow; beepshort(); } BLOCK; } 很抱歉没有提供拉取请求。我只是在我的 repo 中做了很多更改以添加“Atmel Studio 6”和完整的 JTAG 支持。奇迹般有效。有一个带断点的调试器真是太好了:-) 迈克 daid 关闭此 作为 完成 a2032af 2012 年 11 月 13 日 喜欢 (0) 振动移动轴 #299 Configuration.h 更改建议。 #304 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭 无法在 gsender 1.2.0 中打开 .gcode 文件 #367 RaspberryPi 运行 gsender 时出现问题 #89 向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473 v1.3.8-EDGE 重启后键盘快捷键消失 #427 关闭无法在 gsender 1.2.0 中打开 .gcode 文件 #367RaspberryPi 运行 gsender 时出现问题 #89向 fluidnc 发送 $$ 会导致 gsender 崩溃 #473功能请求:抑制发送到机器的 gcode 中的 gcode 注释。 #444 关闭通过网络连接进行连接 #171操纵杆运动的剩余问题 #204 关闭新版本认为我的机器一直处于锁定状态 #474 关闭
屏幕菜单中的 internal nozzle2 = “NOZZLE#3”
搜索
case ItemCT_nozzle2:
并找到块:
很抱歉没有提供拉取请求。我只是在我的 repo 中做了很多更改以添加“Atmel Studio 6”和完整的 JTAG 支持。奇迹般有效。有一个带断点的调试器真是太好了:-)
迈克