Returns the spindle speed as shown on the screen.
Retrieves the user interface spindle speed value.
planetcnc.hw_spindle_ui()
#! /usr/bin/env python import planetcnc ui_speed = planetcnc.hw_spindle_ui() print("Spindle speed (UI):", ui_speed)