Use the correct name of the new module in the sprocketed_roller module.
This commit is contained in:
parent
214c501e9a
commit
99959e377b
|
@ -1707,7 +1707,7 @@ if (PART == "panel") {
|
|||
} else if (PART == "sprocketed_roller_invert_solid") {
|
||||
sprocketed_roller_invert_solid();
|
||||
} else if (PART == "sprocketed_wheel") {
|
||||
rotate([180, 0, 0]) sprocketed_roller_reinforced(sprockets = 18, bevel = true, model = "gearbox_motor", nuts = true);
|
||||
rotate([180, 0, 0]) sprocketed_roller_reinforced_wheel(sprockets = 18, bevel = true, model = "gearbox_motor", nuts = true);
|
||||
} else if (PART == "magnetic_coupling") {
|
||||
magnetic_coupling();
|
||||
} else if (PART == "slip_coupling"){
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 20a8d0c5af82aa58307e05af2722720edda258b6
|
||||
Subproject commit e108b53ced5fd86dd283baaa6c911964d54ecf40
|
Loading…
Reference in New Issue