1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-29 07:50:08 +02:00

Version used for kits 11+

Z cable made 100mm longer
Manual updated
This commit is contained in:
Chris Palmer
2012-11-26 21:15:23 +00:00
parent 2f70825078
commit 096cb623fc
9 changed files with 13 additions and 13 deletions

View File

@@ -71,7 +71,7 @@ module x_axis_assembly(show_extruder) {
//
module x_motor_assembly() {
assembly("x_motor_assembly");
z_cable_extra = 50;
z_cable_extra = 100;
z_cable_travel = (Z_travel + (ribbon_clamp_z - (Z_travel + Z0 + x_end_ribbon_clamp_z()))) * 2;
pmax = [-X_travel / 2 + X_origin - motor_end, 0, x_carriage_offset()] + extruder_connector_offset();