1、Z轴离床间隙 PROBE_CALIBRATE A4纸测试抽拉有些微阻力 2、 Probe的精度检测,应当小于0.003 PROBE_ACCURACY 3、自动震动补偿测量 SHAPER_CALIBRATE 4、自动(手动)床网补偿 BED_MESH_CALIBRATE [bed_mesh] speed: 120 horizontal_move_z: 5 mesh_min: 10, 10 #起始点位 mesh_max: 110, 110 #结束点位 pr...
klipper-calibrate-shaper: init at 0.12.0 Verified 5f183ba angaz force-pushed the add_klipper_calibrate_shaper branch from e3d6992 to 5f183ba Compare September 28, 2024 10:34 ofborg bot added the 8.has: package (new) label Sep 28, 2024 ofborg bot requested review from cab404, zhao...
def get_psd(self, axis='all'): return self._psd_map[axis] CalibrationResult = collections.namedtuple( 'CalibrationResult', ('name', 'freq', 'vals', 'vibrs', 'smoothing', 'score', 'max_accel')) class ShaperCalibrate: def __init__(self, printer): self.printer = prin...
这里是X轴用的"mzv @ 79.2Hz",所以需要记下“mzv"和"79.2hz"【当然你如果精通这一方面你可以自行选择值和种类】。同时,输出的图片会放置在/tmp的位置,请自行查找在/tmp/位置的"shaper_calibrate_x.png"文件。 ⑤,打开你的“printer.cfg”,将下面的内容填入到你的配置文件中。因为来萌这里X轴是"mzv @ 7...
~/klipper/scripts/calibrate_shaper.py /tmp/resonances_x_*.csv -o /tmp/shaper_calibrate_x.png~/klipper/scripts/calibrate_shaper.py /tmp/resonances_y_*.csv -o /tmp/shaper_calibrate_y.png x和y分别会返回两个推荐的共振值和类型:类似下图mzv和36.2 ...
~/klipper/scripts/calibrate_shaper.py /tmp/resonances_y_*.csv -o /tmp/shaper_calibrate_y.png 它会分别告诉你这两个轴应该用什么样的补偿方法和补偿值 按照代码给出建议填入 printer.cfg 里,新建一个[input_shaper]小节 [input_shaper] Shaper_freq_x: 84.6Shaper_type_x: 2hump_eiShaper_freq_y: 72...
Klipper is a 3d-printer firmware. Contribute to Klipper3d/klipper development by creating an account on GitHub.
klippy/extras/shaper_calibrate.py Replaced original AUTOTUNE_SHAPERS array that has 5 different shapers with just array with just ['zv'] Gave the find_best_shaper method an extra parameter axis_name They use this parameter to force the frequency to be between 33 and 38 for the y-axis: ...
请在此检查电源,接线(再三确定接线正确,没有破损、松动的电线)或焊接问题。 五、测量共振 octoprint输入SHAPER_CALIBRATE 自动测量打印机加速度 测量完后输入save_config保存 官方类似教程http://www.klipper3d.org/zh/Measuring_Resonances.html 示例主板:mks monster8 v1 如图橙色圈画就是主板的spi...
# SHAPER_CALIBRATE # SAVE_CONFIG # [gcode_macro SHAPER_CALIBRATE] # rename_existing: RESHAPER_CALIBRATE # gcode: # RESHAPER_CALIBRATE FREQ_START=5 FREQ_END=100 # [resonance_tester] # accel_chip: adxl345 # probe_points: # 100, 100, 20 #共振补偿开始的位置 ...