1 millimeter of movement

Basic Information:

Printer Model: Ender 3 v2
MCU / Printerboard: 4.2.2
Host / SBC: Raspberry Pi2
klippy.log

I installed Klipper on an Ender 3 V2 yesterday. Everything seems to be working ok with homing and typing in an X, Y or Z coordinate and the toolhead will move to that location. However, whenever I press any of the move buttons (0.1, 1, 10, 25, 50, or 100) the toolhead will only move 1mm. The gcode that is being sent to the printer is also requesting a 1mm move, despite 100mm being pressed or even a 0.1mm. Here is what is being sent for a request of an X movement of +25mm

$ SAVE_GCODE_STATE NAME=_ui_movement
G91
G1 X1 F7800
RESTORE_GCODE_STATE NAME=_ui_movement

Any ideas? Thanks in advance.
klippy.zip (85.1 KB)

You seem to be missing the required macros for the web interfaces. See GitHub - mainsail-crew/mainsail-config: Mainsail klipper macros and settings