freecad.ose3dprinter.command

Commands users can perform in FreeCAD’s GUI.

Name

Description

AddExtruderCommand

Command to add extruder object.

AddFrameCommand

Command to add Frame object.

AddHeatedBedCommand

Command to add Heated Bed object.

AddXAxisCommand

Command to add X Axis object.

AddYAxisCommand

Command to add Y Axis object.

AddZAxisCommand

Command to add Z Axis object.

CopyCutListToClipboardCommand

Command to copy cut-list to clipboard.

MakeAngleFrameConnectorCommand

Command to make an Angle Frame Connector.

SaveCutListAsCsvCommand

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'
class MakeAngleFrameConnectorCommand

Bases: object

Command to make an Angle Frame Connector.

Activated()
GetResources()
IsActive()
NAME = 'MakeAngleFrameConnector'
class SaveCutListAsCsvCommand

Bases: object

Command to save cut-list as a CSV file.

Activated()
GetResources()
IsActive()
NAME = 'SaveCutListAsCsv'