examples for vase mode

This commit is contained in:
kennetek 2022-09-27 10:15:08 -07:00
parent 7c091f1a43
commit 855c5cf53e
7 changed files with 40635 additions and 3 deletions

View file

@ -28,15 +28,15 @@ bottom_layer = 3;
/* [General Settings] */ /* [General Settings] */
// number of bases along x-axis // number of bases along x-axis
gridx = 1; gridx = 2;
// number of bases along y-axis // number of bases along y-axis
gridy = 1; gridy = 2;
// bin height. See bin height information and "gridz_define" below. // bin height. See bin height information and "gridz_define" below.
gridz = 6; gridz = 6;
// base unit // base unit
length = 42; length = 42;
// number of compartments along x-axis // number of compartments along x-axis
n_divx = 2; n_divx = 3;
/* [Toggles] */ /* [Toggles] */
// toggle holes on the base for magnet // toggle holes on the base for magnet