Add input shaper
This commit is contained in:
@@ -80,3 +80,12 @@ type: git_repo
|
||||
path: ~/print_area_bed_mesh
|
||||
origin: https://github.com/Turge08/print_area_bed_mesh.git
|
||||
is_system_service: False
|
||||
|
||||
# moonraker.conf
|
||||
|
||||
[spoolman]
|
||||
server: http://192.168.1.10:7912
|
||||
# URL to the Spoolman instance. This parameter must be provided.
|
||||
sync_rate: 5
|
||||
# The interval, in seconds, between sync requests with the
|
||||
# Spoolman server. The default is 5.
|
||||
|
||||
12
printer.cfg
12
printer.cfg
@@ -426,6 +426,12 @@ spi_software_mosi_pin: EBBCan:gpio0
|
||||
spi_software_miso_pin: EBBCan:gpio3
|
||||
axes_map: z,-y,x
|
||||
|
||||
[resonance_tester]
|
||||
accel_chip: adxl345
|
||||
probe_points:
|
||||
# Somewhere slightly above the middle of your print bed
|
||||
150,150, 20
|
||||
|
||||
|
||||
[board_pins]
|
||||
aliases:
|
||||
@@ -583,3 +589,9 @@ gcode:
|
||||
#*#
|
||||
#*# [probe]
|
||||
#*# z_offset = -1.575
|
||||
#*#
|
||||
#*# [input_shaper]
|
||||
#*# shaper_type_x = 2hump_ei
|
||||
#*# shaper_freq_x = 71.4
|
||||
#*# shaper_type_y = mzv
|
||||
#*# shaper_freq_y = 30.0
|
||||
|
||||
BIN
shaper_calibrate_x.png
Normal file
BIN
shaper_calibrate_x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 163 KiB |
BIN
shaper_calibrate_y.png
Normal file
BIN
shaper_calibrate_y.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 153 KiB |
Reference in New Issue
Block a user