Update for Z carriage rendering

pull/26/merge^2
Arne Durr 2014-12-06 12:18:39 +01:00
parent 61dc77489f
commit 5f78cbba52
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ render_2D_or_3D() {
rotate([90,0,0]) standard_rod(diam=axes_Zthreaded_rodD, length=axes_Zthreaded_rodLen, threaded=true, echoPart=true); rotate([90,0,0]) standard_rod(diam=axes_Zthreaded_rodD, length=axes_Zthreaded_rodLen, threaded=true, echoPart=true);
// TRANSLATE REFERENCE POSITION to the Z axis reference // TRANSLATE REFERENCE POSITION to the Z axis reference
translate([0,0,axes_Zcarriage_pos]) { translate([axes_Zsmooth_separation/2,0,axes_Zcarriage_pos]) {
if(draw_references) %frame(); if(draw_references) %frame();
Cyclone_Z_carriage(); Cyclone_Z_carriage();