mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:17:09 +00:00
Include the planned lines table in system dumps
This commit is contained in:
@@ -33,7 +33,8 @@ exportables = {
|
||||
"preplot_lines": [ "remarks", "ntba", "meta" ],
|
||||
"preplot_points": [ "ntba", "meta" ],
|
||||
"raw_lines": [ "remarks", "meta" ],
|
||||
"raw_shots": [ "meta" ]
|
||||
"raw_shots": [ "meta" ],
|
||||
"planned_lines": None
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -28,7 +28,8 @@ exportables = {
|
||||
"preplot_lines": [ "remarks", "ntba", "meta" ],
|
||||
"preplot_points": [ "ntba", "meta" ],
|
||||
"raw_lines": [ "remarks", "meta" ],
|
||||
"raw_shots": [ "meta" ]
|
||||
"raw_shots": [ "meta" ],
|
||||
"planned_lines": None
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user