Browse Source

Fixing partial map static layer compilation bug

 - Processing order was not correct
master
Jacob Alexander 8 years ago
parent
commit
eddfdfeb89
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      kll.py

+ 2
- 3
kll.py View File

for filename in partial: for filename in partial:
variables_dict.setCurrentFile( filename ) variables_dict.setCurrentFile( filename )
processKLLFile( filename ) processKLLFile( filename )

# Apply assignment cache, see 5.1.2 USB Codes for why this is necessary
macros_map.replayCachedAssignments()
# Apply assignment cache, see 5.1.2 USB Codes for why this is necessary
macros_map.replayCachedAssignments()
# Remove un-marked keys to complete the partial layer # Remove un-marked keys to complete the partial layer
macros_map.removeUnmarked() macros_map.removeUnmarked()