mirror of
https://github.com/nophead/Mendel90.git
synced 2025-08-21 12:31:26 +02:00
Removed duplicated assignments.
This commit is contained in:
@@ -74,7 +74,6 @@ ribbon_clamp_color = plastic_part_color("red");
|
|||||||
fan_guard_color = plastic_part_color("lime");
|
fan_guard_color = plastic_part_color("lime");
|
||||||
pcb_spacer_color = plastic_part_color("lime");
|
pcb_spacer_color = plastic_part_color("lime");
|
||||||
pulley_color = plastic_part_color("red");
|
pulley_color = plastic_part_color("red");
|
||||||
ribbon_clamp_color = plastic_part_color("red");
|
|
||||||
wades_block_color = plastic_part_color("yellow");
|
wades_block_color = plastic_part_color("yellow");
|
||||||
wades_big_gear_color = plastic_part_color("lime");
|
wades_big_gear_color = plastic_part_color("lime");
|
||||||
wades_small_gear_color = plastic_part_color("red");
|
wades_small_gear_color = plastic_part_color("red");
|
||||||
|
@@ -17,7 +17,6 @@ screw_depth = 5;
|
|||||||
|
|
||||||
motor = extruder_motor(extruder);
|
motor = extruder_motor(extruder);
|
||||||
motor_y = 28;
|
motor_y = 28;
|
||||||
driven_y = 31.5;
|
|
||||||
motor_min = 26 + 5;
|
motor_min = 26 + 5;
|
||||||
motor_max = 36;
|
motor_max = 36;
|
||||||
motor_x = (motor_min + motor_max) / 2;
|
motor_x = (motor_min + motor_max) / 2;
|
||||||
|
Reference in New Issue
Block a user