Skip to content

Commit b1fea7d

Browse files
committed
configs: uppercase woodpecker_xyzab GEOMETRY value
GEOMETRY is uppercased at parse time (axis.py, gremlin), so this is a cosmetic change to match the uppercase convention used across the INI files and this config's own COORDINATES = XYZAB. Addresses review feedback on PR #4092.
1 parent 8c77c32 commit b1fea7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/sim/woodpecker/woodpecker_xyzab.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DISPLAY = qtvcp -f woodpecker
1111
PREFERENCE_FILE_PATH = WORKINGFOLDER/woodpecker.pref
1212
POSITION_OFFSET = RELATIVE
1313
POSITION_FEEDBACK = ACTUAL
14-
GEOMETRY = xyzab
14+
GEOMETRY = XYZAB
1515
GRIDS = 10mm 20mm 50mm 100mm 1in 2in 5in 10in
1616
MAX_FEED_OVERRIDE = 1.2
1717
#spindle

0 commit comments

Comments
 (0)