mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 07:09:00 +08:00
Merge pull request #144 from bq/new_BQ_profiles
Updated the profiles for BQ printers.
This commit is contained in:
commit
e3deff89f7
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
resources/meshes/witbox_platform.stl
Normal file
BIN
resources/meshes/witbox_platform.stl
Normal file
Binary file not shown.
@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "hephestos",
|
|
||||||
"icon": "icon_ultimaker2.png",
|
|
||||||
"name": "Prusa i3 Hephestos",
|
|
||||||
"platform": "hephestos_platform.stl",
|
|
||||||
|
|
||||||
"inherits": "fdmprinter.json",
|
|
||||||
|
|
||||||
"machine_settings": {
|
|
||||||
"machine_width": { "default": 215 },
|
|
||||||
"machine_height": { "default": 210 },
|
|
||||||
"machine_depth": { "default": 180 },
|
|
||||||
"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\nG90\nM107\nG28 X0 Y0\nG28 Z0\nG1 Z5.0 F1200\n; Purge extruder by drawing 2 lines\nM117\nG92 E0\nG1 X20.0 Y40 Z0.3 F3000.0\nG1 X200.0 Y40 Z0.3 F1500.0 E15\nG1 X200.0 Y41 Z0.3 F3000.0\nG1 X20.0 Y41 Z0.3 F1500.0 E30\nG1 E29.6 F3000\nG92 E0\nM117\nM106\nG1 F{travel_speed}\nM117 Printing..."
|
|
||||||
},
|
|
||||||
"machine_end_gcode": {
|
|
||||||
"default": "M104 S0\nM140 S0\nG91\nG1 E-5 F300\nG1 Z2 F{travel_speed}\nG90\nG28 X5 Y5\nM84\nG90"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"categories": {
|
|
||||||
"material": {
|
|
||||||
"settings": {
|
|
||||||
"material_bed_temperature": {
|
|
||||||
"visible": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "witbox",
|
|
||||||
"name": "Witbox",
|
|
||||||
"icon": "icon_ultimaker2.png",
|
|
||||||
"platform": "Witbox_platform.stl",
|
|
||||||
"platform_texture": "Ultimaker2backplate.png",
|
|
||||||
|
|
||||||
"inherits": "ultimaker2.json",
|
|
||||||
|
|
||||||
"machine_settings": {
|
|
||||||
"machine_width": { "default": 291 },
|
|
||||||
"machine_depth": { "default": 210 },
|
|
||||||
"machine_height": { "default": 200 }
|
|
||||||
}
|
|
||||||
}
|
|
255
resources/settings/hephestos.json
Normal file
255
resources/settings/hephestos.json
Normal file
@ -0,0 +1,255 @@
|
|||||||
|
{
|
||||||
|
"id": "hephestos",
|
||||||
|
"name": "BQ Prusa i3 Hephestos",
|
||||||
|
"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}\n;Uncomment to add your own temperature line\n;M109 S{print_temperature}\n;Uncomment to add your own bed temperature line\n;M190 S{print_bed_temperature}\nG21 ;metric values\nG90 ;absolute positioning\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 F1200 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E20 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 \n;Uncomment to put a printing message on LCD screen\n;M117 Printing...\n; -- end of START GCODE --"
|
||||||
|
},
|
||||||
|
"machine_end_gcode": {
|
||||||
|
"default": "; -- END GCODE --\nM104 S0 ;extruder heater off\nG91 ;relative positioning\nG1 E-20 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z10 F1200 ;move Z up\nG90 ;absolute positioning\nG1 X0 Y180 F1200 ;move Z up a bit and retract filament even more the way\nM84 ;steppers off\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_nozzle_offset_x_1": {
|
||||||
|
"default": 18.0
|
||||||
|
},
|
||||||
|
"machine_nozzle_offset_y_1": {
|
||||||
|
"default": 0.0
|
||||||
|
},
|
||||||
|
"machine_gcode_flavor": {
|
||||||
|
"default": "RepRap (Marlin/Sprinter)"
|
||||||
|
},
|
||||||
|
"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": [0.0, 100.0, 0.0]
|
||||||
|
},
|
||||||
|
"machine_nozzle_tip_outer_diameter": {
|
||||||
|
"default": 0.4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"categories": {
|
||||||
|
"resolution": {
|
||||||
|
"settings": {
|
||||||
|
"layer_height": {
|
||||||
|
"default": 0.2
|
||||||
|
},
|
||||||
|
"layer_height_0": {
|
||||||
|
"default": 0.2,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"shell_thickness": {
|
||||||
|
"default": 1.2,
|
||||||
|
"children": {
|
||||||
|
"wall_thickness": {
|
||||||
|
"default": 1.2,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"alternate_extra_perimeter": {
|
||||||
|
"default": false,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"top_bottom_thickness": {
|
||||||
|
"default": 0.8,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"top_thickness": {
|
||||||
|
"default": 0.8,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"top_layers": {
|
||||||
|
"default": 8,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bottom_thickness": {
|
||||||
|
"default": 0.4,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"bottom_layers": {
|
||||||
|
"default": 8,
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
"material_flow": {
|
||||||
|
"default": 100.0,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"retraction_enable": {
|
||||||
|
"default": true,
|
||||||
|
"children": {
|
||||||
|
"retraction_speed": {
|
||||||
|
"default": 10.0,
|
||||||
|
"visible": true,
|
||||||
|
"children": {
|
||||||
|
"retraction_retract_speed": {
|
||||||
|
"default": 10.0,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"retraction_prime_speed": {
|
||||||
|
"default": 10.0,
|
||||||
|
"visible": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"retraction_amount": {
|
||||||
|
"default": 1.0,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"retraction_minimal_extrusion": {
|
||||||
|
"default": 0.01,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"retraction_hop": {
|
||||||
|
"default": 0.75,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"speed": {
|
||||||
|
"settings": {
|
||||||
|
"speed_print": {
|
||||||
|
"default": 50.0,
|
||||||
|
"children": {
|
||||||
|
"speed_infill": {
|
||||||
|
"default": 50.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"speed_wall": {
|
||||||
|
"default":45.0,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"speed_wall_0": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"speed_wall_x": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"speed_topbottom": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"speed_support": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"speed_travel": {
|
||||||
|
"default": 120.0
|
||||||
|
},
|
||||||
|
"speed_layer_0": {
|
||||||
|
"default": 20.0,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cooling": {
|
||||||
|
"settings": {
|
||||||
|
"cool_fan_full_at_height": {
|
||||||
|
"default": 1,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"support": {
|
||||||
|
"settings": {
|
||||||
|
"support_enable": {
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
|
"support_type": {
|
||||||
|
"default": "Everywhere",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"support_z_distance": {
|
||||||
|
"default": 0.2,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"support_bottom_stair_step_height": {
|
||||||
|
"default": 1.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"support_join_distance": {
|
||||||
|
"default": 2.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"support_pattern": {
|
||||||
|
"default": "ZigZag",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"support_fill_rate": {
|
||||||
|
"default": 10,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"platform_adhesion": {
|
||||||
|
"settings": {
|
||||||
|
"skirt_minimal_length": {
|
||||||
|
"default": 150
|
||||||
|
},
|
||||||
|
"raft_line_spacing": {
|
||||||
|
"default": 1.0
|
||||||
|
},
|
||||||
|
"raft_base_linewidth": {
|
||||||
|
"default": 0.7
|
||||||
|
},
|
||||||
|
"raft_interface_thickness": {
|
||||||
|
"default": 0.2
|
||||||
|
},
|
||||||
|
"raft_interface_linewidth": {
|
||||||
|
"default": 0.2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
255
resources/settings/hephestos_XL.json
Normal file
255
resources/settings/hephestos_XL.json
Normal file
@ -0,0 +1,255 @@
|
|||||||
|
{
|
||||||
|
"id": "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}\n;Uncomment to add your own temperature line\n;M109 S{print_temperature}\n;Uncomment to add your own bed temperature line\n;M190 S{print_bed_temperature}\nG21 ;metric values\nG90 ;absolute positioning\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 F1200 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E20 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 \n;Uncomment to put a printing message on LCD screen\n;M117 Printing...\n; -- end of START GCODE --"
|
||||||
|
},
|
||||||
|
"machine_end_gcode": {
|
||||||
|
"default": "; -- END GCODE --\nM104 S0 ;extruder heater off\nG91 ;relative positioning\nG1 E-20 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z10 F1200 ;move Z up\nG91 ;absolute positioning\nG1 X0 Y180 F1200 ;move Z up a bit and retract filament even more the way\nM84 ;steppers off\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_nozzle_offset_x_1": {
|
||||||
|
"default": 18.0
|
||||||
|
},
|
||||||
|
"machine_nozzle_offset_y_1": {
|
||||||
|
"default": 0.0
|
||||||
|
},
|
||||||
|
"machine_gcode_flavor": {
|
||||||
|
"default": "RepRap (Marlin/Sprinter)"
|
||||||
|
},
|
||||||
|
"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": [0.0, 100.0, 0.0]
|
||||||
|
},
|
||||||
|
"machine_nozzle_tip_outer_diameter": {
|
||||||
|
"default": 0.4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"categories": {
|
||||||
|
"resolution": {
|
||||||
|
"settings": {
|
||||||
|
"layer_height": {
|
||||||
|
"default": 0.2
|
||||||
|
},
|
||||||
|
"layer_height_0": {
|
||||||
|
"default": 0.2,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"shell_thickness": {
|
||||||
|
"default": 1.2,
|
||||||
|
"children": {
|
||||||
|
"wall_thickness": {
|
||||||
|
"default": 1.2,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"alternate_extra_perimeter": {
|
||||||
|
"default": false,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"top_bottom_thickness": {
|
||||||
|
"default": 0.8,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"top_thickness": {
|
||||||
|
"default": 0.8,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"top_layers": {
|
||||||
|
"default": 8,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bottom_thickness": {
|
||||||
|
"default": 0.4,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"bottom_layers": {
|
||||||
|
"default": 8,
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
"material_flow": {
|
||||||
|
"default": 100.0,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"retraction_enable": {
|
||||||
|
"default": true,
|
||||||
|
"children": {
|
||||||
|
"retraction_speed": {
|
||||||
|
"default": 10.0,
|
||||||
|
"visible": true,
|
||||||
|
"children": {
|
||||||
|
"retraction_retract_speed": {
|
||||||
|
"default": 10.0,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"retraction_prime_speed": {
|
||||||
|
"default": 10.0,
|
||||||
|
"visible": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"retraction_amount": {
|
||||||
|
"default": 1.0,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"retraction_minimal_extrusion": {
|
||||||
|
"default": 0.01,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"retraction_hop": {
|
||||||
|
"default": 0.75,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"speed": {
|
||||||
|
"settings": {
|
||||||
|
"speed_print": {
|
||||||
|
"default": 50.0,
|
||||||
|
"children": {
|
||||||
|
"speed_infill": {
|
||||||
|
"default": 50.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"speed_wall": {
|
||||||
|
"default":45.0,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"speed_wall_0": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"speed_wall_x": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"speed_topbottom": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"speed_support": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"speed_travel": {
|
||||||
|
"default": 120.0
|
||||||
|
},
|
||||||
|
"speed_layer_0": {
|
||||||
|
"default": 20.0,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cooling": {
|
||||||
|
"settings": {
|
||||||
|
"cool_fan_full_at_height": {
|
||||||
|
"default": 1,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"support": {
|
||||||
|
"settings": {
|
||||||
|
"support_enable": {
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
|
"support_type": {
|
||||||
|
"default": "Everywhere",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"support_z_distance": {
|
||||||
|
"default": 0.2,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"support_bottom_stair_step_height": {
|
||||||
|
"default": 1.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"support_join_distance": {
|
||||||
|
"default": 2.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"support_pattern": {
|
||||||
|
"default": "ZigZag",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"support_fill_rate": {
|
||||||
|
"default": 10,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"platform_adhesion": {
|
||||||
|
"settings": {
|
||||||
|
"skirt_minimal_length": {
|
||||||
|
"default": 150
|
||||||
|
},
|
||||||
|
"raft_line_spacing": {
|
||||||
|
"default": 1.0
|
||||||
|
},
|
||||||
|
"raft_base_linewidth": {
|
||||||
|
"default": 0.7
|
||||||
|
},
|
||||||
|
"raft_interface_thickness": {
|
||||||
|
"default": 0.2
|
||||||
|
},
|
||||||
|
"raft_interface_linewidth": {
|
||||||
|
"default": 0.2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
255
resources/settings/witbox.json
Normal file
255
resources/settings/witbox.json
Normal file
@ -0,0 +1,255 @@
|
|||||||
|
{
|
||||||
|
"id": "witbox",
|
||||||
|
"name": "BQ Witbox",
|
||||||
|
"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}\n;Uncomment to add your own temperature line\n;M109 S{print_temperature}\n;Uncomment to add your own bed temperature line\n;M190 S{print_bed_temperature}\nG21 ;metric values\nG90 ;absolute positioning\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 F1200 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E20 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7800 \n;Uncomment to put a printing message on LCD screen\n;M117 Printing...\n; -- end of START GCODE --"
|
||||||
|
},
|
||||||
|
"machine_end_gcode": {
|
||||||
|
"default": "; -- END GCODE --\nM104 S0 ;extruder heater off\nG91 ;relative positioning\nG1 E-20 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG91 ;relative positioning\nG1 Z10 F1200 ;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\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_nozzle_offset_x_1": {
|
||||||
|
"default": 18.0
|
||||||
|
},
|
||||||
|
"machine_nozzle_offset_y_1": {
|
||||||
|
"default": 0.0
|
||||||
|
},
|
||||||
|
"machine_gcode_flavor": {
|
||||||
|
"default": "RepRap (Marlin/Sprinter)"
|
||||||
|
},
|
||||||
|
"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": [0.0, -145.0, -38.0]
|
||||||
|
},
|
||||||
|
"machine_nozzle_tip_outer_diameter": {
|
||||||
|
"default": 0.4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"categories": {
|
||||||
|
"resolution": {
|
||||||
|
"settings": {
|
||||||
|
"layer_height": {
|
||||||
|
"default": 0.2
|
||||||
|
},
|
||||||
|
"layer_height_0": {
|
||||||
|
"default": 0.2,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"shell_thickness": {
|
||||||
|
"default": 1.2,
|
||||||
|
"children": {
|
||||||
|
"wall_thickness": {
|
||||||
|
"default": 1.2,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"alternate_extra_perimeter": {
|
||||||
|
"default": false,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"top_bottom_thickness": {
|
||||||
|
"default": 0.8,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"top_thickness": {
|
||||||
|
"default": 0.8,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"top_layers": {
|
||||||
|
"default": 8,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bottom_thickness": {
|
||||||
|
"default": 0.4,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"bottom_layers": {
|
||||||
|
"default": 8,
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
"material_flow": {
|
||||||
|
"default": 100.0,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"retraction_enable": {
|
||||||
|
"default": true,
|
||||||
|
"children": {
|
||||||
|
"retraction_speed": {
|
||||||
|
"default": 10.0,
|
||||||
|
"visible": true,
|
||||||
|
"children": {
|
||||||
|
"retraction_retract_speed": {
|
||||||
|
"default": 10.0,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"retraction_prime_speed": {
|
||||||
|
"default": 10.0,
|
||||||
|
"visible": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"retraction_amount": {
|
||||||
|
"default": 1.0,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"retraction_minimal_extrusion": {
|
||||||
|
"default": 0.01,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"retraction_hop": {
|
||||||
|
"default": 0.75,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"speed": {
|
||||||
|
"settings": {
|
||||||
|
"speed_print": {
|
||||||
|
"default": 50.0,
|
||||||
|
"children": {
|
||||||
|
"speed_infill": {
|
||||||
|
"default": 50.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"speed_wall": {
|
||||||
|
"default":45.0,
|
||||||
|
"visible": false,
|
||||||
|
"children": {
|
||||||
|
"speed_wall_0": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"speed_wall_x": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"speed_topbottom": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"speed_support": {
|
||||||
|
"default": 45.0,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"speed_travel": {
|
||||||
|
"default": 130.0
|
||||||
|
},
|
||||||
|
"speed_layer_0": {
|
||||||
|
"default": 20.0,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cooling": {
|
||||||
|
"settings": {
|
||||||
|
"cool_fan_full_at_height": {
|
||||||
|
"default": 1,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"support": {
|
||||||
|
"settings": {
|
||||||
|
"support_enable": {
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
|
"support_type": {
|
||||||
|
"default": "Everywhere",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"support_z_distance": {
|
||||||
|
"default": 0.2,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"support_bottom_stair_step_height": {
|
||||||
|
"default": 1.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"support_join_distance": {
|
||||||
|
"default": 2.0,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
|
"support_pattern": {
|
||||||
|
"default": "ZigZag",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
"support_fill_rate": {
|
||||||
|
"default": 10,
|
||||||
|
"visible": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"platform_adhesion": {
|
||||||
|
"settings": {
|
||||||
|
"skirt_minimal_length": {
|
||||||
|
"default": 150
|
||||||
|
},
|
||||||
|
"raft_line_spacing": {
|
||||||
|
"default": 1.0
|
||||||
|
},
|
||||||
|
"raft_base_linewidth": {
|
||||||
|
"default": 0.7
|
||||||
|
},
|
||||||
|
"raft_interface_thickness": {
|
||||||
|
"default": 0.2
|
||||||
|
},
|
||||||
|
"raft_interface_linewidth": {
|
||||||
|
"default": 0.2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user