#max_extrude_only_distance: 50.0 # 一次挤出或回抽的最大长度(以毫米耗材的长度为单位) # 如果一次挤出或回抽超过了这个值,这会导致返回一个错误 # 默认值是:50mm #max_extrude_only_velocity:6000 #max_extrude_only_accel:6000 # 最大的挤出和回抽速度(以毫米每秒为单位) # 和加速度(以毫米每二次方...
max_accel: 3000 # z轴最大速度 max_z_velocity: 15 # z轴最大加速度 max_z_accel: 300 # 方形拐角速度,小一点可以有效避免平台重带来的惯性 square_corner_velocity: 5.0 [bed_mesh] ## 热床网格校准 speed: 60 # 校准速度 horizontal_move_z: 13 # Z起始高度 mesh_min: 50,50 # 最小校准点坐...
max_accel: 3000 max_z_velocity: 25 max_z_accel: 30 [led case_light] white_pin: PH5 initial_WHITE: 0.25 # Motor current settings. [output_pin _stepper_xy_current] pin: PL5 pwm: True scale: 2.000 # Max power setting. cycle_time: .000030 hardware_pwm: True value: 1.200 # Power ad...
max_velocity: 500#最大速度 max_accel:5000#最大加速度 max_accel_to_decel:3000#最大加速度到减速度 max_z_velocity:20#Z轴最大速度 max_z_accel: 100#Z轴最大加速度 square_corner_velocity: 15#方形拐角速度 ### # 运动和驱动参数 ### [stepper_x] step_pin: PE3 dir_pin: PE2 enable_pin:...
[mcu]serial:/dev/serial/by-id/usb-Klipper_stm32g0b1xx_190036000D50415833323520-if00# 上位机作为 MCU 时启用# [mcu]# serial: /tmp/klipper_host_mcu[printer]kinematics:nonemax_velocity:1000max_accel:1000### 以下在 Fluidd/Mainsail 中需要,否则会报黄色警告[pause_resume] [display_status] [virtual...
# [include override.cfg][idle_timeout]timeout:600[printer]max_accel:15000max_accel_to_decel:7500max_z_velocity:7.5max_z_accel:150square_corner_max_velocity:100.0[stepper_x]position_endstop:228homing_speed:40[tmc2209stepper_x]stealthchop_threshold:999999# hold_current:1.0driver_SGTHRS:83[steppe...
toolhead: Replace max_accel_to_decel with minimum_cruise_ratio Browse files The user facing max_accel_to_decel setting is complicated and confusing. Replace it with a new minimum_cruise_ratio parameter. Internally this user-facing parameter will calculate the existing low-level "accel_to_decel...
[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 ...
`max_accel` value after the auto-calibration, and the suggested acceleration limits will not be applied automatically. Keep in mind that the maximum acceleration without too much smoothing depends on the `square_corner_velocity`. The general recommendation is not to change it from its default valu...
max_accel_to_decel: 500 max_z_velocity: 6 max_z_accel: 120 square_corner_velocity: 10.0 [pause_resume] recover_velocity: 150 [input_shaper] shaper_freq_x: 98.6 # per accelerometer shaper_type_x: 2hump_ei shaper_freq_y: 73.6 # per accelerometer ...