Skip to content

Commit 7692f7b

Browse files
author
Peter Vaiko
committed
fix: load field island points v2
1 parent a2ab81d commit 7692f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dofile('include.lua')
1414
local logger = Logger('main', Logger.level.debug)
1515
local parameters = {}
1616
-- working width of the equipment
17-
local workingWidth = AdjustableParameter(3.2, 'width', 'W', 'w', 0.1, 0, 100)
17+
local workingWidth = AdjustableParameter(12, 'width', 'W', 'w', 0.1, 0, 100)
1818
table.insert(parameters, workingWidth)
1919
local turningRadius = AdjustableParameter(5, 'radius', 'T', 't', 0.1, 0, 20)
2020
table.insert(parameters, turningRadius)

0 commit comments

Comments
 (0)