SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=etemp VALUE={printer['extruder'].target} ; set hotend temp variable for reference in resume macro # SET_FILAMENT_SENSOR SENSOR=fila ENABLE=0 ; disable filament sensor SAVE_GCODE_STATE NAME=PAUSE ; save current print position for resume BASE_PAUSE ; pau...
gcode: PAUSE_BASE _TOOLHEAD_PARK_PAUSE_CANCEL [gcode_macro RESUME] description: Resume the actual running print rename_existing: RESUME_BASE gcode: ### read extrude from _TOOLHEAD_PARK_PAUSE_CANCEL macro ### {% set extrude = printer['gcode_macro _TOOLHEAD_PARK_PAUSE_CANCEL'].extrude %} ...
打开klicky-variables.cfg文件进行修改,修改的内容如下: variable_max_bed 热床尺寸 variable_z_endstop Z限位开关的坐标 variable_docklocation Klicky 探针停靠位置的坐标 Variable_dockmove Klicky探针停靠后脱离动作移动的坐标 Variable_attachmove Klicky探针挂载重做移动的坐标 完成以上配置,我们点击SAVE & RESTART选项...
{%setcenter_y_position=printer.toolhead.axis_maximum.y/2%}# Conversion steps variable assignment{%setaccel_steps=ns_accel_steps.arr%} {%settest_steps=ns_test_steps.arr%} {%setdistance_steps=ns_distance_steps.arr%} {%setspeed_steps=ns_speed_steps.arr%}SAVE_GCODE_STATENAME=speed_testing_m...
With X, Y and Z parameters it will save the specified X, Y and Z. Sets restore type to 2, restore XYZ. SAVE_CURRENT_POSITION- Save the current G-Code position of the toolhead. This command is usually used inside the pickup_gcode script or the custom g-code of the slicer software....
Insert custom gcode here. _PRINT_START_PHASE_PURGE ; This is the place to put slicer purge lines if you haven't set a non-zero ; variable_start_purge_length to have START_PRINT automatically calculate and ; perform the purge (e.g. if using a Mosaic Palette, which requires the slicer ...
鲁班猫运行Linux系统,作为上位机,在系统中运行一些与3D打印控制相关的服务,如解算模型Gcode代码,振动补偿,压力补偿、温度调节等计算,同时提供web service接口,可以相关接口来对3D打印机的参数和状态进行设置和监控。还提供显示接口,通过接入的屏幕来直接设置打印参数。
[gcode_macro PAUSE] description: Pause the actual running print rename_existing: PAUSE_BASE # change this if you need more or less extrusion variable_extrude: 1.0 gcode: ### read E from pause macro ### {% set E = printer["gcode_macro PAUSE"].extrude|float %} ### set park positon ...
[gcode_macro PAUSE] description: Pause the actual running print rename_existing: PAUSE_BASE # change this if you need more or less extrusion variable_extrude: 1.0 gcode: ### read E from pause macro ### {% set E = printer["gcode_macro PAUSE"].extrude|float %} ### set park positon ...
鲁班猫运行Linux系统,作为上位机,在系统中运行一些与3D打印控制相关的服务,如解算模型Gcode代码,振动补偿,压力补偿、温度调节等计算,同时提供web service接口,可以相关接口来对3D打印机的参数和状态进行设置和监控。还提供显示接口,通过接入的屏幕来直接设置打印参数。