mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2024-11-23 23:00:57 +01:00
machine command tweak
This commit is contained in:
parent
aa6590a1fe
commit
ded4f57062
@ -134,11 +134,10 @@ void getUnconnectedPaths(void)
|
|||||||
{
|
{
|
||||||
if (numberOfUnconnectablePaths == 0)
|
if (numberOfUnconnectablePaths == 0)
|
||||||
{
|
{
|
||||||
Serial.println("::unconnectedpaths-begin");
|
|
||||||
Serial.println("::unconnectedpaths-end");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Serial.println("::unconnectedpaths-begin");
|
|
||||||
Serial.print("::unconnectedpaths[");
|
Serial.print("::unconnectedpaths[");
|
||||||
for (int i = 0; i < numberOfUnconnectablePaths; i++)
|
for (int i = 0; i < numberOfUnconnectablePaths; i++)
|
||||||
{
|
{
|
||||||
@ -152,7 +151,7 @@ void getUnconnectedPaths(void)
|
|||||||
printNodeOrName(unconnectablePaths[i][1]);
|
printNodeOrName(unconnectablePaths[i][1]);
|
||||||
}
|
}
|
||||||
Serial.println("]");
|
Serial.println("]");
|
||||||
Serial.println("::unconnectedpaths-end");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void machineNetlistToNetstruct(void)
|
void machineNetlistToNetstruct(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user