4737 Commits

Author SHA1 Message Date
Randy Zwitch
61db7ce400
Add E444M definition file 2023-07-15 13:07:22 -04:00
goofoo3d
bae1a873a5
Merge branch 'Ultimaker:main' into main 2023-07-13 08:53:26 +08:00
Asterchades
33d3c2bd84 Applied printer-linter format 2023-07-11 06:21:30 +00:00
Asterchades
40467fb961
Update sovol_base_planetary.def.json
Removed retraction_speed and material_print_temperature hard values. These should be defined by the material properties, not the printer definition.
2023-07-11 16:20:32 +10:00
ThatGuyZim
3eb4d0257a Applied printer-linter format 2023-07-10 05:43:43 +00:00
ThatGuyZim
361937fd38
Add files via upload 2023-07-10 13:42:39 +08:00
protosam
49b9d0b9de resolve redundant settings in weedo_base.def.json 2023-07-07 06:05:42 -05:00
protosam
0782ce4383 removed machine_id value from weedo_base.def.json 2023-07-07 06:01:22 -05:00
protosam
3ea970ff73 add tina2 support 2023-07-07 05:32:46 -05:00
William Faircloth
85926e772c
fix: author 2023-07-05 15:04:19 -04:00
Thomas Pleasance
b1e85a1b9c Updated Creality Ender-5 S1 Profile to be more inline with other defs 2023-07-03 20:46:27 +01:00
Thomas Pleasance
5acba34f97 Updated Creality Ender-5 S1 Nozzle Variants Names 2023-07-03 19:57:36 +01:00
Thomas Pleasance
4cc45da84d Added Creality Ender-5 S1 Def 2023-07-03 19:09:00 +01:00
Patrick
b23ab8f940
Update Ender 3 Pro Profile to not Damage Bed 2023-06-29 17:14:07 -04:00
Frederic Meeuwissen
f9e49d32f1 Exclude PET-CF on UM3
There is are CC cores defined for the UM3
2023-06-28 10:33:02 +02:00
Frederic Meeuwissen
d5de1d696c Don't exclude generic_petg on S3 2023-06-28 10:07:13 +02:00
Frederic Meeuwissen
df4d988b4b Don't exclude TPLA on UM2C 2023-06-28 10:00:16 +02:00
Frederic Meeuwissen
7357ebaba6 Exclude 3 new(ish) TPLA colors on UM2/UMO 2023-06-28 09:55:57 +02:00
Frederic Meeuwissen
e8db51844b Remove PET-CF from UMO/UM2 2023-06-28 09:13:29 +02:00
casperlamboo
7bdb5dfa50 Applied printer-linter format 2023-06-26 14:54:29 +00:00
c.lamboo
f9faf215e6 restore some exclude materials
CURA-10709
2023-06-26 16:52:48 +02:00
c.lamboo
de272845cb Revert "Restore exclude materials to some extent again"
This reverts commit e5b60dcaed621853af2740d24028451551620ed8.
2023-06-26 16:33:20 +02:00
c.lamboo
00db0b2f71 Revert "Applied printer-linter format"
This reverts commit f590f4b02d096aabbd670c6c339deaedfa896b47.
2023-06-26 16:33:20 +02:00
nallath
f590f4b02d Applied printer-linter format 2023-06-22 13:12:49 +00:00
Jaime van Kessel
e5b60dcaed
Restore exclude materials to some extent again
These machines were 1.75 machines, so they should include those in their exclude list
(and not include 2.85 variants)

CURA-10709
2023-06-22 15:10:49 +02:00
GregValiant
8cfa59eabf Update AnyCubic Kossel
Remove the Disallowed areas from the Kossel and the Kossle Linear Plus.  They cause disallowed areas to appear within the build area of the build plate.  They were also designed to be off the build plate.
2023-06-21 17:52:00 -04:00
casperlamboo
38a684fe05 Applied printer-linter format 2023-06-21 09:38:32 +00:00
c.lamboo
cd58703dca Remove exclude materials from 3rd party printers
With the changes from https://github.com/Ultimaker/Cura/pull/15692 logic regarding the exclude materials printer setting changed. It has never worked properly before. Now that it works properly again a ton of materials were excluded that were never intended to be excluded.

As we can never be sure if an exclude material was intended or not we decided to be pretty agressive in removing exclude materials. This way the behavior is closed to the behavior prior to the exclude material fix.

There was one case were we decide to leave an exclude material in. If a printer has a material diameter of `175` *and* the material would specifically specify the `175` substring (e.g. `dsm_arnitel2045_175`). When this is the case we were pretty certain it was intended to exclude this material.

CURA-10599
2023-06-21 11:37:08 +02:00
Remco Burema
d7b76e991e
Merge pull request #15739 from Ultimaker/CURA-10643_filter_extruder_by_material_prop
[CURA-10643] filter extruder by material prop
2023-06-15 15:30:15 +02:00
Jaime van Kessel
e92db87e47
Add missing excludes for TPLA for UM2+C
Discussed this with PP&M, these materials should have been excluded
but were overlooked.

CURA-10599
2023-06-14 11:15:58 +02:00
casperlamboo
e9eec4e066 Applied printer-linter format 2023-06-14 08:41:48 +00:00
c.lamboo
6a9a03f698 Revert to previous setting value for support_extruder_nr
CURA-10643
2023-06-14 10:40:26 +02:00
Remco Burema
68231c957d Add settings-function to get an extruder based on a property.
We wanted to select an extruder based on wether or not it has support-material, so that the user doesn't have to think about selecting a support extruder any more and in most cases, can't forget anymore either. The formula present in fdmprinter to do that was not only an unreadable nightmare, but also very slow. We decided to pull most of that functionality into the settings-function machinery instead (but just a bit more generic so other properties can be selected, not just 'material_is_support_material').

done as part of finishing off CURA-10643
2023-06-13 15:59:24 +02:00
Jelle Spijker
58b33ae5b1
Fixes acc enable for ankermake m5
Fixes CURA-10098
2023-06-09 11:07:48 +02:00
Remco Burema
1f7c11667f Disable Small Skin Area feature for now :-/
We're not sure why this introduces a boatload of small segments into the infill, and we're out of time to try and fix this before the beta. Re-introducing after the beta seems like a bad idea, so this'll have to wait until 5.5 unfortunately.

Done as part of fixing for CURA-10500, but for the original Small Skin Area feature, see CURA-10201. For the ticket to (fix? and) reintroduce the feature, see CURA-10670.
2023-06-07 11:25:49 +02:00
jellespijker
4d5002b038 Applied printer-linter format 2023-06-06 13:15:29 +00:00
Jelle Spijker
4a3c3155cf
Update rest preference label
Rest Preference
"Force Only Buildplate" can be "On Buildplate when possible",
Because Support can be created everywhere but as much as possible starting from the buildplate and in some case we can have some support starting from the model..
"On Model If Necessary" can be "On Model If required",
Because support can be created everywhere and if required you can have support starting on the model. And Sometimes Required means they start on the model because you have more direct or simple support if you start on the model.

As suggested by @5axes
2023-06-06 15:14:14 +02:00
nallath
4e7a41b469 Applied printer-linter format 2023-06-06 09:36:32 +00:00
Jaime van Kessel
bb991e1e2c
Fix the formula for support_enable and support_extruder_nr
The formulas got mixed up somehow. Shows that devs shouldn't commit before
their morning coffee ;)

CURA-10633
2023-06-06 11:34:28 +02:00
Jelle Spijker
ee0e55cf97
Bump up fdmprinter and fdmextruder 2023-06-05 11:51:25 +02:00
Jelle Spijker
e3a4c84463
Merge remote-tracking branch 'origin/PP-336_Cleanup_infill_overlap_settings'
# Conflicts:
#	resources/i18n/cs_CZ/cura.po
#	resources/i18n/cura.pot
#	resources/i18n/de_DE/cura.po
#	resources/i18n/es_ES/cura.po
#	resources/i18n/fi_FI/cura.po
#	resources/i18n/fr_FR/cura.po
#	resources/i18n/hu_HU/cura.po
#	resources/i18n/it_IT/cura.po
#	resources/i18n/ja_JP/cura.po
#	resources/i18n/ko_KR/cura.po
#	resources/i18n/nl_NL/cura.po
#	resources/i18n/pl_PL/cura.po
#	resources/i18n/pt_BR/cura.po
#	resources/i18n/pt_PT/cura.po
#	resources/i18n/ru_RU/cura.po
#	resources/i18n/tr_TR/cura.po
#	resources/i18n/zh_CN/cura.po
#	resources/i18n/zh_TW/cura.po
2023-06-05 11:09:16 +02:00
Jelle Spijker
ba5cd429c0
Merge pull request #15632 from Ultimaker/PP-81_Easy_to_tear_of_brim
PP-81 easy to tear of brim
2023-06-05 10:56:39 +02:00
Jelle Spijker
b07e21cb1a
Merge remote-tracking branch 'origin/main' into PP-321_Cleanup_skin_overlap_settings
# Conflicts:
#	resources/i18n/cs_CZ/cura.po
#	resources/i18n/cura.pot
#	resources/i18n/de_DE/cura.po
#	resources/i18n/es_ES/cura.po
#	resources/i18n/fi_FI/cura.po
#	resources/i18n/fr_FR/cura.po
#	resources/i18n/hu_HU/cura.po
#	resources/i18n/it_IT/cura.po
#	resources/i18n/ja_JP/cura.po
#	resources/i18n/ko_KR/cura.po
#	resources/i18n/nl_NL/cura.po
#	resources/i18n/pl_PL/cura.po
#	resources/i18n/pt_BR/cura.po
#	resources/i18n/pt_PT/cura.po
#	resources/i18n/ru_RU/cura.po
#	resources/i18n/tr_TR/cura.po
#	resources/i18n/zh_CN/cura.po
#	resources/i18n/zh_TW/cura.po
2023-06-05 10:18:03 +02:00
Jelle Spijker
e3cbc37740
fixed mapping of support extruder nr
Contributes to PP-285 and CURA-10643
2023-06-05 09:16:56 +02:00
Jelle Spijker
20c2b2b4cd
Revert mapping value
Currently fails, will fix this after the weekend

Contributes to PP-285 and CURA-10643
2023-06-02 17:35:08 +02:00
Paul Kuiper
34b57fb203 Added material_is_support_material setting and added a resolve function to select the correct support_extruder.
Relates to: PP-285
2023-05-30 17:27:25 +02:00
Frederic98
afc36fbfd9 Applied printer-linter format 2023-05-30 15:24:43 +00:00
Frederic Meeuwissen
eb2aa80ffa PP-81: Set brim_gap to horizontal expansion + 50um 2023-05-30 17:22:33 +02:00
Jeremie
b3087d1e6f
Definitions for FlashForge Adventure 3 & 4 family 2023-05-26 14:03:45 +02:00
NicolasBOYARD
4f4e97e25a eMotionTech
Cooling removed in ABS material quality files
ASA-X copied from ABS-X material quality files
Speeds caped in IDEX420 machine definition file
2023-05-24 10:37:03 +02:00