mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35: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
15
resources/extruders/biqu_base_extruder_0.def.json
Executable file
15
resources/extruders/biqu_base_extruder_0.def.json
Executable file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "biqu_base",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue