plugin system docs
custom buttons for plugins calibration functions for Leeform
This commit is contained in:
@@ -67,8 +67,8 @@ namespace VisionBuilder.UI.Recipes.HawkeyeRecipe
|
||||
|
||||
protected override void Initialize(RecipeData currentRecipe)
|
||||
{
|
||||
var path = "..\\Data\\Recipes\\" + currentRecipe.RecipeName + ".jhrcp";
|
||||
_currentRecipeFilePath = Path.GetFullPath(path);
|
||||
var path = Path.GetFullPath(Path.Combine("..", "Data", "Recipes", currentRecipe.RecipeName + ".jhrcp"));
|
||||
_currentRecipeFilePath = path;
|
||||
_workflow = WorkflowList.LoadJSONFromFile(path);
|
||||
StartFileWatcher(_currentRecipeFilePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user