mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
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.
This commit is contained in:
parent
395cdc14bb
commit
ecf32a261e
94 changed files with 1519 additions and 0 deletions
12
resources/variants/biqu_b1_0.2.inst.cfg
Executable file
12
resources/variants/biqu_b1_0.2.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.2mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
12
resources/variants/biqu_b1_0.3.inst.cfg
Executable file
12
resources/variants/biqu_b1_0.3.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.3mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.3
|
12
resources/variants/biqu_b1_0.4.inst.cfg
Executable file
12
resources/variants/biqu_b1_0.4.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.4mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
12
resources/variants/biqu_b1_0.5.inst.cfg
Executable file
12
resources/variants/biqu_b1_0.5.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.5mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.5
|
12
resources/variants/biqu_b1_0.6.inst.cfg
Executable file
12
resources/variants/biqu_b1_0.6.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.6mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
12
resources/variants/biqu_b1_0.8.inst.cfg
Executable file
12
resources/variants/biqu_b1_0.8.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.8mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
12
resources/variants/biqu_b1_abl_0.2.inst.cfg
Executable file
12
resources/variants/biqu_b1_abl_0.2.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.2mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1_abl
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
12
resources/variants/biqu_b1_abl_0.3.inst.cfg
Executable file
12
resources/variants/biqu_b1_abl_0.3.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.3mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1_abl
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.3
|
12
resources/variants/biqu_b1_abl_0.4.inst.cfg
Executable file
12
resources/variants/biqu_b1_abl_0.4.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.4mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1_abl
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
12
resources/variants/biqu_b1_abl_0.5.inst.cfg
Executable file
12
resources/variants/biqu_b1_abl_0.5.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.5mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1_abl
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.5
|
12
resources/variants/biqu_b1_abl_0.6.inst.cfg
Executable file
12
resources/variants/biqu_b1_abl_0.6.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.6mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1_abl
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
12
resources/variants/biqu_b1_abl_0.8.inst.cfg
Executable file
12
resources/variants/biqu_b1_abl_0.8.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.8mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_b1_abl
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
12
resources/variants/biqu_base_0.2.inst.cfg
Executable file
12
resources/variants/biqu_base_0.2.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.2mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
12
resources/variants/biqu_base_0.3.inst.cfg
Executable file
12
resources/variants/biqu_base_0.3.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.3mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.3
|
12
resources/variants/biqu_base_0.4.inst.cfg
Executable file
12
resources/variants/biqu_base_0.4.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.4mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
12
resources/variants/biqu_base_0.5.inst.cfg
Executable file
12
resources/variants/biqu_base_0.5.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.5mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.5
|
12
resources/variants/biqu_base_0.6.inst.cfg
Executable file
12
resources/variants/biqu_base_0.6.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.6mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
12
resources/variants/biqu_base_0.8.inst.cfg
Executable file
12
resources/variants/biqu_base_0.8.inst.cfg
Executable file
|
@ -0,0 +1,12 @@
|
|||
[general]
|
||||
name = 0.8mm Nozzle
|
||||
version = 4
|
||||
definition = biqu_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
Loading…
Add table
Add a link
Reference in a new issue