mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 00:36:10 +08:00
Fixed default selection of ultimaker on config wizard for MacOS:
This commit is contained in:
parent
0b7567ed06
commit
d1203aa101
@ -76,6 +76,7 @@ class MachineSelectPage(InfoPage):
|
||||
self.AddText('What kind of machine do you have:')
|
||||
|
||||
self.UltimakerRadio = self.AddRadioButton("Ultimaker", style=wx.RB_GROUP)
|
||||
self.UltimakerRadio.SetValue(True)
|
||||
self.UltimakerRadio.Bind(wx.EVT_RADIOBUTTON, self.OnUltimakerSelect)
|
||||
self.OtherRadio = self.AddRadioButton("Other (Ex: RepRap)")
|
||||
self.OtherRadio.Bind(wx.EVT_RADIOBUTTON, self.OnOtherSelect)
|
||||
|
Loading…
x
Reference in New Issue
Block a user