mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Adding profile for Anycubic Mega Zero
Dimensions: 220x220x250 Nozzle: 0.4 Print speed: 20-100 (40 for normal quality)
This commit is contained in:
parent
51378cae56
commit
d62e7be193
6 changed files with 181 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = anycubic_mega_zero
|
||||
|
||||
[metadata]
|
||||
setting_version = 13
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.3
|
||||
speed_print = 60
|
||||
speed_travel = 100
|
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = High
|
||||
definition = anycubic_mega_zero
|
||||
|
||||
[metadata]
|
||||
setting_version = 13
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.1
|
||||
speed_print = 30
|
||||
speed_travel = 50
|
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = anycubic_mega_zero
|
||||
|
||||
[metadata]
|
||||
setting_version = 13
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.2
|
||||
speed_print = 40
|
||||
speed_travel = 100
|
Loading…
Add table
Add a link
Reference in a new issue