1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Fixed cutting of objects in left oriented coordinate space.

Removed some spurious debugging printf.
This commit is contained in:
bubnikv
2019-04-03 12:07:58 +02:00
parent 9f8ad0153e
commit 527c213b57
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -507,7 +507,6 @@ void ObjectList::key_event(wxKeyEvent& event)
|| event.GetKeyCode() == WXK_BACK
#endif //__WXOSX__
) {
printf("WXK_BACK\n");
remove();
}
else if (wxGetKeyState(wxKeyCode('A')) && wxGetKeyState(WXK_SHIFT))