mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 11:47:50 -06:00
Merge branch 'master' of https://github.com/fieldOfView/MachineSettingsActionPlugin
This commit is contained in:
commit
e7b8517a39
1 changed files with 22 additions and 1 deletions
23
README.md
23
README.md
|
@ -8,4 +8,25 @@ Installation
|
||||||
|
|
||||||
How to use
|
How to use
|
||||||
----
|
----
|
||||||
After adding a machine, go to "Manage Printers...", make sure your printer is active and select "Machine Settings"
|
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"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue