Add print shortcuts
- Issue MatterHackers/MCCentral#4363 Add ctrl-p keyboard shortcut for Print - Issue MatterHackers/MCCentral#4360 Add print to the bed context menu
This commit is contained in:
parent
7d9dd206cb
commit
262a46299e
3 changed files with 112 additions and 82 deletions
|
|
@ -2840,6 +2840,13 @@ If you experience adhesion problems, please re-run leveling."
|
|||
}
|
||||
break;
|
||||
|
||||
case Keys.P:
|
||||
if (keyEvent.Control)
|
||||
{
|
||||
view3D.PushToPrinterAndPrint();
|
||||
}
|
||||
break;
|
||||
|
||||
case Keys.X:
|
||||
if (keyEvent.Control)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue