BED_MESH_CALIBRATE PROFILE=<name> METHOD=[automatic] [<probe_parameter>=<value>] [<mesh_parameter>=<value>] Probe_parameter和mesh_parameter为上述需要设置的值。使用MESH_MIN, MESH_MAX和PROBE_COUNT来定义它们。这里有一个例子: BED_MESH_CALIBRATE PROFILE=mesh1 METHOD=automatic MESH_MIN=5,5 MESH_...
调平前,先加热喷嘴和热床,然后归零,接近开关就处在热床上方了,然后停个 2min 烘烤一下。 打印时也是一样,不过可以通过 gcode 来完成这个事情。 以KLP1 厂家自带的 gcode 为例改造。 更改配置有风险,操作请谨慎 BED_MESH_PROFILE LOAD="default" ;;; 以下 gcode 是新加的 G28 ; h1ome all axes G91; ...
擦嘴 不太了解 gcode 的话,修改时建议只改温度设置部分。 gcode 修改有风险,请充分测试 ; BED_MESH_PROFILE LOAD="default" ; bed mesh 加载一般写在归零里,这句加不加无所谓 M104 S[nozzle_temperature_initial_layer] ; 设置喷嘴温度,温度占位变量根据实际切片软件修改 M140 S[bed_temperature_initial_layer...
否则默认-64, StallGuard2和4的区别见官方手册,精度更高{%setsgt=params.TMCSGT|default(255)|int%}SET_TMC_FIELDSTEPPER=stepper_{stepper}FIELD=SGTHRSVALUE={sgt}G4P2000G28{stepper}0M400BED_MESH_CLEARG91G0{stepper}-{backoff_distance}F3000G90[gcode_macroCALC_SGT]description:输入最大和最小...
gcode: BED_MESH_PROFILE LOAD=default 完整配置如下 printer.cfg # This file contains common pin mappings for Ultimaker UltiMainboard v2 # boards. To use this config, thefirmwareshould be compiled for the # AVR atmega2560. # See docs/Config_Reference.md for a description of parameters. ...
[include klipper-macros/optional/bed_mesh.cfg] # The sections below here are required for the macros to work. If your config # already has some of these sections you should merge the duplicates into one # (or if they are identical just remove one of them). [idle_timeout] gcode: _KM...
bed_mesh: show round bed without padded values macros: send gcode style (G/M) macros without = bed_mesh: bedmap draw axis zcalibrate: add support for axis twist compensation zcalibrate: add confirmation for abort close #1326 v0.4.0 (Apr 14, 2024) move: support rescaling the slider if ...
printer.load_object(config, 'gcode_macro') self.start_gcode = gcode_macro.load_template(config, 'start_gcode', '') self.switch_gcode = gcode_macro.load_template(config, 'before_switch_gcode', '') self.end_gcode = gcode_macro.load_template(config, 'end_gcode', '') self....
'bed_mesh', 'configfile', 'display_status', 'extruder', 'fan', 'gcode_move', 'heater_bed', 'idle_timeout', 'pause_resume', 'print_stats', 'toolhead', 'virtual_sdcard', 'webhooks', 'motion_report',
# gcode: # BED_MESH_CLEAR #清除调平数据 # G28 # BED_MESH_CALIBRATE #自动调平 # BED_MESH_PROFILE SAVE="name" #保存调平数据 # SAVE_CONFIG # BED_MESH_PROFILE LOAD="name" #加载调平数据 # [gcode_macro G31] # gcode: # TESTZ Z=-1 ...