Changeset 141 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder
- Timestamp:
- 12/22/2017 03:12:29 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/scriptbuilder/structures/CadData.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/CadData.java
r47 r141 134 134 } 135 135 136 if (hasHeaderInfo() )136 if (hasHeaderInfo() || true) //checking to see if header info is always necessary 137 137 { 138 138 output += XMLWriter.openTag(ELEMENT.HEADER_INFO.tag);
Note: See TracChangeset
for help on using the changeset viewer.
