mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 14:35:54 +08:00
Merge branch '3.6'
This commit is contained in:
commit
98534533a2
@ -371,9 +371,14 @@ class PrintInformation(QObject):
|
||||
|
||||
# Strip the old "curaproject" extension from the name
|
||||
OLD_CURA_PROJECT_EXT = ".curaproject"
|
||||
if self._base_name.endswith(OLD_CURA_PROJECT_EXT):
|
||||
if self._base_name.lower().endswith(OLD_CURA_PROJECT_EXT):
|
||||
self._base_name = self._base_name[:len(self._base_name) - len(OLD_CURA_PROJECT_EXT)]
|
||||
|
||||
# CURA-5896 Try to strip extra extensions with an infinite amount of ".curaproject.3mf".
|
||||
OLD_CURA_PROJECT_3MF_EXT = ".curaproject.3mf"
|
||||
while self._base_name.lower().endswith(OLD_CURA_PROJECT_3MF_EXT):
|
||||
self._base_name = self._base_name[:len(self._base_name) - len(OLD_CURA_PROJECT_3MF_EXT)]
|
||||
|
||||
self._updateJobName()
|
||||
|
||||
@pyqtProperty(str, fset = setBaseName, notify = baseNameChanged)
|
||||
|
@ -11,8 +11,8 @@ It is now possible to specify the cooling fan to use if your printer has multipl
|
||||
*Settings refactor
|
||||
The CuraEngine has been refactored to create a more testable, future-proof way of storing and representing settings. This makes slicing faster, and future development easier.
|
||||
|
||||
*Print core CC Red 0.6
|
||||
The new print core CC Red 0.6 is selectable when the Ultimaker S5 profile is active. This print core is optimized for use with abrasive materials and composites.
|
||||
*Print core CC 0.6
|
||||
The new print core CC 0.6 is selectable when the Ultimaker S5 profile is active. This print core is optimized for use with abrasive materials and composites.
|
||||
|
||||
*File name and layer display
|
||||
Added M117 commands to GCODE to give real-time information about the print job file name and layer number shown on the printer’s display when printing via USB. Contributed by adecastilho.
|
||||
|
@ -753,7 +753,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic ABS",
|
||||
"description": "The generic ABS profile which other profiles can be based upon.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -771,7 +771,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic BAM",
|
||||
"description": "The generic BAM profile which other profiles can be based upon.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -789,7 +789,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic CFF CPE",
|
||||
"description": "The generic CFF CPE profile which other profiles can be based upon.",
|
||||
"package_version": "1.0.0",
|
||||
"package_version": "1.1.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -807,7 +807,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic CFF PA",
|
||||
"description": "The generic CFF PA profile which other profiles can be based upon.",
|
||||
"package_version": "1.0.0",
|
||||
"package_version": "1.1.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -825,7 +825,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic CPE",
|
||||
"description": "The generic CPE profile which other profiles can be based upon.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -843,7 +843,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic CPE+",
|
||||
"description": "The generic CPE+ profile which other profiles can be based upon.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -861,7 +861,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic GFF CPE",
|
||||
"description": "The generic GFF CPE profile which other profiles can be based upon.",
|
||||
"package_version": "1.0.0",
|
||||
"package_version": "1.1.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -879,7 +879,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic GFF PA",
|
||||
"description": "The generic GFF PA profile which other profiles can be based upon.",
|
||||
"package_version": "1.0.0",
|
||||
"package_version": "1.1.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -915,7 +915,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic Nylon",
|
||||
"description": "The generic Nylon profile which other profiles can be based upon.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -933,7 +933,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic PC",
|
||||
"description": "The generic PC profile which other profiles can be based upon.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -969,7 +969,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic PLA",
|
||||
"description": "The generic PLA profile which other profiles can be based upon.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -987,7 +987,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic PP",
|
||||
"description": "The generic PP profile which other profiles can be based upon.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -1005,7 +1005,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic PVA",
|
||||
"description": "The generic PVA profile which other profiles can be based upon.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -1041,7 +1041,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Generic TPU",
|
||||
"description": "The generic TPU profile which other profiles can be based upon.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/Ultimaker/fdm_materials",
|
||||
"author": {
|
||||
@ -1297,7 +1297,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker ABS",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://ultimaker.com/products/materials/abs",
|
||||
"author": {
|
||||
@ -1316,7 +1316,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker Breakaway",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://ultimaker.com/products/materials/breakaway",
|
||||
"author": {
|
||||
@ -1335,7 +1335,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker CPE",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://ultimaker.com/products/materials/abs",
|
||||
"author": {
|
||||
@ -1354,7 +1354,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker CPE+",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://ultimaker.com/products/materials/cpe",
|
||||
"author": {
|
||||
@ -1373,7 +1373,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker Nylon",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://ultimaker.com/products/materials/abs",
|
||||
"author": {
|
||||
@ -1392,7 +1392,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker PC",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://ultimaker.com/products/materials/pc",
|
||||
"author": {
|
||||
@ -1411,7 +1411,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker PLA",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://ultimaker.com/products/materials/abs",
|
||||
"author": {
|
||||
@ -1430,7 +1430,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker PP",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://ultimaker.com/products/materials/pp",
|
||||
"author": {
|
||||
@ -1449,7 +1449,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker PVA",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://ultimaker.com/products/materials/abs",
|
||||
"author": {
|
||||
@ -1468,7 +1468,7 @@
|
||||
"package_type": "material",
|
||||
"display_name": "Ultimaker TPU 95A",
|
||||
"description": "Example package for material and quality profiles for Ultimaker materials.",
|
||||
"package_version": "1.1.0",
|
||||
"package_version": "1.2.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://ultimaker.com/products/materials/tpu-95a",
|
||||
"author": {
|
||||
|
@ -9,7 +9,7 @@ type = quality
|
||||
quality_type = draft
|
||||
weight = -3
|
||||
material = generic_cffcpe
|
||||
variant = CC Red 0.6
|
||||
variant = CC 0.6
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
|
@ -9,7 +9,7 @@ type = quality
|
||||
quality_type = draft
|
||||
weight = -3
|
||||
material = generic_cffpa
|
||||
variant = CC Red 0.6
|
||||
variant = CC 0.6
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
|
@ -9,7 +9,7 @@ type = quality
|
||||
quality_type = draft
|
||||
weight = -3
|
||||
material = generic_gffcpe
|
||||
variant = CC Red 0.6
|
||||
variant = CC 0.6
|
||||
|
||||
[values]
|
||||
adhesion_type = brim
|
||||
|
@ -9,7 +9,7 @@ type = quality
|
||||
quality_type = draft
|
||||
weight = -3
|
||||
material = generic_gffpa
|
||||
variant = CC Red 0.6
|
||||
variant = CC 0.6
|
||||
|
||||
[values]
|
||||
adhesion_type = brim
|
||||
|
@ -9,7 +9,7 @@ type = quality
|
||||
quality_type = draft
|
||||
weight = -3
|
||||
material = generic_pla
|
||||
variant = CC Red 0.6
|
||||
variant = CC 0.6
|
||||
|
||||
[values]
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
|
@ -9,7 +9,7 @@ type = quality
|
||||
quality_type = fast
|
||||
weight = -2
|
||||
material = generic_pla
|
||||
variant = CC Red 0.6
|
||||
variant = CC 0.6
|
||||
|
||||
[values]
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
|
@ -1,5 +1,5 @@
|
||||
[general]
|
||||
name = CC Red 0.6
|
||||
name = CC 0.6
|
||||
version = 4
|
||||
definition = ultimaker_s5
|
||||
|
||||
@ -11,7 +11,7 @@ hardware_type = nozzle
|
||||
[values]
|
||||
brim_width = 7
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_id = CC Red 0.6
|
||||
machine_nozzle_id = CC 0.6
|
||||
machine_nozzle_size = 0.6
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
raft_acceleration = =acceleration_print
|
||||
|
Loading…
x
Reference in New Issue
Block a user