Class Directories
Information about the configured directories
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class Directories : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Filaments
Path to the filaments directory
Declaration
public string Filaments { get; set; }
Property Value
Type | Description |
---|---|
string |
Firmware
Path to the firmware directory
Declaration
public string Firmware { get; set; }
Property Value
Type | Description |
---|---|
string |
GCodes
Path to the G-Codes directory
Declaration
public string GCodes { get; set; }
Property Value
Type | Description |
---|---|
string |
Macros
Path to the macros directory
Declaration
public string Macros { get; set; }
Property Value
Type | Description |
---|---|
string |
Menu
Path to the menu directory
Declaration
public string Menu { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
Intended for 12864 displays but currently unused in DSF. It is only needed for the Duet Maestro + DWC
System
Path to the system directory
Declaration
[SbcProperty(true)]
public string System { get; set; }
Property Value
Type | Description |
---|---|
string |
Web
Path to the web directory
Declaration
public string Web { get; set; }
Property Value
Type | Description |
---|---|
string |