取消(CANCEL_PRINT) 取消主要是没有上移 z 轴的问题,加一段上移的逻辑即可 完整gcode 如下,还调换了一下顺序,先上升 z 轴再移动 x 轴 暂停(PAUSE) 测试暂停的 gcode 脚本,主要是回抽长度不够,将 e 从默认值 1 改为了默认值 2 完整gcode 如下 继续(RESUME) 经测试,继续有两个问题 重新装填太小(0.5)...
[gcode_macro CANCEL_PRINT] description: Cancel the actual running print rename_existing: CANCEL_PRINT_BASE gcode: TURN_OFF_HEATERS CANCEL_PRINT_BASE ### # 主板温度显示 ### [temperature_sensor MCU] sensor_type: temperature_mcu min_temp: 0 max_temp: 100 [temperature_sensor LubanCat] sensor_t...
[display_status] [virtual_sdcard]path:~/printer_data/gcodes[gcode_macroCANCEL_PRINT]rename_existing:CANCEL_PRINT_BASEgcode:# 以下为可选配置[respond] [force_move]enable_force_move:True[temperature_sensorhost]sensor_type=temperature_host 连接后如图所示: 2.2 配置摄像头串流# 我们要正确设置摄像头以获...
[virtual_sdcard]path:~/gcode_files[gcode_macroCANCEL_PRINT]description:无实际作用,避免出现黄字报错rename_existing:CANCEL_PRINT_BASEgcode:### 用于调试[respond] 3、输出效应器:创建不同 DC 风扇配置# 直流风扇主要有三种: 两线风扇:VCC + GND,可以实现开和关两种状态,也可以通过调节输出电压来进行线性调速...
在marlin和rrf上,它叫取消对象(cancel_object / object cancelation); 字面意思,这个功能允许你在打印过程中,取消单个或多个对象,而丝毫不妨碍其他零件的打印。 其次是我发现,相关的中文资料少之又少,klipper的官方doc中也只草草带过这个功能的介绍,虽然操作过程较为简单,但是在群里面反复复述也比较麻烦,就促成了这...
# on_error_gcode: CANCEL_PRINT # [include mainsail.cfg] [include um2-macros.cfg] [gcode_arcs] [mcu] serial: /dev/serial/by-id/usb-Ultimaker_BV__www.ultimaker.com__Ultimaker_2.0-if00 [stepper_x] step_pin: PA3 dir_pin: !PA1 ...
gcode: TURN_OFF_HEATERS CANCEL_PRINT_BASE### # 主板温度显示 ### [temperature_sensor MCU] sensor_type: temperature_mcu min_temp:0max_temp:100 [temperature_sensor LubanCat] sensor_type: temperature_host min_temp:0max_temp:100###...
鸽子的折腾日记②丨Klipper的安装
SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=False # clear pause_next_layer and pause_at_layer as preparation for next print SET_PAUSE_NEXT_LAYER ENABLE=0 SET_PAUSE_AT_LAYER ENABLE=0 LAYER=0 CANCEL_PRINT_BASE [gcode_macro PAUSE] description: Pause the actual running print rename...
[virtual_sdcard] path: ~/gcode_files # UPDATE THIS FOR YOUR PATH!!! on_error_gcode: CANCEL_PRINT [display_status] Slicer Configuration PrusaSlicer / SuperSlicer PrusaSlicer and its variants are fairly easy to configure. Just open Printer Settings → Custom G-code for your Klipper printer ...