Skip to content

Commit

Permalink
resume caching
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-a-cyborg committed Nov 27, 2023
1 parent f67097b commit be11dbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion octahedroflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def output(result, *, name, path, stl=False, step=False, svg=False):
)

def save_caches_to_disk(clear=True):
return
global part_cash
for part_name, part in part_cash.items():
if not exists(f'{PART_CACHE_STEP_DIR}/{part_name}.STEP'):
Expand Down

0 comments on commit be11dbd

Please sign in to comment.