Files
klipper_auto_speed/autospeed/__init__.py
Anonoei 551b79db9e Complete reorganization
Update install.sh to work properly
Update autospeed internals to work properly
2024-01-02 12:03:18 -10:00

11 lines
263 B
Python

# Find your printers max speed before losing steps
#
# Copyright (C) 2024 Anonoei <dev@anonoei.com>
#
# This file may be distributed under the terms of the MIT license.
from .funcs import *
from .move import *
from .wrappers import *
from .main import AutoSpeed