mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
Machine settings cleanup
added manufacturers and authors to the file and changed the id's to a string more usuable in combination with other files
This commit is contained in:
parent
b4a8973975
commit
084bd25e02
11 changed files with 26 additions and 16 deletions
|
@ -1,184 +0,0 @@
|
|||
{
|
||||
"id": "BQ Prusa i3 Hephestos XL",
|
||||
"name": "BQ Prusa i3 Hephestos XL",
|
||||
"platform": "hephestos_platform.stl",
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_start_gcode": {
|
||||
"default": "; -- START GCODE --\n;Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/sec\n; -- end of START GCODE --"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG1 Z10 ;move extruder up 10 mm\nG90 ;set to absolute positioning\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --"
|
||||
},
|
||||
"machine_width": {
|
||||
"default": 200
|
||||
},
|
||||
"machine_depth": {
|
||||
"default": 300
|
||||
},
|
||||
"machine_height": {
|
||||
"default": 180
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default": false
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default": false
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default": "RepRap"
|
||||
},
|
||||
"machine_platform_offset": {
|
||||
"default": [0.0, 100.0, 0.0]
|
||||
}
|
||||
},
|
||||
"categories": {
|
||||
"layer_height": {
|
||||
"settings": {
|
||||
"layer_height": {
|
||||
"default": 0.2
|
||||
},
|
||||
"layer_height_0": {
|
||||
"default": 0.2,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"shell": {
|
||||
"settings": {
|
||||
"shell_thickness": {
|
||||
"default": 1.2,
|
||||
"children": {
|
||||
"wall_thickness": {
|
||||
"default": 1.2,
|
||||
"visible": false
|
||||
},
|
||||
"top_bottom_thickness": {
|
||||
"default": 0.8,
|
||||
"visible": false,
|
||||
"children": {
|
||||
"bottom_thickness": {
|
||||
"default": 0.4,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"material": {
|
||||
"settings": {
|
||||
"material_print_temperature": {
|
||||
"default": 220,
|
||||
"visible": true
|
||||
},
|
||||
"material_bed_temperature": {
|
||||
"default": 0,
|
||||
"visible": false
|
||||
},
|
||||
"material_diameter": {
|
||||
"default": 1.75,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"speed": {
|
||||
"settings": {
|
||||
"speed_print": {
|
||||
"default": 40.0,
|
||||
"children": {
|
||||
"speed_infill": {
|
||||
"default": 40.0,
|
||||
"visible": false
|
||||
},
|
||||
"speed_wall": {
|
||||
"default":35.0,
|
||||
"visible": false,
|
||||
"children": {
|
||||
"speed_wall_0": {
|
||||
"default": 35.0,
|
||||
"visible": false
|
||||
},
|
||||
"speed_wall_x": {
|
||||
"default": 35.0,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"speed_topbottom": {
|
||||
"default": 35.0,
|
||||
"visible": false
|
||||
},
|
||||
"speed_support": {
|
||||
"default": 35.0,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"speed_travel": {
|
||||
"default": 110.0
|
||||
},
|
||||
"speed_layer_0": {
|
||||
"default": 20.0,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"travel": {
|
||||
"settings": {
|
||||
"retraction_speed": {
|
||||
"default": 30.0,
|
||||
"visible": true,
|
||||
"children": {
|
||||
"retraction_retract_speed": {
|
||||
"default": 30.0,
|
||||
"visible": true
|
||||
},
|
||||
"retraction_prime_speed": {
|
||||
"default": 30.0,
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"retraction_amount": {
|
||||
"default": 2.0,
|
||||
"visible": true
|
||||
},
|
||||
"retraction_hop": {
|
||||
"default": 0.75,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"platform_adhesion": {
|
||||
"settings": {
|
||||
"skirt_minimal_length": {
|
||||
"default": 150
|
||||
},
|
||||
"raft_base_line_width": {
|
||||
"default": 0.7
|
||||
},
|
||||
"raft_interface_thickness": {
|
||||
"default": 0.2
|
||||
}
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"settings": {
|
||||
"support_enable": {
|
||||
"default": true
|
||||
},
|
||||
"support_z_distance": {
|
||||
"default": 0.2,
|
||||
"visible": false
|
||||
},
|
||||
"support_fill_rate": {
|
||||
"default": 10,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue