mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
Move the machine definition files to the new location
This commit is contained in:
parent
842689d88e
commit
1ff3a30ede
13 changed files with 0 additions and 0 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,45 +0,0 @@
|
|||
{
|
||||
"id": "grr_neo",
|
||||
"version": 1,
|
||||
"name": "German RepRap Neo",
|
||||
"manufacturer": "German RepRap",
|
||||
"author": "other",
|
||||
"icon": "icon_ultimaker.png",
|
||||
"platform": "grr_neo_platform.stl",
|
||||
|
||||
"inherits": "fdmprinter.json",
|
||||
"visible": "true",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 150 },
|
||||
"machine_height": { "default": 150 },
|
||||
"machine_depth": { "default": 150 },
|
||||
"machine_center_is_zero": { "default": false },
|
||||
"machine_nozzle_size": { "default": 0.5 },
|
||||
"machine_head_shape_min_x": { "default": 75 },
|
||||
"machine_head_shape_min_y": { "default": 18 },
|
||||
"machine_head_shape_max_x": { "default": 18 },
|
||||
"machine_head_shape_max_y": { "default": 35 },
|
||||
"machine_nozzle_gantry_distance": { "default": 55 },
|
||||
"machine_nozzle_offset_x_1": { "default": 18.0 },
|
||||
"machine_nozzle_offset_y_1": { "default": 0.0 },
|
||||
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" },
|
||||
|
||||
"machine_start_gcode": {
|
||||
"default": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default": "M104 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+0.5 E-5 X-20 Y-20 F9000 ;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"
|
||||
}
|
||||
},
|
||||
|
||||
"categories": {
|
||||
"material": {
|
||||
"settings": {
|
||||
"material_bed_temperature": {
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,187 +0,0 @@
|
|||
{
|
||||
"id": "hephestos",
|
||||
"version": 1,
|
||||
"name": "BQ Prusa i3 Hephestos",
|
||||
"manufacturer": "BQ",
|
||||
"author": "other",
|
||||
"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": 215
|
||||
},
|
||||
"machine_depth": {
|
||||
"default": 210
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,187 +0,0 @@
|
|||
{
|
||||
"id": "hephestos_xl",
|
||||
"version": 1,
|
||||
"name": "BQ Prusa i3 Hephestos XL",
|
||||
"manufacturer": "BQ",
|
||||
"author": "other",
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
[resolution]
|
||||
layer_height = 0.04
|
||||
fill_sparse_density = 25
|
|
@ -1,3 +0,0 @@
|
|||
[resolution]
|
||||
layer_height = 0.15
|
||||
fill_sparse_density = 10
|
|
@ -1,44 +0,0 @@
|
|||
{
|
||||
"id": "prusa_i3",
|
||||
"version": 1,
|
||||
"name": "Prusa i3",
|
||||
"manufacturer": "Prusa",
|
||||
"author": "other",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "prusai3_platform.stl",
|
||||
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 200 },
|
||||
"machine_height": { "default": 200 },
|
||||
"machine_depth": { "default": 200 },
|
||||
"machine_center_is_zero": { "default": false },
|
||||
"machine_nozzle_size": { "default": 0.4 },
|
||||
"machine_head_shape_min_x": { "default": 75 },
|
||||
"machine_head_shape_min_y": { "default": 18 },
|
||||
"machine_head_shape_max_x": { "default": 18 },
|
||||
"machine_head_shape_max_y": { "default": 35 },
|
||||
"machine_nozzle_gantry_distance": { "default": 55 },
|
||||
"machine_nozzle_offset_x_1": { "default": 0.0 },
|
||||
"machine_nozzle_offset_y_1": { "default": 0.0 },
|
||||
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" },
|
||||
|
||||
"machine_start_gcode": {
|
||||
"default": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default": "M104 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+0.5 E-5 X-20 Y-20 F9000 ;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"
|
||||
}
|
||||
},
|
||||
|
||||
"categories": {
|
||||
"material": {
|
||||
"settings": {
|
||||
"material_bed_temperature": {
|
||||
"visible": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,62 +0,0 @@
|
|||
{
|
||||
"id": "ultimaker2",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_start_gcode" : { "default": "" },
|
||||
"machine_end_gcode" : { "default": "" },
|
||||
"machine_width": { "default": 230 },
|
||||
"machine_depth": { "default": 225 },
|
||||
"machine_height": { "default": 205 },
|
||||
"machine_heated_bed": { "default": true },
|
||||
|
||||
"machine_center_is_zero": { "default": false },
|
||||
"machine_nozzle_size": { "default": 0.4 },
|
||||
"machine_head_shape_min_x": { "default": 40 },
|
||||
"machine_head_shape_min_y": { "default": 10 },
|
||||
"machine_head_shape_max_x": { "default": 60 },
|
||||
"machine_head_shape_max_y": { "default": 30 },
|
||||
"machine_nozzle_gantry_distance": { "default": 55 },
|
||||
"machine_nozzle_offset_x_1": { "default": 18.0 },
|
||||
"machine_nozzle_offset_y_1": { "default": 0.0 },
|
||||
"machine_gcode_flavor": { "default": "UltiGCode" },
|
||||
"machine_disallowed_areas": { "default": [
|
||||
[[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]],
|
||||
[[ 115.0, 112.5], [ 115.0, 104.5], [ 110.0, 104.5], [ 108.0, 112.5]],
|
||||
[[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]],
|
||||
[[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
|
||||
]},
|
||||
"machine_platform_offset": { "default": [9.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 }
|
||||
},
|
||||
|
||||
"categories": {
|
||||
"material": {
|
||||
"settings": {
|
||||
"material_print_temperature": {
|
||||
"visible": false
|
||||
},
|
||||
"material_bed_temperature": {
|
||||
"visible": false
|
||||
},
|
||||
"material_diameter": {
|
||||
"visible": false
|
||||
},
|
||||
"material_flow": {
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"id": "ultimaker2_extended",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Extended",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
|
||||
"inherits": "ultimaker2.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 230 },
|
||||
"machine_depth": { "default": 225 },
|
||||
"machine_height": { "default": 315 }
|
||||
}
|
||||
}
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"id": "ultimaker2_go",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Go",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2go_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
|
||||
"inherits": "ultimaker2.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 120 },
|
||||
"machine_depth": { "default": 120 },
|
||||
"machine_height": { "default": 115 },
|
||||
"machine_heated_bed": { "default": false },
|
||||
"machine_disallowed_areas": { "default": [
|
||||
[[-60.0, 60.0], [-33.0, 60.0], [-35.0, 52.0], [-60.0, 52.0]],
|
||||
[[ 60.0, 60.0], [ 60.0, 52.0], [ 35.0, 52.0], [ 33.0, 60.0]],
|
||||
[[-60.0, -60.0], [-60.0, -52.0], [-35.0, -52.0], [-33.0, -60.0]],
|
||||
[[ 60.0, -60.0], [ 33.0, -60.0], [ 35.0, -52.0], [ 60.0, -52.0]]
|
||||
]},
|
||||
"machine_platform_offset": { "default": [0.0, 0.0, 0.0] }
|
||||
}
|
||||
}
|
|
@ -1,51 +0,0 @@
|
|||
{
|
||||
"id": "ultimaker_original",
|
||||
"version": 1,
|
||||
"name": "Ultimaker Original",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker.png",
|
||||
"platform": "ultimaker_platform.stl",
|
||||
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
"add_pages": [
|
||||
{"page": "SelectUpgradedParts", "title": "Select Upgraded Parts"},
|
||||
{"page": "UpgradeFirmware", "title": "Upgrade Ultimaker Firmware"},
|
||||
{"page": "UltimakerCheckup", "title": "Ultimaker Checkup"},
|
||||
{"page": "Bedleveling", "title": "Bedleveling Wizard"}
|
||||
],
|
||||
|
||||
"machine_settings": {
|
||||
"machine_width": { "default": 205 },
|
||||
"machine_height": { "default": 200 },
|
||||
"machine_depth": { "default": 205 },
|
||||
"machine_center_is_zero": { "default": false },
|
||||
"machine_nozzle_size": { "default": 0.4 },
|
||||
"machine_head_shape_min_x": { "default": 75 },
|
||||
"machine_head_shape_min_y": { "default": 18 },
|
||||
"machine_head_shape_max_x": { "default": 18 },
|
||||
"machine_head_shape_max_y": { "default": 35 },
|
||||
"machine_nozzle_gantry_distance": { "default": 55 },
|
||||
"machine_nozzle_offset_x_1": { "default": 18.0 },
|
||||
"machine_nozzle_offset_y_1": { "default": 0.0 },
|
||||
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" },
|
||||
|
||||
"machine_start_gcode": {
|
||||
"default": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default": "M104 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+0.5 E-5 X-20 Y-20 F9000 ;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"
|
||||
}
|
||||
},
|
||||
|
||||
"categories": {
|
||||
"material": {
|
||||
"settings": {
|
||||
"material_bed_temperature": {
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"id": "ultimaker_original_plus",
|
||||
"version": 1,
|
||||
"name": "Ultimaker Original+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "UltimakerPlusbackplate.png",
|
||||
|
||||
"inherits": "ultimaker_original.json",
|
||||
|
||||
"machine_settings": {
|
||||
"machine_heated_bed": { "default": true }
|
||||
}
|
||||
}
|
|
@ -1,187 +0,0 @@
|
|||
{
|
||||
"id": "bq_witbox",
|
||||
"version": 1,
|
||||
"name": "BQ Witbox",
|
||||
"manufacturer": "BQ",
|
||||
"author": "other",
|
||||
"platform": "witbox_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\nG90 ;set to absolute positioning\nG1 Z200 ;move the platform to the bottom\nG28 X0 Y0 ;move to the X/Y origin (Home)\nM84 ;turn off steppers\n; -- end of END GCODE --"
|
||||
},
|
||||
"machine_width": {
|
||||
"default": 297
|
||||
},
|
||||
"machine_depth": {
|
||||
"default": 210
|
||||
},
|
||||
"machine_height": {
|
||||
"default": 200
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default": false
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default": false
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default": "RepRap"
|
||||
},
|
||||
"machine_platform_offset": {
|
||||
"default": [0, -145, -38]
|
||||
}
|
||||
},
|
||||
"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": 120.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