diff --git a/moonraker.conf b/moonraker.conf index 9d90bdb..f8d1a6a 100644 --- a/moonraker.conf +++ b/moonraker.conf @@ -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. diff --git a/printer.cfg b/printer.cfg index 5fbfc87..e579a70 100644 --- a/printer.cfg +++ b/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 diff --git a/shaper_calibrate_x.png b/shaper_calibrate_x.png new file mode 100644 index 0000000..a2cc993 Binary files /dev/null and b/shaper_calibrate_x.png differ diff --git a/shaper_calibrate_y.png b/shaper_calibrate_y.png new file mode 100644 index 0000000..7c636bb Binary files /dev/null and b/shaper_calibrate_y.png differ