Browse Source

Add Moai-specific "Normal" profile

fieldOfView 8 years ago
parent
commit
a904c383ea

+ 10 - 2
resources/definitions/peopoly_moai.def.json

@@ -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 - 0
resources/quality/peopoly_moai/peopoly_moai_normal.inst.cfg

@@ -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