M300 S1000 P500 # Use absolute coordinates G90 # Reset the G-Code Z offset (adjust Z offset if needed) SET_GCODE_OFFSET Z=0.0 # Home the printer G28 # G1 X10 Y50 Z0.2 F3000 # 避开夹子 G1 Y60 F3000 G1 X10 Z0.2 F3000 G92 E0 G1 Y130 E10 F225 G92 E0 [gcode_macro END_PRI...
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: M400 ; wait for buffer to clear G92 E0 ; zero the extruder G1 E-10.0 F3600 ; retract filament G91 ; relative positio...
#这里主要有三处,开始和断料检测的开启代码和末尾的打印结束时的恢复代码 [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] #缓...
SET_LED LED=case_light WHITE=0.5 SYNC=0 TRANSMIT=1 [gcode_macro START_PRINT] # set slicer START_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_print_temperature_layer_0} gcode: BED_MESH_PROFILE LOAD=default {% set BED_TEMP = params.BED_TEMP|default(60)|float...
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...
I don't have to change anything, the same macro works on both printers. Filament can be changed on a cold printer, no need to preheat the nozzle. Klicky probe does not do unnecessary docking/undocking during start of print. At the beginning of the print the printer waits until the cham...
variable_start_end_park_y (default: max) - The final Y position of the toolhead in the PRINT_END macro, to ensure that the toolhead is out of the way when the bed is presented for print removal. This can be set to a Y coordinate (e.g. 0.0), max to use stepper_y.position_max...
[virtual_sdcard]path:~/gcode_files[gcode_macroCANCEL_PRINT]description:无实际作用,避免出现黄字报错rename_existing:CANCEL_PRINT_BASEgcode:### 用于调试[respond] 3、输出效应器:创建不同 DC 风扇配置# 直流风扇主要有三种: 两线风扇:VCC + GND,可以实现开和关两种状态...
[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:...
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 so. We haven’t tried it. ...