mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:09:01 +08:00
Move into tests folder
There it can stay and be used on modern code. Contributes to issue CURA-5561.
This commit is contained in:
parent
f5157aeeaf
commit
3e30e26ac0
@ -12,7 +12,7 @@ from typing import Dict, List, Optional, Tuple
|
|||||||
# ====================================
|
# ====================================
|
||||||
# Constants and Default Values
|
# Constants and Default Values
|
||||||
# ====================================
|
# ====================================
|
||||||
DEFAULT_BUFFER_FILLING_RATE_IN_C_PER_S = 50.0 # The buffer filling rate in #commands/ms
|
DEFAULT_BUFFER_FILLING_RATE_IN_C_PER_S = 50.0 # The buffer filling rate in #commands/s
|
||||||
DEFAULT_BUFFER_SIZE = 15 # The buffer size in #commands
|
DEFAULT_BUFFER_SIZE = 15 # The buffer size in #commands
|
||||||
MINIMUM_PLANNER_SPEED = 0.05
|
MINIMUM_PLANNER_SPEED = 0.05
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user