[gcode_macroTEST_SGT]description:堵转阈值辅助测试宏by思兼,默认用于TMC2209。gcode:{%setstepper=params.STEPPER|default('x')|string%} {%setbackoff_distance=params.BACKOFF|default(30)|int%}# 如果 TMC2209/2226/2240 则默认255,否则默认-64, StallGuard2和4的区别见官方手册,精度更高{%setsgt=params....
4.2.3 比赛场地与规则介绍 | fake_speed_test.cfg# Copy # original_url: https://pastebin.com/yPfSMBGF# 参数:# ACCEL_STEPS (文字,逗号隔开整数):测试的加速度值,调用方式:ACCEL_STEPS="5000, 10000, 20000"# TEST_STEPS (文字,逗号隔开文本):测试目标,如:TEST_STEPS="x_test,y_test,rect_test,dia...
[gcode_macro _km_options] # Any options variables declared here gcode: GCODE_ON_PRINT_STATUS STATUS=ready COMMAND="STATUS_TEST" ARGS=1 WHEN=ALWAYS TYPE=BOTH [gcode_macro status_test] variable_extruder: 0 gcode: M118 STATUS_TEST {rawparams} ...
See PAUSE macro for additional arguments. PAUSE_AT_LAYER { HEIGHT=<pos> | LAYER=<layer> } ... Schedules the current print to pause at the specified layer change. See PAUSE for additional arguments. SPEED_AT_LAYER { HEIGHT=<pos> | LAYER=<layer> } SPEED=<percentage> Schedules a ...
[gcode_macro g_purge] gcode: # do your purge code here The only restriction is that numbers have to occur at the end of the name, if at all. You can create a macro called “Hackaday2024,” but you can’t create one called “Hackaday2024_Test.” At least, the documentation says...
G1 Z{zhop * -1} F900 ; lower Z back down without priming (just in case we are testing the macro with cold hotend) {% endif %} M400 RESTORE_GCODE_STATE NAME=PAUSE MOVE=1 MOVE_SPEED=60 BASE_RESUME ; resume print {% endif %} ...
speed: 为做网床时的运动速度; horizontal_move_z: 为Z轴运动距离,默认就可以; mesh_min和mesh_max: 为做网床测量的范围。 (因为bltouch位置距离挤出头有一个偏移,所以可做网床的大小要比实际热床小,一般mesh_min就是热床起始位置加上一个偏移值(10左右),mesh_max是热床最大位置减去bltouch的offset值再减...
verbose: False [gcode_macro ADB_TAKE_FRAME] gcode: RUN_SHELL_COMMAND CMD=adb_trigger After you copy the above macros to printer.cfg, buttons should appear here. You can manually execute them if you want to test: Static Timelapses To create timelapses with the head out of the way, ...
{%setLAST=printer["gcode_macro _fan_state"].last_temp|float%}# 需要先在之前的宏里初始化{%setDIFF=(CURRENT-OLD)|abs%}# 取差值的绝对值{%ifDIFF>5%}# 选择合适的差值{%setSPEED=(CURRENT-90)/460%}# 最小值和最大值M118TRIGGERED!SET_FAN_SPEEDFAN=two_wire_fanSPEED={SPEED}{%endif%} ...
Load/unload filament macros. PURGE_LINE macro. TEST_SPEED macro. Find instructions here. Custom Diplay Menu Klipper Adaptive Meshing & Purging (KAMP) integrated. Read about it here.🔼 Back to topStay Up-to-Date${\normalsize{\textcolor{goldenrod}{\texttt{Star ⭐ this project.}}}$Watch...