mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 03:46:04 +08:00

Some contributors seem to have a shift key stuck here or there. Many 'stylised' capitalisations weren't reflected even on the manufacturer's websites, or were also stylising words like 'pro' and 'dual' or even actual chemical names like 'nylon'. Normalising the caps makes it more fair for everyone, since all of these are written in the same font. As discussed with the Cura team.
45 lines
2.5 KiB
JSON
Executable File
45 lines
2.5 KiB
JSON
Executable File
{
|
|
"name": "Biqu B1 ABL",
|
|
"version": 2,
|
|
"inherits": "biqu_base",
|
|
"metadata": {
|
|
"quality_definition": "biqu_base",
|
|
"visible": true,
|
|
"has_machine_materials": true,
|
|
"platform": "BIQU_SSS.stl",
|
|
"platform_offset": [
|
|
0,
|
|
-7.4,
|
|
5
|
|
]
|
|
},
|
|
"overrides": {
|
|
"coasting_enable": { "value": true },
|
|
"retraction_amount": { "value": 7 },
|
|
"retraction_speed": { "value": 70 },
|
|
"support_enable": { "value": true },
|
|
"support_structure": { "value": "'normal'" },
|
|
"support_type": { "value": "'buildplate'" },
|
|
"support_angle": { "value": 45 },
|
|
"support_infill_rate": { "value": 15 },
|
|
"infill_overlap_mm": { "value": 0.06 },
|
|
"speed_print": { "value": 60 },
|
|
"machine_name": { "default_value": "BIQU B1 ABL" },
|
|
"machine_width": { "value": 235 },
|
|
"machine_depth": { "value": 235 },
|
|
"machine_height": { "value": 270 },
|
|
"machine_head_with_fans_polygon": { "default_value": [
|
|
[-33, 35],
|
|
[-33, -23],
|
|
[33, -23],
|
|
[33, 35]
|
|
]
|
|
},
|
|
"machine_start_gcode": {
|
|
"default_value": "; BIQU B1 Start G-code\nM117 Getting the bed up to temp!\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\nM117 Pre-heating the extruder\nM104 S160 ; Set Extruder temperature\nM117 Homing axes\nG28 ; Home all axes\nM117 ABL Probing\nG29\nM117 Getting the extruder up to temp\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X4.1 Y20 Z0.3 F5000.0 ; Move to start position\nM117 Purging\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nM117 Lets make\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish"
|
|
},
|
|
|
|
"gantry_height": { "value": 27.5 }
|
|
}
|
|
}
|