Skip to content

Commit

Permalink
fix the project tab can't be open with Bambu machine
Browse files Browse the repository at this point in the history
  • Loading branch information
womendoushihaoyin committed Oct 21, 2024
1 parent deed887 commit e59dc47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/slic3r/GUI/MainFrame.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ class MainFrame : public DPIFrame
tpHome = 0,
tp3DEditor = 1,
tpPreview = 2,
tpMonitor = 3,
tpMultiDevice = 4,
tpProject = 5,
tpCalibration = 6,
tpProject = 3,
tpCalibration = 4,
tpMonitor = 5,
tpMultiDevice = 6,
tpAuxiliary = 7,
toDebugTool = 8,
};
Expand Down

0 comments on commit e59dc47

Please sign in to comment.