Moved cable strips nearer the back of the libtest picture.

This commit is contained in:
Chris Palmer 2020-03-05 20:55:57 +00:00
parent 245b158f1d
commit c16a1c3804
2 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 783 KiB

After

Width:  |  Height:  |  Size: 784 KiB

View File

@ -366,7 +366,7 @@ sk_brackets_y = extrusion_brackets_y + 80;
kp_pillow_blocks_y = sk_brackets_y + 50; kp_pillow_blocks_y = sk_brackets_y + 50;
scs_bearing_blocks_y = kp_pillow_blocks_y + 60; scs_bearing_blocks_y = kp_pillow_blocks_y + 60;
translate([x4 + 130, belts_y + 58]) { translate([x4 + 150, belts_y + 58]) {
belt_test(); belt_test();
translate([0, 60]) translate([0, 60])
@ -376,9 +376,8 @@ translate([x4 + 130, belts_y + 58]) {
translate([x4, rails_y + 130]) translate([x4, rails_y + 130])
rails(); rails();
translate([780, 0]) translate([900, fans_y + 50])
rotate(90) cable_strips();
cable_strips();
translate([x4, kp_pillow_blocks_y]) translate([x4, kp_pillow_blocks_y])
kp_pillow_blocks(); kp_pillow_blocks();