Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Harrison <looxonline@gmail.com>2020-09-30 18:00:10 +0300
committerGitHub <noreply@github.com>2020-09-30 18:00:10 +0300
commitecf32a261e6e28c519a89cd1c3c0d3826a2a8c9f (patch)
tree33a144e339db974fc76e82dd407c1b11f941122f /resources/definitions/biqu_b1.def.json
parent395cdc14bbaa64bbc6a501d98c0f38661ce2ff11 (diff)
Added BIQU machine base files as well as BIQU B1 machine files. (#8276)
* Added BIQU machine base files as well as BIQU B1 machine files. * Fixed a variants settings version error. * Updated base def by removing excluded materials and changing the pref to pla175 * Fixed the machine name value which should only take a default value and not also a value. * Increased the max extruder feedrate to allow the default retraction speed. * Removed comments from the quality profiles. Removed author from variants. Adjusted materials in quality profiles to refer to the 175 profiles directly. * Enabled coasting by default in the B1 profile and increased the width of infill for the base profile. * Updated all quality and variants configs to use settings version 16 in anticipation of release 4.8 * Final tweaks to B1 start gcode * Added an ABL version of the B1 with tweaked start codes.
Diffstat (limited to 'resources/definitions/biqu_b1.def.json')
-rwxr-xr-xresources/definitions/biqu_b1.def.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/resources/definitions/biqu_b1.def.json b/resources/definitions/biqu_b1.def.json
new file mode 100755
index 0000000000..2320f22eca
--- /dev/null
+++ b/resources/definitions/biqu_b1.def.json
@@ -0,0 +1,57 @@
+{
+ "name": "BIQU B1",
+ "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": { "default_value": true },
+ "coasting_enable": { "value": true },
+ "retraction_amount": { "default_value": 7 },
+ "retraction_amount": { "value": 7 },
+ "retraction_speed": { "default_value": 70 },
+ "retraction_speed": { "value": 70 },
+ "support_enable": { "default_value": true },
+ "support_enable": { "value": true },
+ "support_structure": { "default_value": "normal" },
+ "support_structure": { "value": "normal" },
+ "support_type": { "default_value": "buildplate" },
+ "support_type": { "value": "buildplate" },
+ "support_angle": { "default_value": 45 },
+ "support_angle": { "value": 45 },
+ "support_infill_rate": { "default_value": 15 },
+ "support_infill_rate": { "value": 15 },
+ "infill_overlap_mm": { "default_value": 0.06 },
+ "infill_overlap_mm": { "value": 0.06 },
+ "speed_print": { "default_value": 60 },
+ "speed_print": { "value": 60 },
+ "machine_name": { "default_value": "BIQU B1" },
+ "machine_width": { "default_value": 235 },
+ "machine_width": { "value": 235 },
+ "machine_depth": { "default_value": 235 },
+ "machine_depth": { "value": 235 },
+ "machine_height": { "default_value": 270 },
+ "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 Getting the extruder up to temp!\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\nG92 E0 ; Reset Extruder\nM117 Homing axes\nG28 ; Home all axes\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\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 }
+ }
+}