mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-08 09:10:56 -07:00
Merge 7fe038e0f2 into 6d7d3403e4
This commit is contained in:
commit
0d30370da4
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
|||
import collections, importlib, logging, math, multiprocessing, traceback
|
||||
shaper_defs = importlib.import_module('.shaper_defs', 'extras')
|
||||
|
||||
# Improves compatibility with non-RPi Linux distributions.
|
||||
multiprocessing.set_start_method("fork", force=True)
|
||||
|
||||
MIN_FREQ = 5.
|
||||
MAX_FREQ = 200.
|
||||
WINDOW_T_SEC = 0.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue