1
0
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:
Chris Palmer
2018-10-24 13:12:07 +01:00
parent 8a5578948f
commit 0da1f498f6
2 changed files with 0 additions and 2 deletions

View File

@@ -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");

View File

@@ -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;