feat: use .kc extension for new files, find both .kc and .FCStd #23
Reference in New Issue
Block a user
Delete Branch "feat/kc-file-format-layer1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of .kc file format Layer 1 (format registration). See KC_SPECIFICATION.md.
Changes
get_cad_file_path()now generates.kcpaths instead of.FCStdfind_file_by_part_number()searches.kcfirst, falls back to.FCStdfor backward compatsearch_local_files()lists both.kcand.FCStdfiles_search_dirs()helper to reduce duplication in file searchExisting
.FCStdfiles continue to work — the search functions prefer.kcbut fall back to.FCStd.