added standard header to .py files
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
# This file provides a custom and internal Shake&Tune Accelerometer helper that is
|
||||
# an interface to Klipper's own accelerometer classes. It is used to start and
|
||||
# stop accelerometer measurements and write the data to a file in a blocking manner.
|
||||
# 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: accelerometer.py
|
||||
# Description: Provides a custom and internal Shake&Tune Accelerometer helper that interfaces
|
||||
# with Klipper's accelerometer classes. It includes functions to start and stop
|
||||
# accelerometer measurements and write the data to a file in a blocking manner.
|
||||
|
||||
|
||||
import time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user