mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from typing import Dict, List, Optional, Tuple
|
|||
# ====================================
|
||||
# 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
|
||||
MINIMUM_PLANNER_SPEED = 0.05
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue