Skip to content

Commit

Permalink
Removed turret phase GUI items - not needed - calibrate in motorbord.…
Browse files Browse the repository at this point in the history
…json firmware file
  • Loading branch information
hickerson committed Apr 26, 2023
1 parent fa601aa commit 27684f5
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions lumaviewpro.kv
Original file line number Diff line number Diff line change
Expand Up @@ -400,20 +400,6 @@
size_hint_y: None
height: '30dp'

Button:
id: turret_left_btn
size_hint_x: None
width: '40dp'
text: '<'
on_release: root.turret_left()

Button:
id: turret_home_btn
size_hint_x: None
width: '70dp'
text: 'Home'
on_release: root.turret_home()

ToggleButton:
id: turret_pos_1_btn
text: '1'
Expand All @@ -431,13 +417,6 @@
text: '4'
on_release: root.turret_select('4')

Button:
id: turret_right_btn
size_hint_x: None
width: '40dp'
text: '>'
on_release: root.turret_right()

ZStack:
id: zstack_id

Expand Down

0 comments on commit 27684f5

Please sign in to comment.