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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user