mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Added Quality profiles for Anycubic i3 Mega
This commit is contained in:
parent
c1dea6e9d4
commit
8a308ef0db
10 changed files with 488 additions and 7 deletions
|
|
@ -8,8 +8,12 @@
|
|||
"manufacturer":"Anycubic",
|
||||
"file_formats":"text/x-gcode",
|
||||
"icon":"icon_ultimaker2",
|
||||
"platform":"prusai3_platform.stl"
|
||||
"platform":"prusai3_platform.stl",
|
||||
"has_materials": true,
|
||||
"has_machine_quality": true,
|
||||
"preferred_quality": "*normal*"
|
||||
},
|
||||
|
||||
"overrides":{
|
||||
"machine_name":{
|
||||
"default_value":"Anycubic i3 Mega"
|
||||
|
|
@ -34,12 +38,6 @@
|
|||
},
|
||||
"material_diameter":{
|
||||
"default_value":1.75
|
||||
},
|
||||
"speed_travel":{
|
||||
"default_value":60
|
||||
},
|
||||
"speed_print":{
|
||||
"default_value":50
|
||||
},
|
||||
"gantry_height":{
|
||||
"default_value":0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue