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.