Skip to content
Snippets Groups Projects
Commit 9d590414 authored by mehtank's avatar mehtank
Browse files

Renamed parameters

parent 78b04fb7
No related merge requests found
...@@ -2,7 +2,7 @@ from svggen.library import getComponent ...@@ -2,7 +2,7 @@ from svggen.library import getComponent
def test_make_seg(display=False): def test_make_seg(display=False):
f = getComponent("Paperbot", length=82, width=60, height=25, battery=5) f = getComponent("Paperbot", robot_length=82, battery_width=60, wheel_radius=25, battery_thickness=5)
f.makeOutput("output/paperbot", tree=True, display=display) f.makeOutput("output/paperbot", tree=True, display=display)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment