From e1820a007e85e3302bf588c701c236870c11b726 Mon Sep 17 00:00:00 2001 From: iamboss Date: Fri, 2 Jan 2026 13:16:06 +0800 Subject: [PATCH] tune folder structure --- {Output => Input}/circle.controller-step.csv | 0 {Output => Input}/circle.sensor-shot.csv | 0 Main.hincproj | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename {Output => Input}/circle.controller-step.csv (100%) rename {Output => Input}/circle.sensor-shot.csv (100%) diff --git a/Output/circle.controller-step.csv b/Input/circle.controller-step.csv similarity index 100% rename from Output/circle.controller-step.csv rename to Input/circle.controller-step.csv diff --git a/Output/circle.sensor-shot.csv b/Input/circle.sensor-shot.csv similarity index 100% rename from Output/circle.sensor-shot.csv rename to Input/circle.sensor-shot.csv diff --git a/Main.hincproj b/Main.hincproj index 5bdd0db..db8d807 100644 --- a/Main.hincproj +++ b/Main.hincproj @@ -444,8 +444,8 @@ EnableCollisionDetection = false; //是否啟用碰撞檢測開啟 ClearTimeMappingData(); PlayNcFile("NC/circle.ptp"); -MapSingleByCsvFile("Output/circle.controller-step.csv"); -MapSeriesByCsvFile("Output/circle.sensor-shot.csv"); +MapSingleByCsvFile("Input/circle.controller-step.csv"); +MapSeriesByCsvFile("Input/circle.sensor-shot.csv"); ReTrainMillingPara(Mx|My|Mz, $"Cache/LiveUpdate.mp");