4032 Commits

Author SHA1 Message Date
xPakrikx
1a21dcda2a
Update flsun_sr.def.json
Updated Cura variables for first layer
2022-04-20 20:52:18 +02:00
AnnaKang0219
0b082ab9c7 Update xyzprinting_da_vinci_pro_evo.def.json
update machine_start_gcode
2022-04-13 11:40:01 +08:00
Casper Lamboo
c4748ba332
Merge branch 'master' into PP-129_increase-filter-distance 2022-04-07 13:54:27 +02:00
Casper Lamboo
00fcd9d006
Merge pull request #11725 from Ultimaker/feat_transition_filter_limit
Feat/Fix: transition filter limit
2022-04-07 13:52:29 +02:00
j.delarago
b7ad18d149 Merge branch 'master' into PP-54_decrease-resolution
# Conflicts:
#	resources/definitions/ultimaker.def.json
#	resources/quality/ultimaker_s3/um_s3_aa0.8_CPE_Superdraft_Print.inst.cfg
#	resources/quality/ultimaker_s3/um_s3_aa0.8_PETG_Superdraft_Print.inst.cfg
#	resources/quality/ultimaker_s5/um_s5_aa0.8_CPE_Superdraft_Print.inst.cfg
#	resources/quality/ultimaker_s5/um_s5_aa0.8_PETG_Superdraft_Print.inst.cfg
2022-04-07 11:14:30 +02:00
Jaime van Kessel
706c32706b
Merge pull request #11767 from Ultimaker/PP-115_improve-default-linewidths
Pp 115 improve default linewidths
2022-04-07 11:09:55 +02:00
Jaime van Kessel
0cb5a147ed
Merge pull request #11776 from Ultimaker/PP-154_adjust_horizontal_expansion
Reduced horizontal expansion offset to the theoretically correct valu…
2022-04-07 10:49:39 +02:00
p.kuiper
e24d2d15ae Reduced horizontal expansion offset to the theoretically correct value of 0.1*layer_height if the correction is performed on both sides of the wall (then totals 0.2*layer_height).
Relates to PP-154
2022-04-06 13:56:28 +02:00
p.kuiper
0a8ef5162e Removed the rather hacky implementation of the shrinkage factor averaging. Issues with dual extrusion were the second extruder is not used should solved in a different way.
Relates to PP-77
2022-04-06 13:28:55 +02:00
Tim Kuipers
8098c20860 disable wall_transition_filter_distance
We don't want to filter based on the length of the filtered region, but based on the induced extra line width variation.
This diables the setting for the frontend, but doesn't fully remove it yet. TODO
2022-04-05 14:00:42 +02:00
Tim Kuipers
de29eb7d53 change name to transitionING filter
This is not a property of a transition, but of when the transitioning algorithm makes or leaves out transitions
2022-04-05 13:59:01 +02:00
Tim Kuipers
d3e0b04eed update filter margin name and description 2022-04-05 13:57:56 +02:00
Rijk van Manen
04d5d43372 remove redundant overwrites
PP-115
2022-04-04 16:10:06 +02:00
Rijk van Manen
7884ba4d5b update minimum linewidth
since these settings are new to cura, I think it is safe to update them in fdmprinters. PP-115
2022-04-04 16:09:48 +02:00
Rijk van Manen
44a33e0fed follow the defaults set in ultimaker.def.json
Only UM2+C keeps his on resolution settings, since this  printer has a lower segments per second performance, and we are not going to work on it. PP-54
2022-04-04 14:29:40 +02:00
Rijk van Manen
df72cd8da4 new default settings for ultimaker printers
A higher resolution does not improve visual quality, a lower resolution means you need to improve firmware. PP-54
2022-04-04 14:28:40 +02:00
p.kuiper
733447a2dd Removed the settings: "material_shrinkage_percentage" and update code that was using this parameter.
material_shrinkage_percentage_xy and material_shrinkage_percentage_z cannot depend on material_shrinkage_percentage otherwise their resolve function will not execute properly.
I noticed that the shrinkage factors do not get the correct value if a wrong nozzle is chosen for a material. However, in that case the slicer will also not slice, so in practice this is not an issue

Relates to PP-77
2022-04-01 13:00:41 +02:00
João Grilo
228da7219a
R21 definition file fixed
Updated Start GCODE
2022-04-01 10:36:57 +01:00
p.kuiper
d6d4644a31 Set visibility of shrinkage settings to true. Enable visibility in advanced (xyz shrinkage only) and the expert display mode.
New calculations to determine the average shrinkage when two materials are used. By default the material shrinkage is set to null (None). In that case the shrinkage of that material is not taken into account in the new averaging formula. Support materials such as PVA, BAM, Aquasys etc. should keep this setting to null. When two materials are used with a shrinkage percentage the average of these two materials will be used.

Relates to PP-77
2022-03-31 16:07:17 +02:00
Ghostkeeper
2d1b9c5409
Set Top Surface Layers to 0 and adjust flow to compensate
It doesn't really work well with the monotonic order here.

Contributes to issue CURA-9065.
2022-03-31 15:24:56 +02:00
p.kuiper
9fdeffd564 Better default for the experimental bridge settings. See PP-3 for details.
Relates to PP-3
2022-03-31 15:20:00 +02:00
Remco Burema
657890158e Should be false by default.
Otherwise it'll mess up for most existing printers.

part of CURA-9078
2022-03-31 14:06:54 +02:00
Ghostkeeper
775d85b420
Merge branch 'PP-93_improve-top-bottom-flow' 2022-03-30 12:00:59 +02:00
geeetech3d
748c51f32f add Mizar_S Profile2 2022-03-30 10:53:22 +08:00
Tim Kuipers
2f2f3bb528 change filter deviation defaults
as discussed with Rijk from PP&M
2022-03-29 18:17:06 +02:00
Ghostkeeper
bdd4e359a7
Merge branch 'master' into CURA-8466_version_upgrade_50
Conflicts:
	resources/definitions/fdmprinter.def.json -> Removed a setting while on master it was made hidden. Conflicting CURA-8466 with CURA-9069.
2022-03-29 15:46:03 +02:00
Ghostkeeper
4a82c82435
Remove Variable Line Strategy
We will only support the Inwards Distributed strategy type from here on out. You can achieve a similar result as that one by adjusting the Wall Distribution Count setting (1 is Center Deviation, 2 is Inwards Distributed, 999999 approximates Distributed).

Contributes to issue CURA-8466.
2022-03-29 15:17:24 +02:00
Ghostkeeper
d9d90ab4b6
Increment setting_version to 20
We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number.

Contributes to issue CURA-8466.
2022-03-29 15:03:48 +02:00
Ghostkeeper
f2ea7718cb
Remove Filter Out Tiny Gaps setting
It is no longer used since we've removed the Fill Gaps Between Walls setting. This setting is no longer referred to from CuraEngine.

Contributes to issue CURA-8466.
2022-03-29 13:54:39 +02:00
Tim Kuipers
ddbd91951f Rename Filter Distance
We're not filtering distances, we're filtering stuff by this distance, so the word order should be reversed
2022-03-29 12:31:13 +02:00
Tim Kuipers
6a8c344bc9 Introduce setting wall_transition_filter_deviation 2022-03-29 12:30:24 +02:00
Jaime van Kessel
994f110aed Merge branch 'center_last_setting' of github.com:Ultimaker/Cura 2022-03-29 10:44:06 +02:00
pkuiper-ultimaker
c318b0cece
Disable the variable line strategy option in the UI CURA-9069 (#11705)
* Disable the variable line strategy option in the UI

Relates to PP-143
CURA-9069

Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-03-29 10:40:26 +02:00
AnnaKang0219
98293146a1 Adding printer da Vinci Pro EVO
Adding printer da Vinci Pro EVO
2022-03-29 10:56:31 +08:00
Remco Burema
cba956be19
Merge pull request #11345 from Ultimaker/scale_fan_speed
Add 'Scale Fan Speed From 0 to 1' Setting.
2022-03-25 15:58:16 +01:00
Remco Burema
d8738867f8 Merge branch 'master' into scale_fan_speed 2022-03-25 15:37:19 +01:00
Jaime van Kessel
efdb60e153 Remove area_deviation from ultimaker.def.json
CURA-9036
2022-03-25 14:41:56 +01:00
Jaime van Kessel
835bdf8a08 Merge branch 'CURA-9036_fix_average_width_simplify' of github.com:Ultimaker/Cura 2022-03-25 13:53:28 +01:00
Jaime van Kessel
4f98025acc Remove unrecognised properties from fdmprinter
No idea how they got there, but it caused a warning spam
2022-03-25 10:31:50 +01:00
Tim Kuipers
d7e307bf81 remove wall_order_center_last
We decided this setting had no real use to the user
2022-03-25 09:05:30 +01:00
Tim Kuipers
f05b3aad66 fix default for inset_direction 2022-03-25 09:05:01 +01:00
Remco Burema
5ea08ad66e Revert "Set the default value of the Maximum Extrusion Area Deviation to 50.000um2 and remove the warning levels."
This reverts commit 3c4c91947e4eed82babe58550316789ffcde2444.
2022-03-24 17:56:06 +01:00
Jaime van Kessel
049d8c0d35
Merge pull request #11589 from Ultimaker/spiralize_bottom_fix
disable 100% infill bottom layers trick for spiralize
2022-03-23 16:22:48 +01:00
João Grilo
15c7a987ff
Edited definitions files
Edited start Gcode of  Blocks Zero and Blocks R21
2022-03-23 10:57:36 +00:00
Tim Kuipers
10b3747287
Fix Transitioning angle description with what it's actually for (#11335)
* Fix Transitioning angle description with what it's actually for

* Transitioning Angle Spelling and grammar.

--author=Ruben

Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>

* Simpler description for Wall Transitioning Threshold Angle

* lil typo

Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-03-22 14:34:30 +01:00
3d-hctech
694102df54 Fix some error since last
Change some "Unnecessary default_values" , machine ID and start&end Gcode
2022-03-21 17:38:47 +08:00
3d-hctech
3495c79bc1
Merge branch 'Ultimaker:master' into master 2022-03-21 16:57:16 +08:00
Tyler Adler
7830cd5bf9 Neptune 2 and 2D
This adds machine_head_with_fans_polygon and gantry height as well as support for neptune 2D
2022-03-20 20:19:19 -07:00
Tim Kuipers
91a5d154bc allow any material to set the brim extruder to not overridden 2022-03-17 15:27:41 +01:00
Remco Burema
17e18e76d7
Merge pull request #11639 from Ultimaker/more_intuitive_line_thresholds
More intuitive line thresholds
2022-03-17 14:55:59 +01:00