From 383fc31f22c7a50a25448df4d602000c164031a9 Mon Sep 17 00:00:00 2001 From: jaknapper Date: Mon, 9 Feb 2026 16:06:43 +0000 Subject: [PATCH] Add snake-scan to full config --- ofm_config_full.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ofm_config_full.json b/ofm_config_full.json index 50e0fa7c..75534b10 100644 --- a/ofm_config_full.json +++ b/ofm_config_full.json @@ -18,6 +18,7 @@ } }, "histo_scan_workflow": "openflexure_microscope_server.things.scan_workflows:HistoScanWorkflow", + "snake_workflow": "openflexure_microscope_server.things.scan_workflows:SnakeWorkflow", "stage_measure": "openflexure_microscope_server.things.stage_measure:RangeofMotionThing", "bg_color_channels_luv": "openflexure_microscope_server.things.background_detect:ColourChannelDetectLUV", "bg_channel_deviations_luv": "openflexure_microscope_server.things.background_detect:ChannelDeviationLUV"