Skip to content

Commit

Permalink
Actually add the file with the patchs
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Jun 16, 2023
1 parent 021eea4 commit ec596e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/mx_bluesky/I24/serial/parameters/constants.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from pathlib import Path

PARAM_FILE_PATH_EX = Path(
"src/mx_bluesky/I24/serial/parameters/extruder"
) # /dls_sw/i24/scripts/extruder/
PARAM_FILE_PATH_FT = Path("src/mx_bluesky/I24/serial/parameters/fixed_target")
LITEMAP_PATH = Path("src/mx_bluesky/I24/serial/parameters/fixed_target/litemaps")
FULLMAP_PATH = Path("src/mx_bluesky/I24/serial/parameters/fixed_target/litemaps")

0 comments on commit ec596e2

Please sign in to comment.