Programm architecture simplified so that the EDA can now run individually without generation of .gds file
This commit is contained in:
@@ -6235,6 +6235,9 @@ ${bundlesBlock}`;
|
||||
|
||||
const result = await response.json();
|
||||
addLog('Successfully saved: ' + result.path);
|
||||
if (result.preview_error) {
|
||||
addLog('Preview skipped: ' + result.preview_error);
|
||||
}
|
||||
if (result.svg_url) {
|
||||
completeBuildProgress('Layout ready');
|
||||
openLayoutPreview(activePage.name, result.svg_url, calculateLayoutBounds(activePage));
|
||||
|
||||
Reference in New Issue
Block a user