mirror of
https://github.com/usatiuk/EggbotWireless.git
synced 2025-10-27 17:27:49 +01:00
some minor tweaks
This commit is contained in:
@@ -49,7 +49,7 @@ export default class GcodeVisualiser extends React.PureComponent<
|
||||
: "blue"
|
||||
}
|
||||
strokeWidth={
|
||||
(command.Z ? command.Z : lastPos.eng) ? 2 : 1
|
||||
(command.Z ? command.Z : lastPos.eng) ? 1 : 0.5
|
||||
}
|
||||
/>
|
||||
);
|
||||
@@ -92,7 +92,7 @@ export default class GcodeVisualiser extends React.PureComponent<
|
||||
: "blue"
|
||||
}
|
||||
strokeWidth={
|
||||
(command.Z ? command.Z : lastPos.eng) ? 2 : 1
|
||||
(command.Z ? command.Z : lastPos.eng) ? 1 : 0.5
|
||||
}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user