Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::UndoRedo::SnapshotData Struct Reference

#include <src/slic3r/Utils/UndoRedo.hpp>

Public Types

enum  Flags {
  VARIABLE_LAYER_EDITING_ACTIVE = 1 , SELECTED_SETTINGS_ON_SIDEBAR = 2 , SELECTED_LAYERROOT_ON_SIDEBAR = 4 , SELECTED_LAYER_ON_SIDEBAR = 8 ,
  RECALCULATE_SLA_SUPPORTS = 16
}
 

Public Attributes

SnapshotType snapshot_type
 
PrinterTechnology printer_technology { ptUnknown }
 
unsigned int flags { 0 }
 
int layer_range_idx { -1 }
 

Detailed Description

Member Enumeration Documentation

◆ Flags

Enumerator
VARIABLE_LAYER_EDITING_ACTIVE 
SELECTED_SETTINGS_ON_SIDEBAR 
SELECTED_LAYERROOT_ON_SIDEBAR 
SELECTED_LAYER_ON_SIDEBAR 
RECALCULATE_SLA_SUPPORTS 
60 {
66 };
@ SELECTED_LAYERROOT_ON_SIDEBAR
Definition UndoRedo.hpp:63
@ SELECTED_LAYER_ON_SIDEBAR
Definition UndoRedo.hpp:64
@ RECALCULATE_SLA_SUPPORTS
Definition UndoRedo.hpp:65
@ SELECTED_SETTINGS_ON_SIDEBAR
Definition UndoRedo.hpp:62
@ VARIABLE_LAYER_EDITING_ACTIVE
Definition UndoRedo.hpp:61

Member Data Documentation

◆ flags

◆ layer_range_idx

int Slic3r::UndoRedo::SnapshotData::layer_range_idx { -1 }

◆ printer_technology

PrinterTechnology Slic3r::UndoRedo::SnapshotData::printer_technology { ptUnknown }

◆ snapshot_type

SnapshotType Slic3r::UndoRedo::SnapshotData::snapshot_type

The documentation for this struct was generated from the following file: