BED_MESH_PROFILE LOAD="default" ;;; 以下 gcode 是新加的 G28 ; h1ome all axes G91; relative positioning G1 Z3.0 F3000 ; move z up little to bake by bed temperature ;;; M104 S[nozzle_temperature_initial_layer] M190 S[bed_temperature_initial_layer_single] ;;; 以下 gcode 是新加的 ...
# 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 %} {% set EXTRUDER_TEMP = params.EXTRUDER_TEMP|default(190)|float %} # Star...
; BED_MESH_PROFILE LOAD="default" ; bed mesh 加载一般写在归零里,这句加不加无所谓 M104 S[nozzle_temperature_initial_layer] ; 设置喷嘴温度,温度占位变量根据实际切片软件修改 M140 S[bed_temperature_initial_layer_single] ; 设置热床温度,温度占位变量根据实际切片软件修改 G28 ; h1ome all axes ; ...
否则默认-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_CALIBRATE_FAST Wraps the Klipper BED_MESH_CALIBRATE command to scale and redistribute the probe points so that only the appropriate area in MESH_MIN and MESH_MAX is probed. This can dramatically reduce probing times for anything that doesn't fill the first layer of the bed. PRINT_...
* `SURFACE` *(default: current surface)* - Bed surface. ### `MAKE_SURFACE_MESH` Generates a mesh associated with the specified surface. If `variable_start_try_saved_surface_mesh` is true then `START_PRINT` will load this mesh when the surface is selected (and skip the mesh leveling st...
'bed_mesh', 'configfile', 'display_status', 'extruder', 'fan', 'gcode_move', 'heater_bed', 'idle_timeout', 'pause_resume', 'print_stats', 'toolhead', 'virtual_sdcard', 'webhooks', 'motion_report',
要启用bed mesh调平文件, print_start 里要加 BED_MESH_PROFILE LOAD="XX" XX是网床的名字 一般是default 2023-09-13 10:481 温州阿正哥哥 请问我的tap调平,首层不平是怎么回事 2024-04-27 00:50 1 麒麟工匠 请问z归位不向下,往上跑,是哪里的问题 ...
# 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
bed_mesh The following information is available in the bed_mesh object: profile_name, mesh_min, mesh_max, probed_matrix, mesh_matrix: Information on the currently active bed_mesh. profiles: The set of currently defined profiles as setup using BED_MESH_PROFILE. bed_screws The following...