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_...
A collection of useful macros for the Klipper 3D printer firmware - klipper-macros/bed_mesh_fast.cfg at main · chrisleck/klipper-macros
在printer配置文件中新增 [bed_mesh] speed: 100 horizontal_move_z: 2 // 向上抬起的距离 mesh_min: 10, 10 // 最小位置 mesh_max: 210, 210 // 最大采样位置 probe_count: 4, 4 // 矩阵大小 fade_start: 1 // 逐渐停止补偿开始层 fade_end: 10 fade_target: 0 接下来在fluidd中配置校准 纸...
否则默认-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:输入最大和最小...
; BED_MESH_PROFILE LOAD="default" ; bed mesh 加载一般写在归零里,这句加不加无所谓 M104 S[nozzle_temperature_initial_layer] ; 设置喷嘴温度,温度占位变量根据实际切片软件修改 M140 S[bed_temperature_initial_layer_single] ; 设置热床温度,温度占位变量根据实际切片软件修改 ...
All features are configured by setting variable_ values in the [gcode_macro _km_options] section. All available variables and their purpose are listed in globals.cfg. Bed Mesh Improvements BED_MESH_CALIBRATE_FAST Wraps the Klipper BED_MESH_CALIBRATE command to scale and redistribute the probe poi...
[bed_mesh]## 热床网格校准speed:60# 校准速度horizontal_move_z:13# Z起始高度mesh_min:50,50# 最小校准点坐标x,ymesh_max:250,250# 最大坐标probe_count:15,15# 采样点数mesh_pps:2,2# 补充采样点数algorithm: bicubic# 算法模型bicubic_tension:0.2# 算法插值不要动relative_reference_index:112# 第...
# 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
克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支4 标签87 Stefan Dejfeat(Editor): store last state of file str...4d59c627天前 2431 次提交 提交 .docker chore(Docker): Enable ipv6 in nginx.conf (#2030) ...
mesh = self.printer.lookup_object('bed_mesh', default=None) # from BED_POSITION parameter if bed_param: return self._parse_xy("BED_POSITION", bed_param, gcmd) # from configuration if self.bed_site is not None: return self.bed_site # from mesh's zero reference position if...