Update innovo-inventor.json

Updated overrides and cleaned up machine settings.
This commit is contained in:
adamarumjahn 2015-08-27 12:40:33 -05:00
parent 2eb21e1d37
commit 8033f7b8e5

View file

@ -5,45 +5,21 @@
"platform": "",
"inherits": "fdmprinter.json",
"machine_settings": {
"machine_width": {
"default": 340
},
"machine_height": {
"default": 290
},
"machine_depth": {
"default": 300
},
"machine_center_is_zero": {
"default": false
},
"machine_nozzle_size": {
"default": 0.4
},
"machine_head_shape_min_x": {
"default": 43.7
},
"machine_head_shape_min_y": {
"default": 19.2
},
"machine_head_shape_max_x": {
"default": 43.7
},
"machine_head_shape_max_y": {
"default": 55
},
"machine_nozzle_gantry_distance": {
"default": 82.3
},
"machine_nozzle_offset_x_1": {
"default": 0
},
"machine_nozzle_offset_y_1": {
"default": 15
},
"machine_gcode_flavor": {
"default": "RepRap (Marlin/Sprinter)"
},
"machine_width": {"default": 340},
"machine_height": {"default": 290},
"machine_depth": {"default": 300},
"machine_center_is_zero": {"default": false},
"machine_nozzle_size": {"default": 0.4},
"machine_head_shape_min_x": {"default": 43.7},
"machine_head_shape_min_y": {"default": 19.2},
"machine_head_shape_max_x": {"default": 43.7},
"machine_head_shape_max_y": {"default": 55},
"machine_nozzle_gantry_distance": {"default": 82.3},
"machine_nozzle_offset_x_1": {"default": 0},
"machine_nozzle_offset_y_1": {"default": 15},
"machine_gcode_flavor": {"default": "RepRap (Marlin/Sprinter)"},
"machine_start_gcode": {
"default": "G28 ; Home extruder\nM107 ; Turn off fan\nG90 ; Absolute positioning\nM82 ; Extruder in absolute mode\n{IF_BED}M190 S{BED}\n{IF_EXT0}M104 T0 S{TEMP0}\n{IF_EXT0}M109 T0 S{TEMP0}\n{IF_EXT1}M104 T1 S{TEMP1}\n{IF_EXT1}M109 T1 S{TEMP1}\nG32 S3 ; auto level\nG92 E0 ; Reset extruder position"
},
@ -51,13 +27,23 @@
"default": "M104 S0\nG91 ; relative positioning\nG1 E-2 F5000; retract 2mm\nG28 Z; move bed down\nG90 ; absolute positioning\nM84 ; disable motors"
}
},
"categories": {
"material": {
"settings": {
"material_bed_temperature": {
"visible": false
}
}
"overrides": {
"layer_height": { "default": 0.15 },
"shell_thickness": { "default": 0.8},
"wall_thickness": { "default": 0.8 },
"top_bottom_thickness": { "default": 0.3, "visible": true },
"material_print_temperature": { "default": 215, "visible": true },
"material_bed_temperature": { "default": 60, "visible": true },
"material_diameter": { "default": 1.75, "visible": true },
"retraction_enable": { "default": true, "always_visible": true},
"retraction_speed": { "default": 50.0, "visible": false },
"retraction_amount": { "default": 2.5, "visible": false },
"retraction_hop": { "default": 0.075, "visible": false },
"speed_print": { "default": 60.0, "visible": true},
"speed_infill": { "default": 100.0, "visible": true },
"speed_topbottom": { "default": 30.0, "visible": true },
"speed_travel": { "default": 150.0, "visible": true },
"speed_layer_0": { "min_value": 0.1, "default": 30.0, "visible": true },
"infill_overlap": { "default": 10.0 },
}
}
}