mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-04 03:40:38 +08:00

* * Add nudge_instance to 2D.pm to move the selected instance. * Add menu items ->, -<, ^, v keyboards shortcuts. * Add Set nudge value as a config option in Preferences. * Add Move instance submenu to Plater menu. * Add Move instance icon. * Remove move instance menu item and use EVT_KEY_DOWN instead in 2D.pm. * Fix selecting objects between 3D and 2D platers. * Fix Ubuntu keyboard focus error in 2D plater. * Correct the keycodes in 2D.pm keyboard event. * Fix Windows keyboard focus error. * Remove Todo line. * Adding a minimum value for 2d plater nudege variable and improving keyboard focus in 2D plater.