macro 有 override 机制,printer.cfg 中定义的标准的 macro 是可以直接被界面上的按钮使用的(比如取消、暂停、恢复) 取消(CANCEL_PRINT) 取消主要是没有上移 z 轴的问题,加一段上移的逻辑即可 {% if (printer.gcode_move.position.z + 10) < printer.toolhead.axis_maximum.z %} ; check that zhop doe...
[pause_resume] [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 Lub...
[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,可以实现开和关两种状态,也可以通过调节输出电压来进行线性调速...
[gcode_macro CANCEL_PRINT] 完成上面的步骤,你的配置文件已经非常的清楚明了了。 B.标定配置文件pin 下面设定相关的pin定义。 图9 观察你的接线图 图10 打开pin图 根据走线标定pin。 举例stepper_x标定 图11 我的x轴步进电机插在红圈部分,x轴endstop插在红圈位置 ...
[gcode_macro CANCEL_PRINT] description: Cancel the actual runningprintrename_existing: CANCEL_PRINT_BASE gcode: TURN_OFF_HEATERS CANCEL_PRINT_BASE### # 主板温度显示 ### [temperature_sensor MCU] sensor_type: temperature_mcu min_temp:0max_temp:...
CANCEL_ALL_LAYER_GCODE Cancels all g-code commands previously scheduled at any layer or height. Convenient Layer Change Macros PAUSE_NEXT_LAYER ... Schedules the current print to pause at the next layer change. SeePAUSEmacro for additional arguments. ...
# 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 ...
A collection of useful macros for the Klipper 3D printer firmware - klipper-macros/pause_resume_cancel.cfg at main · chrisleck/klipper-macros
鸽子的折腾日记②丨Klipper的安装