mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-15 00:48:03 +08:00
Add Moai-specific "Normal" profile
This commit is contained in:
parent
ae19a101fd
commit
a904c383ea
@ -46,6 +46,9 @@
|
||||
"default_value": "M104 S0\nM140 S0\nG28 X0 Y0\nM84"
|
||||
},
|
||||
|
||||
"acceleration_enabled": {
|
||||
"value": "False"
|
||||
},
|
||||
"print_sequence": {
|
||||
"enabled": false
|
||||
},
|
||||
@ -59,7 +62,8 @@
|
||||
"enabled": false
|
||||
},
|
||||
"material_diameter": {
|
||||
"enabled": false
|
||||
"enabled": false,
|
||||
"value": "1.75"
|
||||
},
|
||||
"cool_fan_enabled": {
|
||||
"enabled": false,
|
||||
@ -68,7 +72,11 @@
|
||||
"retraction_enable": {
|
||||
"enabled": false,
|
||||
"value": "False"
|
||||
},
|
||||
},
|
||||
"retraction_combing": {
|
||||
"enabled": false,
|
||||
"value": "'off'"
|
||||
},
|
||||
"retract_at_layer_change": {
|
||||
"enabled": false
|
||||
},
|
||||
|
23
resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg
Normal file
23
resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg
Normal file
@ -0,0 +1,23 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = Normal Quality
|
||||
definition = peopoly_moai
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
weight = 0
|
||||
quality_type = normal
|
||||
|
||||
[values]
|
||||
infill_sparse_density = 50
|
||||
layer_height_0 = 0.1
|
||||
top_bottom_thickness = 0.4
|
||||
wall_thickness = 0.4
|
||||
speed_layer_0 = 5
|
||||
speed_print = 100
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = 100
|
||||
speed_travel = 300
|
||||
speed_travel_layer_0 = 300
|
||||
speed_wall = 100
|
||||
speed_wall_x = 100
|
Loading…
x
Reference in New Issue
Block a user