long candy ready to test

This commit is contained in:
meelstorm
2025-09-05 11:11:23 +02:00
parent d52c844b5d
commit e5746ef766
39 changed files with 904 additions and 168 deletions

View File

@@ -264,6 +264,7 @@ namespace Hawkeye.VisionBuilder
var ext = Path.GetExtension(dialog.FileName);
if (ext == ".jhrcp")
{
_workflowList.RecipeImage = _workflowList.Context.LastCameraImage?.ImageData;
_workflowList.SaveJSON(dialog.FileName);
}
else