- small changes in the Geometry UI

This commit is contained in:
Marius Stanciu
2019-12-10 04:14:58 +02:00
committed by Marius
parent b771cbd110
commit cee8c223a8
4 changed files with 50 additions and 17 deletions

View File

@@ -4602,8 +4602,7 @@ class CNCjob(Geometry):
# For Incremental coordinates type G91
# next_x = pt[0] - prev_x
# next_y = pt[1] - prev_y
self.app.inform.emit('[ERROR_NOTCL] %s' %
_('G91 coordinates not implemented ...'))
self.app.inform.emit('[ERROR_NOTCL] %s' % _('G91 coordinates not implemented ...'))
next_x = pt[0]
next_y = pt[1]