Skip to content

Commit

Permalink
Special smartload handling for ZEsarUX.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Mar 22, 2020
1 parent bed3b56 commit 04c026c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/remotes/zesarux/zesaruxremote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,10 @@ export class ZesaruxRemote extends RemoteBase {

// Load sna or tap file
const loadPath = Settings.launch.load;
if(loadPath)
zSocket.send('smartload ' + Settings.launch.load);

// TODO:
//if (loadPath)
// zSocket.send('smartload ' + Settings.launch.load);

// Load obj file(s) unit
for(let loadObj of Settings.launch.loadObjs) {
Expand Down

0 comments on commit 04c026c

Please sign in to comment.