Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

fieldOfView/MachineSettingsActionPlugin

Repository files navigation

MachineSettingsAction

Cura plugin which provides a way to modify printer settings (build volume, nozzle size, start/end gcode) from within Cura.

This plugin has been merged into the default Cura repository

This repository is kept for historic purposes, but will not be updated.

Installation

  • Make sure your Cura version is 2.2 or newer
  • Download or clone the repository into [Cura installation folder]/plugins/MachineSettingsAction

How to use

After adding a machine, go to "Manage Printers...", make sure your printer is active and select "Machine Settings"

Pro-tip: if you add a generic profile to the machine definitions and add ["MachineSettingsAction"] as a first_start_action, you get a nice solution to the "my printer is not listed" problem.

resources/definitions/generic_fdm.def.json

{
    "version": 2,
    "name": "Generic FDM printer",
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "Ultimaker",
        "manufacturer": "Generic",
        "category": "Generic",
        "file_formats": "text/x-gcode",
        "has_materials": true,
        "preferred_material": "*pla*",
        "first_start_actions": ["MachineSettingsAction"]
    }
}

About

Cura plugin which lets the user modify printer settings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published