added standard header to .py files
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
# Shake&Tune: 3D printer analysis tools
|
||||
#
|
||||
# Copyright (C) 2024 Félix Boisselier <felix@fboisselier.fr> (Frix_x on Discord)
|
||||
# Licensed under the GNU General Public License v3.0 (GPL-3.0)
|
||||
#
|
||||
# File: vibrations_profile.py
|
||||
# Description: Provides a command to measure the vibrations generated by the kinematics and motors of a 3D printers
|
||||
# at different speeds and angles increments. The data is collected from the accelerometer and used
|
||||
# to generate a comprehensive vibration analysis graph.
|
||||
|
||||
|
||||
import math
|
||||
|
||||
from ..helpers.console_output import ConsoleOutput
|
||||
|
||||
Reference in New Issue
Block a user