From 2d1f372d94b8010076950ce2a1008a0c8656b835 Mon Sep 17 00:00:00 2001 From: dtookey Date: Sun, 6 Aug 2023 22:09:45 -0400 Subject: [PATCH] Routines has usage examples --- src/main/kotlin/Routines.kt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main/kotlin/Routines.kt b/src/main/kotlin/Routines.kt index 028123c..a327582 100644 --- a/src/main/kotlin/Routines.kt +++ b/src/main/kotlin/Routines.kt @@ -377,12 +377,7 @@ object Routines { * Usage example: * * ``` - * val volume = 28 - * val bankPoint = Point(100, 200) - * val furnacePoint = Point(300, 400) - * val agent = RSAgent.getInstance() - * - * Routines.processAtFurnaceNearBank(volume, agent, bankPoint, furnacePoint) + * Routines.processAtFurnaceNearBank(1500) * ``` * * Before processing, the camera is reset to align points.