mirror of
https://github.com/BKLronin/touchCNC.git
synced 2025-12-17 03:39:41 +01:00
- Added submodules
This commit is contained in:
@@ -411,7 +411,6 @@ class DrawWorkingtable:
|
|||||||
self.mill_table.delete('all')
|
self.mill_table.delete('all')
|
||||||
|
|
||||||
def drawToolCursor(self):
|
def drawToolCursor(self):
|
||||||
|
|
||||||
id = self.mill_table.create_text(50 + float(self.cursor_pos[0]), 350 - float(self.cursor_pos[1]), text='V', fill = 'red')
|
id = self.mill_table.create_text(50 + float(self.cursor_pos[0]), 350 - float(self.cursor_pos[1]), text='V', fill = 'red')
|
||||||
|
|
||||||
return id
|
return id
|
||||||
|
|||||||
1
gcode_machine
Submodule
1
gcode_machine
Submodule
Submodule gcode_machine added at 624f71ae15
1
gerbil
Submodule
1
gerbil
Submodule
Submodule gerbil added at 765928d653
Reference in New Issue
Block a user