mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-11 20:17:37 +00:00
Show combined nozzle mapping when a filament switch is installed
This commit is contained in:
@@ -64,7 +64,8 @@ enum TrayType {
|
||||
enum ShowType {
|
||||
LEFT, // only show left ams and left ext
|
||||
RIGHT, //only show right ams and right ext
|
||||
LEFT_AND_RIGHT //show left and right ams at the same time
|
||||
LEFT_AND_RIGHT, //show left and right ams at the same time
|
||||
LEFT_AND_RIGHT_DYNAMIC //show all left and right at one panel when use_dynamic_switch
|
||||
};
|
||||
|
||||
struct TrayData
|
||||
|
||||
Reference in New Issue
Block a user