v2.4: update input_shaper things
This commit is contained in:
parent
ca8d2bec0e
commit
16a476294f
2 changed files with 11 additions and 8 deletions
|
|
@ -1,8 +1,3 @@
|
|||
# override printer
|
||||
[printer]
|
||||
max_accel: 10000
|
||||
max_accel_to_decel: 5000
|
||||
|
||||
[mcu nano]
|
||||
serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
|
||||
|
||||
|
|
@ -38,3 +33,11 @@ accel_chip: adxl345
|
|||
probe_points:
|
||||
150,150,20 # an example
|
||||
|
||||
|
||||
[gcode_macro TR]
|
||||
gcode:
|
||||
{% if not "xyz" in printer.toolhead.homed_axes %}
|
||||
G28
|
||||
{% endif %}
|
||||
TEST_RESONANCES AXIS=X
|
||||
TEST_RESONANCES AXIS=Y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue