Move mini tablet down in the palm a little.

This commit is contained in:
David Rowe 2018-09-09 10:55:05 +12:00
parent 66f75e856e
commit 5fd3f563d6

View file

@ -91,12 +91,12 @@
MINI_DIMENSIONS = { x: 0.0637, y: 0.0965, z: 0.0045 }, // Proportional to tablet proper. MINI_DIMENSIONS = { x: 0.0637, y: 0.0965, z: 0.0045 }, // Proportional to tablet proper.
MINI_POSITIONS = [ MINI_POSITIONS = [
{ {
x: -0.03, // Distance across hand. x: -0.01, // Distance across hand.
y: 0.08, // Distance from joint. y: 0.08, // Distance from joint.
z: 0.06 // Distance above palm. z: 0.06 // Distance above palm.
}, },
{ {
x: 0.03, // Distance across hand. x: 0.01, // Distance across hand.
y: 0.08, // Distance from joint. y: 0.08, // Distance from joint.
z: 0.06 // Distance above palm. z: 0.06 // Distance above palm.
} }