Page 1 of 1

Gemini Aero Cutter releases

Posted: 13 Dec 2025, 14:31
by Gemini
Cutter, release 1.0.1.0 - 12 Dec 2025
Application :
- added : G93 jogging mode
- added : on 2+2 axis CNC hot wire, show the speeds on plane XY and plane AZ
- added : use software limits checkbox
- added : GCode parser information request button
- fixed : spindle default value was forced on CNC configuration change
User manual :
- updated : give $4 and $10 default values to use


Cutter, release 1.0.0.9 - 28 Jun 2025
User interface :
- added : keep in memory the directory of the last GCode file loaded or saved
- fixed : x1 feed rate multiplier was x10
- fixed : on changing machine configuration, feedrate and spindle / hot wire power were reset to default
- improved : demo mode allows now to restart job after reminder (and reminder is less intrusive)
Code rework :
- fixed : random application freezing issue with some grbl boards
- improved : serial port stability


Cutter, release 1.0.0.8 (major release) - 14 May 2025
User interface rework :
- text replaced by icons
- save all user choices to ini file
- add zoom toolpath button
- correct some small graphical bugs
Manual :
- update


Cutter, release 1.0.0.7 (major release) - 05 Apr 2025
User interface rework :
- new interface organization
- change buttons
- add nice grid (1mm, 10mm, 50mm)
- add mouse interaction (pan, scrool zoom, reset zoom) to drawings with smart link
- add jog displacement edition (right click on button)
Board communication :
- add board feedback quality check
- improve culture compatibility (works now with any decimal and group separators)
Manual :
- update


Cutter, release 1.0.0.6 - 07 Jan 2025
Executable is now 32 + 64 bits with auto-switch (depending of windows version)


Cutter, release 1.0.0.5 - 22 Dec 2024
User interface :
- add MCU selector
- add autoreset on connection for Arduino based bord
- improve Stop button
- improve error message
- solve application freeze bug
- solve "Pause / Resume" button bug
Manual :
- update


Cutter, release 1.0.0.4 - 03 Oct 2024
User interface :
- grbl error messages are now displayed in status bar instead of message box (solve program freeze if message box is hidden by user)
- better toolpath zoom factor
GCode editor :
- loading large GCode files is now much faster
- correct syntax editor (bug when line(s) too long)
- add simulator function
GCode interpreter :
- add G4 (delay) support
- correct bug with non-motion G commands (was interpreted as G0)
- improve compatibility, with lowercase commands (g, m, etc.) handler
Manual :
- update


Cutter, release 1.0.0.3 - 20 Jul 2024
User interface :
- add keyboard jogging :
. laser and milling mode : ctrl + arrows for X/Y and page up/dn for Z
. hot wire mode : ctrl + arrows for X+A and Y+Z, W (Z for Querty keyboard) + arrows for X/Y, X + arrows for A/Z in hot wire mode
- add virtual joystick jogging
- return to work origin : now by default at working speed (G1), fast speed (G0) with checkbox
- last machine configuration is loaded at startup
GCode interpreter :
- add full circle handler
Manual :
- update