Loading build.py +4 −3 Original line number Diff line number Diff line Loading @@ -96,12 +96,13 @@ def write_ninja_file(build_dir): writer.openscad("nut_trap_test.stl", "test_pieces/nut_trap_test.scad") writer.openscad("leg_test.stl", "test_pieces/leg_test.scad") writer.openscad("rms_thread.stl", "test_pieces/rms_thread.scad") open_v_string = ["Open", "Actuators"] writer.openscad( "main_body_open_actuators.stl", "test_pieces/main_body_open_actuators.stl", "test_pieces/main_body_open_actuators.scad", {"VERSION_STRING": "Open Bands", "HASH": commit_str} {"VERSION_STRING": open_v_string, "HASH": commit_str} ) writer.openscad("feet_open_slot.stl","test_pieces/feet_open_slot.scad") writer.openscad("test_pieces/feet_open_slot.stl","test_pieces/feet_open_slot.scad") # Special illumination components writer.openscad("condenser_led_holder.stl", "condenser_led_holder.scad") Loading Loading
build.py +4 −3 Original line number Diff line number Diff line Loading @@ -96,12 +96,13 @@ def write_ninja_file(build_dir): writer.openscad("nut_trap_test.stl", "test_pieces/nut_trap_test.scad") writer.openscad("leg_test.stl", "test_pieces/leg_test.scad") writer.openscad("rms_thread.stl", "test_pieces/rms_thread.scad") open_v_string = ["Open", "Actuators"] writer.openscad( "main_body_open_actuators.stl", "test_pieces/main_body_open_actuators.stl", "test_pieces/main_body_open_actuators.scad", {"VERSION_STRING": "Open Bands", "HASH": commit_str} {"VERSION_STRING": open_v_string, "HASH": commit_str} ) writer.openscad("feet_open_slot.stl","test_pieces/feet_open_slot.scad") writer.openscad("test_pieces/feet_open_slot.stl","test_pieces/feet_open_slot.scad") # Special illumination components writer.openscad("condenser_led_holder.stl", "condenser_led_holder.scad") Loading