Skip to content

Commit

Permalink
Moving renderer back to the same directory it was in before
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Nov 6, 2024
1 parent dfffae8 commit 8e8a506
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions mechanical/assembly_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

from nimble_build_system.cad.shelf import create_shelf_for

print(os.getcwd())

assembly_definition_file = "../build/assembly-def.yaml"
render_destination = os.path.join(os.getcwd(), "assembly-docs")

Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions nimble_build_system/cad/shelf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
from nimble_build_system.cad.device_placeholder import generate_placeholder
from nimble_build_system.cad.shelf_builder import ShelfBuilder, ziptie_shelf
from nimble_build_system.cad.fasteners import Screw, Ziptie
from nimble_build_system.cad.renderer import generate_render
from nimble_build_system.orchestration.device import Device
from nimble_build_system.orchestration.paths import REL_MECH_DIR

from ..utils.renderer import generate_render


def create_shelf_for(device_id: str,
*,
Expand Down

0 comments on commit 8e8a506

Please sign in to comment.