823 Commits

Author SHA1 Message Date
Lukkoz
d955262d08 profiles version fixed 2021-02-22 15:52:09 +01:00
Lukkoz
c99ce562ad typo fixed 2021-02-22 15:47:26 +01:00
Lukkoz
eb3d2cf0f9 def.json update 2021-02-22 15:35:16 +01:00
Lukkoz
13c542e675 skriware 2 print settings update
profiles for skriware 2 added,
def.json updated, some resolve problems fixed.
2021-02-22 14:52:14 +01:00
Ghostkeeper
a73cd96e1a
Rename Biqu quality profiles to have unique IDs
These IDs were the same as the Creality profiles. As a result, only one profile could load into Cura of the two duplicates. In this case it chose Biqu's profile, and the Creality profiles wouldn't load as a result.

Contributes to issue CURA-7752.
2020-10-05 13:39:31 +02:00
Ghostkeeper
2ec5ffba0d
Assign FABtotum profiles to 0.4mm nozzle
This is the default (preferred) nozzle for the FABtotum Personal Fabricator.
Apparently when these nozzle profiles were added, the existing quality profiles weren't considered. We'll now put them on the nozzle size that the FABtotum printer had before the nozzle profiles were added. There is also the Pro nozzle for FABtotum but I think the Lite is more likely what the profiles were originally made for, since that is the default.
2020-10-02 15:04:57 +02:00
Ghostkeeper
5415ded35d
Update setting_version of new profiles
Normally we'd require contributors to submit up-to-date profiles but in this case they did, we were just slow to respond.

Contributes to issue CURA-7757.
2020-10-02 14:05:24 +02:00
Ghostkeeper
b2a5cd9703
Merge branch 'master' of https://github.com/eMotion-Tech/Cura into eMotion-Tech-master 2020-10-02 13:51:17 +02:00
Luke Harrison
ecf32a261e
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.
2020-09-30 17:00:10 +02:00
FusedForm
ca108ae95c
Add Fused Form 3D printer profiles (#8231)
* Add files via upload

* Add files via upload

* Add files via upload

* Update fusedform_300_draft_abs.inst.cfg

* Add files via upload

* Delete fusedform_300_draft_abs.inst.cfg

* Delete fusedform_300_draft_pla.inst.cfg

* Deletion of old files

* changes in STD quality profiles

* Changes in mini quality files

* Changes in FF600 quality files

* changes in machine definition name

* Changes in definition files

* extruder and definition linking

* ff300 inherits and extruder def

* Update fusedform_300.def.json

* category deprecation in definitions

* inherits

* ff300 extruder definition machine

* extruder machine definitions

* Fused form FF600plus machine profiles

* PETG profiles

* Update fusedform_300.def.json

* changes in start gcode

* machine configuration dynamics on definitions

* speed adjustments

* dynamics modification in petg and flex quality

* Further adjustments on dynamics definitiosn

* Modification of all files under inherits data structure.

* Quality setting version 15 to 16

* These changes are for limiting quality types in the materials defined

* Quality Modification under Global and Material specific structure

Global quality structures and material specific definitions under the global structures
2020-09-28 11:33:47 +02:00
KOUBeMT
d7ef9355a3 Delete s3d_std1.2_PLA_H.inst.cfg 2020-09-25 10:25:01 +02:00
KOUBeMT
b049974cc5 Create s3d_std1.2_PLA_H.inst.cfg 2020-09-25 10:24:13 +02:00
Kostas Karmas
2e240b646d Fix failing tests
A printer was added in the meantime that had setting_version = 15, which was leading to failing
tests, considering that this PR has changed the setting version to 16.

CURA-7118
2020-09-09 09:51:45 +02:00
Kostas Karmas
85f113a683 Merge branch 'master' into CURA-7118_shrinkage_compensation 2020-09-09 09:46:29 +02:00
Ghostkeeper
a7b2f7de5a
Upgrade setting_version to 16
We have a change now that requires a version upgrade. This triggers all profiles to update for the user, and we must update accordingly in the built-in profiles.

Contributes to issue CURA-7118.
2020-09-02 01:51:13 +02:00
Aleksey Karadzhi
573a8c8720 Add more nozzle diameter variants (0.3, 0.5, 0.6) 2020-08-16 14:10:10 +03:00
Aleksey Karadzhi
29ade75429 Add 'Coarse' quality profile (0.4h for 0.8d) 2020-08-16 14:09:15 +03:00
Aleksey Karadzhi
3522501fa8 Adjust base print settings for all FB printers 2020-08-16 14:07:10 +03:00
KOUBeMT
03eacd5093 Adding Aceteta for 04 nozzle 2020-08-06 15:24:40 +02:00
KOUBeMT
72e1a887f7 Delete s3d_std1.2_PLA_H.inst.cfg 2020-08-06 15:19:06 +02:00
KOUBeMT
142bd77d50 Merge remote-tracking branch 'upstream/master'
Merge remote-tracking branch 'upstream/master'
2020-08-05 15:22:11 +02:00
KOUBeMT
fa8066ab0d Adding_Acetate_profiles 2020-08-04 16:10:36 +02:00
Jaime van Kessel
27f987c997
Removed unused DIY profiles
CURA-7619
2020-07-30 13:48:25 +02:00
nani
892e59f217
Definition for svt diytech220 (#8062)
* Added Definitions for all SVT FDM printers

CURA-7619
2020-07-30 13:47:16 +02:00
Nino van Hooff
617b07061d Take support_enable into account when evaluating support_structure.
Unsure whether this is necessary, but we decided to do this to make
the evaluation logically equivalent to the existing code currently
in master.

CURA-6711
2020-07-14 09:44:40 +02:00
Nino van Hooff
e006bad297 Update infill_rate resolve value for support_structure
CURA-6711
2020-07-10 11:23:28 +02:00
KOUBeMT
a355130654 Replacing_PVA-OKS_by_BVOH 2020-06-29 16:43:02 +02:00
KOUBeMT
145d568497 ABS-X_profiles_add 2020-06-29 16:40:39 +02:00
KOUBeMT
ffb0c8f165 ABS_profiles_update 2020-06-29 16:40:02 +02:00
Ghostkeeper
201b6b6f89
Merge branch 'master' of https://github.com/beamup3d/Cura into beamup3d-master 2020-06-26 16:55:27 +02:00
Ghostkeeper
aa1964dd7b
Remove overrides of combing mode for CPE+
CPE+ must have combing mode set to 'all' now.

Contributes to issue CURA-7535.
2020-06-26 16:32:02 +02:00
BeamUp 3D
e3e9aec997
version update 2020-06-19 11:31:13 +03:00
BeamUp 3D
f0463d0789
version update 2020-06-19 11:30:57 +03:00
BeamUp 3D
67d229aff0
version update 2020-06-19 11:30:41 +03:00
BeamUp 3D
52ace264ac
version update 2020-06-19 11:30:27 +03:00
BeamUp 3D
31e755f6a3
version update 2020-06-19 11:29:55 +03:00
Ghostkeeper
09f40c8f77
Upgrade to setting_version 15
These were apparently outdated.

Contributes to issue CURA-7515.
2020-06-16 03:51:49 +02:00
Ghostkeeper
2349d00e66
Move TinyBoy profiles into a more appropriate folder
It's useful if they are together. The folder name is now more in line with the rest, too.
2020-06-15 18:02:13 +02:00
fred
3d88c96b7a
Add TinyBoy profile
Updated

Update

TinyBoy / mago

Add TinyBoy and mago 3D Printer profile
2020-06-15 18:01:29 +02:00
BeamUp 3D
3faa9128f6
Delete .gitignore 2020-06-13 13:39:04 +03:00
BeamUp 3D
009fbcc261
Add beamup_l quality files 2020-06-13 13:37:48 +03:00
BeamUp 3D
4624a091e6
Create beamup_l quality folder 2020-06-13 13:36:40 +03:00
Orel
b0edcc1c18 Merge remote-tracking branch 'upstream/master' into dagoma_bicolor 2020-06-02 18:27:30 +02:00
Kostas Karmas
323d2d4019 Update setting_version to 15 for ATMAT machine profiles
Following PR https://github.com/Ultimaker/Cura/pull/7030

CURA-7323
2020-06-02 16:28:49 +02:00
Konstantinos Karmas
856221f0b6
Merge pull request #7030 from gandzia44/master
ATMAT machines profiles
2020-06-02 16:25:55 +02:00
orel
863d5460bc Separate mono/dual extruders Dagoma printers profiles 2020-05-20 11:41:49 +02:00
Remco Burema
ac429d496a
Merge https://github.com/kaleidoscopeit/Cura into kaleidoscopeit-master 2020-05-12 16:41:05 +02:00
Kaleidoscopeit
dcd125ed7c Update setting versions to 15 + cutting edge improvements to Deltacomb profiles 2020-05-12 01:03:36 +02:00
Ghostkeeper
98a5321b2b
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
Conflicts:
	resources/quality/hms434/pla/hms434_0.4_pla_high.inst.cfg -> Setting version was updated at the same time.
	resources/quality/hms434/pla/hms434_0.4_pla_normal.inst.cfg -> Deleted while we updated setting version.
	resources/quality/hms434/pla/hms434_0.8_pla_coarse.inst.cfg -> Deleted while we updated setting version.
	resources/quality/hms434/pla/hms434_0.8_pla_normal.inst.cfg -> Deleted while we updated setting version.
2020-05-11 14:03:54 +02:00
Ghostkeeper
40056c9a04
Update to setting_version 15
Due to a merge conflict that Git couldn't detect, these are immediately outdated. Let's update them to 15.

Since I knew this would be coming, I didn't change the maximum deviation last time, so now I also don't need to change it back.

Contributes to issue CURA-7384.
2020-05-11 11:43:37 +02:00