Fix typo
This commit is contained in:
parent
8e08486bd3
commit
09329bcc02
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
|||
}
|
||||
|
||||
string pauseCaption = "Printer Paused".Localize();
|
||||
string layerPauseMessage = "Your 3D print has been auto-pasued.\nPause layer{0} reached.".Localize();
|
||||
string layerPauseMessage = "Your 3D print has been auto-paused.\nPause layer{0} reached.".Localize();
|
||||
string filamentPauseMessage = "Out of filament detected\nYour 3D print has been paused.".Localize();
|
||||
|
||||
public void DoPause(PauseReason pauseReason, string layerNumber = "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue