mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge branch 'master' into CURA-4248_BAM
This commit is contained in:
commit
795eda64e3
2 changed files with 3 additions and 5 deletions
|
@ -26,7 +26,7 @@ class PluginBrowser(QObject, Extension):
|
|||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
|
||||
self._api_version = 1
|
||||
self._api_version = 2
|
||||
self._api_url = "http://software.ultimaker.com/cura/v%s/" % self._api_version
|
||||
|
||||
self._plugin_list_request = None
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
"visible": true,
|
||||
"author": "Michael Wildermuth",
|
||||
"manufacturer": "Creality3D",
|
||||
"file_formats": "text/x-gcode"
|
||||
"file_formats": "text/x-gcode",
|
||||
"preferred_quality": "*Draft*"
|
||||
},
|
||||
"overrides": {
|
||||
"machine_width": {
|
||||
|
@ -25,9 +26,6 @@
|
|||
"machine_nozzle_size": {
|
||||
"default_value": 0.4
|
||||
},
|
||||
"layer_height": {
|
||||
"default_value": 0.2
|
||||
},
|
||||
"layer_height_0": {
|
||||
"default_value": 0.2
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue