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:
object
Command to add extruder object.
-
Activated
()¶
-
GetResources
()¶
-
IsActive
()¶
-
NAME
= 'AddExtruder'¶
-
-
class
AddFrameCommand
¶ Bases:
object
Command to add Frame object.
-
Activated
()¶
-
GetResources
()¶
-
IsActive
()¶
-
NAME
= 'AddFrame'¶
-
-
class
AddHeatedBedCommand
¶ Bases:
object
Command to add Heated Bed object.
-
Activated
()¶
-
GetResources
()¶
-
IsActive
()¶
-
NAME
= 'AddHeatedBed'¶
-
-
class
AddXAxisCommand
¶ Bases:
object
Command to add X Axis object.
-
Activated
()¶
-
GetResources
()¶
-
IsActive
()¶
-
NAME
= 'AddXAxis'¶
-
-
class
AddYAxisCommand
¶ Bases:
object
Command to add Y Axis object.
-
Activated
()¶
-
GetResources
()¶
-
IsActive
()¶
-
NAME
= 'AddYAxis'¶
-
-
class
AddZAxisCommand
¶ Bases:
object
Command to add Z Axis object.
-
Activated
()¶
-
GetResources
()¶
-
IsActive
()¶
-
NAME
= 'AddZAxis'¶
-
-
class
CopyCutListToClipboardCommand
¶ Bases:
object
Command to copy cut-list to clipboard.
-
Activated
()¶
-
GetResources
()¶
-
IsActive
()¶
-
NAME
= 'CopyCutListToClipboard'¶
-