freecad.ose3dprinter.command¶
Commands users can perform in FreeCAD’s GUI.
Name |
Description |
|---|---|
Command to add extruder object. |
|
Command to add Frame object. |
|
Command to add Heated Bed object. |
|
Command to add X Axis object. |
|
Command to add Y Axis object. |
|
Command to add Z Axis object. |
|
Command to copy cut-list to clipboard. |
|
Command to make an Angle Frame Connector. |
|
Command to save cut-list as a CSV file. |
-
class
AddExtruderCommand¶ Bases:
objectCommand to add extruder object.
-
Activated()¶
-
GetResources()¶
-
IsActive()¶
-
NAME= 'AddExtruder'¶
-
-
class
AddFrameCommand¶ Bases:
objectCommand to add Frame object.
-
Activated()¶
-
GetResources()¶
-
IsActive()¶
-
NAME= 'AddFrame'¶
-
-
class
AddHeatedBedCommand¶ Bases:
objectCommand to add Heated Bed object.
-
Activated()¶
-
GetResources()¶
-
IsActive()¶
-
NAME= 'AddHeatedBed'¶
-
-
class
AddXAxisCommand¶ Bases:
objectCommand to add X Axis object.
-
Activated()¶
-
GetResources()¶
-
IsActive()¶
-
NAME= 'AddXAxis'¶
-
-
class
AddYAxisCommand¶ Bases:
objectCommand to add Y Axis object.
-
Activated()¶
-
GetResources()¶
-
IsActive()¶
-
NAME= 'AddYAxis'¶
-
-
class
AddZAxisCommand¶ Bases:
objectCommand to add Z Axis object.
-
Activated()¶
-
GetResources()¶
-
IsActive()¶
-
NAME= 'AddZAxis'¶
-
-
class
CopyCutListToClipboardCommand¶ Bases:
objectCommand to copy cut-list to clipboard.
-
Activated()¶
-
GetResources()¶
-
IsActive()¶
-
NAME= 'CopyCutListToClipboard'¶
-