Skip to content

Commit

Permalink
400 grain
Browse files Browse the repository at this point in the history
  • Loading branch information
xerool committed May 29, 2021
1 parent d55be78 commit 9cb7f49
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion template/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,15 @@
'zoomx', 'zoomy',
defer = true,
}
setdefault {100, 'zoom', 100, 'zoomx', 100, 'zoomy', 100, 'zoomz'}
setdefault {
100, 'zoom',
100, 'zoomx',
100, 'zoomy',
100, 'zoomz',
}
setdefault {400, 'grain'}
-- movex
for _, a in ipairs {'x', 'y', 'z'} do
Expand Down

0 comments on commit 9cb7f49

Please sign in to comment.