[printer]# 运动学结构 分为笛卡尔和corexy等等,Voron2.4是corexykinematics: corexy# 最大速度max_velocity:300# 最大加速度max_accel:3000# z轴最大速度max_z_velocity:15# z轴最大加速度max_z_accel:300# 方形拐角速度,小一点可以有效避免平台重带来的惯性square_corner_velocity:5.0 [bed_mesh]## ...
G1 Z2 F3000 ; move nozzle up 2mm G90 ; absolute positioning G0 X125 Y250 F3600 ; park nozzle at rear BED_MESH_CLEAR 这里着重讲一下主要修改的配置,其他配置可以根据配置文件中的注释修改: mcu 对主控制器的配置,主要是对通信接口做配置,这里设置/dev/ttyS8作为通信接口,默认波特率为250000 Fluidd...
Since some of the pins in the connectors on the mainboard maybe not connected to the gpios of MCU directly (e.g. there maybe a filter capacitor on them or isolated by mosfet, diode or optocoupler, but it's OK if they are isolated by resistors or pullup/pulldown by resistors), they ...
Code Issues Pull requests A Klipper Extension for the Probe Obj that allows the first probe sample to be discarded from the following command: PROBE,PROBE_ACCURACY,PROBE_CALIBRATE,QUAD_GANTRY_LEVEL,BED_MESH_CALIBRATE,SCREWS_TILT_CALCULATE,Z_TILT_ADJUST,PROBE_Z_ACCURACY, and CALIBRATE_Z bltouch...
# The path of the local directory on the host machine to look for # g-code files. This is a read-only directory (sdcard file writes # are not supported). One may point this to OctoPrint's upload # directory (generally ~/.octoprint/uploads/ ). This parameter must ...
For example, suppose you wanted to implement a new command called G_PURGE to create a purge line (case doesn’t matter, by the way). That’s easy. You just need to put in your configuration file: [gcode_macro g_purge] gcode: # do your purge code here ...
Temperature Presets:Manage different temperature presets for easy preheating Bed Mesh Visualisation:View your bed using a 3D mesh graph G-Code Viewer:View a 3D render of your print and follow the progress Multi-Webcam Support:View your print from different angles with multiple webcams ...
[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_CALIBRATE`and`G20` Wraps the equivalent Klipper 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 ...
# The path of the local directory on the host machine to look for # g-code files. This is a read-only directory (sdcard file writes # are not supported). One may point this to OctoPrint's upload # directory (generally ~/.octoprint/uploads/ ). This parameter must ...