Rename MatterControl.CalibrationFiles to calibration_files
This commit is contained in:
parent
df797924b0
commit
12e907ed50
2 changed files with 5 additions and 1 deletions
|
|
@ -226,6 +226,10 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
layer.Add("layer_etag", item.Value);
|
||||
break;
|
||||
|
||||
case "MatterControl.CalibrationFiles":
|
||||
layer.Add("calibration_files", item.Value);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
if (item.Key.Contains("ComPort"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue