结束打印时调用 M300 播放提示音,示例来自 CHEP###[gcode_macro START_PRINT] gcode: # chirp to indicate starting to print M300 S1000 P500 # Use absolute coordinates G90 # Reset
PRINT_START BED=[first_layer_bed_temperature] HOTEND={first_layer_temperature[initial_extruder]+extruder_temperature_offset[initial_extruder]} 添加以下code到printer.cfg [gcode_macro PRINT_START] gcode: #等待机器升温至第一层打印温度 M117 Heating... # Parameters {% set bedtemp = params.BED|int ...
2.开始打印[gcode_macro PRINT_START] 加入以下代码 gcode:###TTS语音 ###{%setis_tts=printer["gcode_macro TTS"].value|int%}{%ifis_tts==1%}RUN_SHELL_COMMANDCMD=start_tts;调用开始打印语音{%endif%} 3.结束打印[gcode_macro PRINT_END] 加入以下代码 gcode:###TTS语音 ###{%setis_tts=printe...
[gcode_macro START_PRINT] gcode: BED_MESH_PROFILE LOAD=default 完整配置如下 printer.cfg # This file contains common pin mappings for Ultimaker UltiMainboard v2 # boards. To use this config, the firmware should be compiled for the # AVR atmega2560. ...
# Use PRINT_START for the slicer starting script - please customise for your slicer of choice gcode: G32 ; home all axes G1 Z20 F3000 ; move nozzle away from bed [gcode_macro PRINT_END] # Use PRINT_END for the slicer ending script - please customise for your slicer of choice ...
[gcode_macro PRINT_START] #Some of the custom start gcode will make the AMS not work correctly, need to check carefully gcode: buffer M=1 [gcode_macro PRINT_END] gcode: buffer M=0 [filament_switch_sensor buffer] #缓冲器传感器 pause_on_runout: False #请注意, 如果 pause_on_runout 为...
[gcode_macro PRINT_START] [gcode_macro PRINT_END] [gcode_macro POSITION] [pause_resume] [gcode_macro PAUSE] [gcode_macro RESUME] [gcode_macro CANCEL_PRINT] 完成上面的步骤,你的配置文件已经非常的清楚明了了。 B.标定配置文件pin 下面设定相关的pin定义。
[gcode_macro START_PRINT] gcode: {% set BED_TEMP = params.BED_TEMP|default(60)|float %} {% set EXTRUDER_TEMP = params.EXTRUDER_TEMP|default(220)|float %} M140 S{BED_TEMP} #加热热床到目标温度 M104 S{EXTRUDER_TEMP} M190 S{BED_TEMP} ...
Error evaluating 'gcode_macro _SET_TIMELAPSE_SETUP:gcode': gcode.CommandError: CUSTOM_POS_X=10.0 must be within [0.0 - 0.0]"park_custom_pos_x:0.0park_custom_pos_y:0.0park_custom_pos_dz:0.0 手动开始和停止拍摄的命令如下: Copy HYPERLAPSE ACTION=START CYCLE=10 ...