mirror of
https://github.com/outbackdingo/klipper_auto_speed.git
synced 2026-01-27 10:19:30 +00:00
11 lines
263 B
Python
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 |