Qualcuno ha iniziato a provare cura 2.1.x? June 12, 2016 06:22PM |
Registered: 9 years ago Posts: 355 |
Re: Qualcuno ha iniziato a provare cura 2.1.x? June 13, 2016 06:59AM |
Registered: 11 years ago Posts: 2,239 |
Re: Qualcuno ha iniziato a provare cura 2.1.x? June 13, 2016 07:22AM |
Registered: 9 years ago Posts: 71 |
Re: Qualcuno ha iniziato a provare cura 2.1.x? June 13, 2016 09:15AM |
Registered: 11 years ago Posts: 2,239 |
Re: Qualcuno ha iniziato a provare cura 2.1.x? June 14, 2016 05:06AM |
Registered: 9 years ago Posts: 355 |
Re: Qualcuno ha iniziato a provare cura 2.1.x? June 14, 2016 06:20AM |
Registered: 13 years ago Posts: 4,555 |
Re: Qualcuno ha iniziato a provare cura 2.1.x? June 14, 2016 06:57AM |
Registered: 9 years ago Posts: 355 |
Quote
{
"id": "smartrapcore",
"version": 1,
"name": "SmartRapCore",
"manufacturer": "Other",
"author": "Pieri",
"icon": "icon_ultimaker2.png",
"platform": "ultimaker2_platform.obj",
"platform_texture": "smartrapcore.png",
"file_formats": "text/x-gcode",
"inherits": "fdmprinter.json",
"machine_settings": {
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" },
"machine_width": { "default": 245 },
"machine_depth": { "default": 215 },
"machine_height": { "default": 175 },
"material_diameter": { "default": 1.75 },
"machine_heated_bed": { "default": true },
"machine_center_is_zero": { "default": false },
"machine_nozzle_size": { "default": 0.4, "min_value": "0.2"},
"machine_nozzle_heat_up_speed": { "default": 2.0 },
"machine_nozzle_cool_down_speed": { "default": 2.0 },
"machine_head_shape_min_x": { "default": 45 },
"machine_head_shape_min_y": { "default": 30 },
"machine_head_shape_max_x": { "default": 50 },
"machine_head_shape_max_y": { "default": 55 },
"machine_nozzle_gantry_distance": { "default": 25 },
"machine_platform_offset": { "default": [0.0, 0.0, 0.0] },
"machine_nozzle_tip_outer_diameter": { "default": 1.0 },
"machine_nozzle_head_distance": { "default": 3.0 },
"machine_nozzle_expansion_angle": { "default": 45 },
"machine_start_gcode": {
"default": ";Basic settings: Layer height: {layer_height}mm Walls: {wall_thickness}mm Fill: {infill_sparse_density}%\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nM104 S{material_print_temperature} ;Set Extruder Temperature\nG1 Z10.0 F{speed_travel} ;Lowers Z\nG28 ;autohome\nG29 ;Autolevel\nG92 E0 ;zero the extruded length\nM109 S{material_print_temperature}; Wait for all used extruders to reach temperature\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel} ;Set travel speed\n;Put printing message on LCD screen\nM117 SmartRapCore Printing..."
},
"machine_end_gcode": {
"default": ";End GCode\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+10 E-1 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}"
}
},
"overrides": {
"layer_height": { "default": 0.2 },
"wall_thickness": { "default": 0.8 },
"top_bottom_thickness": { "default": 0.8, "visible": true },
"material_print_temperature": { "default": 195, "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": true },
"retraction_amount": { "default": 0.8, "visible": true },
"retraction_hop": { "default": 0.0, "visible": true },
"speed_print": { "default": 50.0, "visible": true},
"speed_infill": { "default": 60.0, "visible": true },
"speed_topbottom": { "default": 20.0, "visible": true },
"speed_travel": { "default": 120.0, "visible": true },
"speed_layer_0": { "min_value": "0.1", "default": 20.0, "visible": true },
"infill_overlap": { "default": 15.0, "visible": true },
"cool_fan_enabled": { "default": true, "visible": true},
"cool_fan_speed": { "default": 70, "visible": true },
"skirt_line_count": { "default": 3, "active_if": { "setting": "adhesion_type", "value": "None" } },
"skirt_gap": { "default": 4.0, "active_if": { "setting": "adhesion_type", "value": "None" } },
"skirt_minimal_length": { "default": 200.0, "active_if": { "setting": "adhesion_type", "value": "None" } }
}
}
Re: Qualcuno ha iniziato a provare cura 2.1.x? June 14, 2016 07:05AM |
Registered: 11 years ago Posts: 2,239 |
Re: Qualcuno ha iniziato a provare cura 2.1.x? June 14, 2016 07:23AM |
Registered: 9 years ago Posts: 355 |