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] #缓...
[gcode_macro BED_SCREW_LEFT] gcode: G90 G1 X0 Y0 F3000 [gcode_macro BED_SCREW_RIGHT] gcode: G90 G1 X220 Y0 F3000 [gcode_macro BED_SCREW_BACK] gcode: G90 G1 X112 Y220 F3000 #Z_ENDSTOP_CALIBRATE # BED_SCREWS_ADJUST
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=printer["gcode_macro TTS"].value|int%}{%ifis_tts=...
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...
[gcode_macro RESUME] [gcode_macro CANCEL_PRINT] 完成上面的步骤,你的配置文件已经非常的清楚明了了。 B.标定配置文件pin 下面设定相关的pin定义。 图9 观察你的接线图 图10 打开pin图 根据走线标定pin。 举例stepper_x标定 图11 我的x轴步进电机插在红圈部分,x轴endstop插在红圈位置 ...
[virtual_sdcard]path:~/gcode_files[gcode_macroCANCEL_PRINT]description:无实际作用,避免出现黄字报错rename_existing:CANCEL_PRINT_BASEgcode:### 用于调试[respond] 3、输出效应器:创建不同 DC 风扇配置# 直流风扇主要有三种: 两线风扇:VCC + GND,可以实现开和关两种状态...
PRINT_END Post Processing Plugin Use the menu item for Extensions → Post Processing → Modify G-Code to open the Post Processing Plugin and add the following four scripts. The scripts must be run in the order listed below and be sure to copy the strings exactly, with no leading or trai...
[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 配置摄像头串流# ...