Added missing variables

pull/55/head
Carlos Garcia Saura 2015-09-26 19:40:46 +02:00
parent c7716bd2a7
commit 2c98e38aef
2 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,8 @@
axes_Xreference_height = 74 + animatePart(6); // relative to Y reference
axes_Zreference_height = -3 + animatePart(7) + animatePart(9); // relative to X reference
Cyclone_XL = false;
axes_Xreference_posY = -81-animatePart(8)-animatePart(9); // relative to Y reference. Moves the X axis towards the front of the machine
axes_Zreference_posY = 14; // relative to X reference. Positions Z rods between the Y rods
@ -232,6 +234,8 @@
Render_Z_carriageBottom = true;
Render_Y_leftSmoothRodIdler = true;
Render_Y_rightSmoothRodIdler = true;
Render_Y_leftSmoothRodIdler_back = false; // Only needed for Cyclone XL
Render_Y_rightSmoothRodIdler_back = false;
Render_Y_frontFrame = true;
Render_Y_backFrame = true;
Render_Y_carriage = true;

View File

@ -26,6 +26,8 @@
axes_Xreference_height = 74 + animatePart(6); // relative to Y reference
axes_Zreference_height = -3 + animatePart(7) + animatePart(9); // relative to X reference
Cyclone_XL = false;
axes_Xreference_posY = -81-animatePart(8)-animatePart(9); // relative to Y reference. Moves the X axis towards the front of the machine
axes_Zreference_posY = 14; // relative to X reference. Positions Z rods between the Y rods
@ -218,6 +220,8 @@
Render_Z_carriageBottom = true;
Render_Y_leftSmoothRodIdler = true;
Render_Y_rightSmoothRodIdler = true;
Render_Y_leftSmoothRodIdler_back = false; // Only needed for Cyclone XL
Render_Y_rightSmoothRodIdler_back = false;
Render_Y_frontFrame = true;
Render_Y_backFrame = true;
Render_Y_carriage = true;