From 2c98e38aef1fa80280221d95f7b4158c524f236f Mon Sep 17 00:00:00 2001 From: Carlos Garcia Saura Date: Sat, 26 Sep 2015 19:40:46 +0200 Subject: [PATCH] Added missing variables --- Source_files/configs/Default_config.h | 4 ++++ Source_files/configs/M4_XT_config.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Source_files/configs/Default_config.h b/Source_files/configs/Default_config.h index 5b62ef5..9c8c49d 100644 --- a/Source_files/configs/Default_config.h +++ b/Source_files/configs/Default_config.h @@ -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; diff --git a/Source_files/configs/M4_XT_config.h b/Source_files/configs/M4_XT_config.h index 3224d3d..057305f 100644 --- a/Source_files/configs/M4_XT_config.h +++ b/Source_files/configs/M4_XT_config.h @@ -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;