This commit is contained in:
@@ -44,6 +44,12 @@ public class MainPanel extends Panel {
|
||||
Boolean manualMode;
|
||||
Boolean roomTemperature;
|
||||
public final String PUCK_LOADING_STATUS = "Puck loading";
|
||||
|
||||
public enum BasePlateLayout{
|
||||
normal,
|
||||
sf
|
||||
}
|
||||
public static final BasePlateLayout BASE_PLATE_LAYOUT = App.hasArgument("sf") ? BasePlateLayout.sf: BasePlateLayout.normal;
|
||||
|
||||
public MainPanel() {
|
||||
initComponents();
|
||||
|
||||
Reference in New Issue
Block a user