mirror of
https://github.com/BKLronin/touchCNC.git
synced 2024-11-23 09:04:01 +01:00
- Added submodules
This commit is contained in:
parent
43d8d4c785
commit
9328d5b9e0
@ -411,7 +411,6 @@ class DrawWorkingtable:
|
||||
self.mill_table.delete('all')
|
||||
|
||||
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')
|
||||
|
||||
return id
|
||||
|
1
gcode_machine
Submodule
1
gcode_machine
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 624f71ae1549b13a94aec5c58b9bb0337346225f
|
1
gerbil
Submodule
1
gerbil
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 765928d653a5e7bc284387b4b2862b5311baca2f
|
Loading…
Reference in New Issue
Block a user