Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Adrien Bourmault 2021-11-11 15:17:38 +00:00 committed by Jean Sirmai
parent ee24c4700a
commit f62ea44c3f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<!-- loop_on_zero="false" anything moved before zero is lost-->
<!-- loop_on_max="true" anything moved beyond max reenters at the zero of space-->
<!-- loop_on_max="false" anything moved beyond max is lost-->
<axis name="x" size="29" loop_on_zero="true" loop_on_max="true"/>
<axis name="x" size="29"/>
<axis name="y" size="0" loop_on_zero="true" loop_on_max="true"/>
<axis name="z" size="0" loop_on_zero="true" loop_on_max="true"/>
</dimension>