1030 Commits

Author SHA1 Message Date
Ghostkeeper
d3fc47fb42
Remove nonsensical warning values for prime tower position
I discovered this during work on CURA-3521.
2017-07-04 12:36:18 +02:00
Ghostkeeper
88ee878423
Simplify inheritance formula for prime tower wall thickness
Firstly, all the resolveOrValue calls are identity functions now so they can be phased out.

Secondly, all the max(extruderValues(...)) should be done by the resolve property rather than the value property. The resolve property already makes sure that the prime tower is evenly thick for every extruder, so it doesn't need to ensure this in the value function as well.

Contributes to issue CURA-3521.
2017-07-04 12:33:19 +02:00
Lipu Fei
68cae135a9 Make outer wall line width to evaluate its value accroding to its extruder
CURA-3891

This commit fixes the problem that limit to extruder for outer wall
doesn't work.
2017-07-03 16:19:10 +02:00
Ghostkeeper
c7120dddda
Don't allow changing the default printing temperature per mesh
The printing temperature is not settable per mesh. The default printing temperature shouldn't be either.
2017-06-29 14:16:02 +02:00
Jaime van Kessel
4a5b1d0760 Merge branch 'feature_xy_offset_layer_0' of https://github.com/fieldOfView/Cura 2017-06-28 15:16:18 +02:00
fieldOfView
20b2a3dc81 Improve description for xy_offset_layer_0 2017-06-28 11:48:16 +02:00
Ghostkeeper
8d3095c3b3
Merge branch '2.6' 2017-06-27 13:37:41 +02:00
Ghostkeeper
c66740d8e4
Increase warning value for Number of Slower Layers further
Because it was still giving a warning for the 0.4mm layer height profile.

Contributes to issue CURA-3960.
2017-06-27 13:23:30 +02:00
Ghostkeeper
5f5eb0b2a8
Merge branch '2.6' 2017-06-27 11:01:42 +02:00
Ghostkeeper
cb4e58c6f7
Increase the maximum warning for speed_slowdown_layers
Also round the resolved value, because the result needs to be an integer.

Contributes to issue CURA-3960.
2017-06-27 11:01:21 +02:00
Ghostkeeper
ee0918f1d0
Merge branch '2.6' 2017-06-26 17:23:57 +02:00
Tim Kuipers
e1d98d22f0 Merge branch 'master' into feature_prime_tower_purge 2017-06-26 16:11:41 +02:00
Lipu Fei
8a0afa9c32 Enable prime tower purge volume when prime tower and wipe are both enabled 2017-06-26 15:54:56 +02:00
Ghostkeeper
a5f3a1c983
Remove maximum warning for gradual infill step height
That 100mm figure was weird. 9cm was fine, but 10cm not? It's all going to print fine, really.

Contributes to issue CURA-3960.
2017-06-26 15:53:40 +02:00
Ghostkeeper
aee0cf7207
Make expand_lower_skins inherit from expand_skins_into_infill
And then also update the profiles to make the profiles end up at what it was originally (I confirmed this with the materials team).

Contributes to issue CURA-3960.
2017-06-26 15:47:49 +02:00
Ghostkeeper
b617c8be9c
Remove minimum warning value for z-hop height
It was giving a warning for 0.8mm polypropylene because that was set to 0.5mm hop. It was decided that a minimum value at all for z-hop is nonsense because you can just disable z-hop without getting a warning. I'm still setting it to zero because negative will still go wrong in your print.

Contributes to issue CURA-3960.
2017-06-26 15:27:27 +02:00
fieldOfView
d1211e3951 Add a setting for Horizontal Expansion for the first layer 2017-06-26 15:16:26 +02:00
Ghostkeeper
c0b6df0bfa
Increase warning value for outer wall wipe distance
For polypropylene a wipe distance of twice the nozzle size is fine. Even required, since the material warps so much that it breaks open automatically if a breach starts to appear at the seam. For other warping materials this could also be a problem, so let's just increase the warning value.

Contributes to issue CURA-3960.
2017-06-26 15:14:22 +02:00
Jaime van Kessel
568b0c2285 Changed start code of Dagoma printer to indicate it's created by cura.
Originally it said it was created by Cura-by-dagoma, which is not the case. CURA-3966
2017-06-26 15:02:24 +02:00
Lipu Fei
d3bc625852 Fix prime tower purge description text
CURA-3094
2017-06-26 13:49:13 +02:00
Lipu Fei
c2f9786303 Fix enable Prime Power Purge when Prime Tower Wipe is enabled
CURA-3094
2017-06-26 10:59:58 +02:00
Lipu Fei
af1e18df24 Enabled Prime Power Purge when Prime Tower Wipe is enabled
CURA-3094
2017-06-26 08:30:01 +02:00
Lipu Fei
15293964f8 Better description for Prime Tower Purge Volume
CURA-3094
2017-06-26 08:29:13 +02:00
Cyrille Meichel
f7a1c8dbb2 Add DiscoEasy printer (dagoma.fr) 2017-06-26 01:02:52 +02:00
Lipu Fei
2438effe0a Use 0.5 as max warning value for prime tower purge volume
CURA-3094

Purging more than 0.5mm^3 of material can be way too much, so we use
0.5mm^3 as the maximum warning value for the prime tower purge volume.
2017-06-23 13:34:19 +02:00
Lipu Fei
eb254b085a Use "Prime Tower Purge Volume" for setting label
CURA-3094
2017-06-23 13:34:09 +02:00
Lipu Fei
293c1690c6 Change to use machine_nozzle_id
CURA-3872

We cannot assume that all nozzles will have IDs like "<type> <size>"
such as "AA 0.4", so we should use a complete string as the nozzle IDs.
2017-06-22 14:00:04 +02:00
Lipu Fei
46b6e5b0a1 Add machine_nozzle_type and set them in UM3 and UM3XL variants
CURA-3872

We add a new setting "machine_nozzle_type" to give the engine
information about the nozzle type, such as "AA" and "BB". This is
applicable to UM3 and UM3XL.
2017-06-22 14:00:04 +02:00
Lipu Fei
8393a0efb4 Use resolveOrValue(prime_tower_enable) for prime tower purge "enabled" field
CURA-3094
2017-06-22 11:37:17 +02:00
Ghostkeeper
b05f1654f8 Fix spelling of Prime Tower Purge Volume description
'Useful' is spelled with only one L.

Contributes to issue 3094.
2017-06-22 11:37:17 +02:00
Jaime van Kessel
1ec9987cc2 Removed prime tower wipe enabled setting
CURA-3094
2017-06-22 11:37:17 +02:00
Jaime van Kessel
151d7d285b Added default values & some warnings
CURA-3094
2017-06-22 11:37:17 +02:00
Jaime van Kessel
11dad711e6 Added two new required settings for prime tower purge
CURA-3094
2017-06-22 11:37:16 +02:00
Jaime van Kessel
80cb0e5aac Merge pull request #1961 from fieldOfView/feature_moai_updates
Update Peopoly Moai definition
2017-06-19 11:21:33 +02:00
Ghostkeeper
8c5c28d399
Convert tabs to spaces
Contributes to issue CURA-3916.
2017-06-16 13:23:54 +02:00
Ghostkeeper
a060cfbc66
Merge branch 'master' of https://github.com/beeverycreative/Cura into beeverycreative-master 2017-06-16 13:18:30 +02:00
Ghostkeeper
107b47ef18
Merge branch 'maukcc-master' 2017-06-16 12:57:24 +02:00
Ghostkeeper
e11a52b4ac
Fix infill pattern
Since the value is interpreted as Python code, it needs to have an extra set of quotes to be interpreted as a string instead of a variable.

Contributes to issue CURA-3907.
2017-06-16 12:46:52 +02:00
Ghostkeeper
a1cbdc10df
Merge branch 'master' of github.com:Ultimaker/Cura 2017-06-16 12:43:29 +02:00
Lipu Fei
5647800aec Merge pull request #1978 from Ultimaker/feature_sanding_horizontal
Horizontal Ironing
2017-06-16 11:55:45 +02:00
Ghostkeeper
d6baf98632
Merge branch 'Rigid3D-master' 2017-06-16 11:54:09 +02:00
Ghostkeeper
a488bbe392
Merge branch 'master' of https://github.com/Rigid3D/Cura into Rigid3D-master 2017-06-16 11:53:26 +02:00
Ghostkeeper
6c02c46168
Merge branch 'patch-1' of https://github.com/nliaudat/Cura into nliaudat-patch-1 2017-06-16 09:23:19 +02:00
Ghostkeeper
b4559eba2d
Rename forgotten sanding settings to ironing
Oops.

Contributes to issue CURA-3903.
2017-06-15 16:38:12 +02:00
Ghostkeeper
092483cac5
Rename setting ids for sanding to ironing
This makes the code easier to follow since we consistently use the same terms for things in our code as what is user-visible.

Contributes to issue CURA-3903.
2017-06-15 15:19:45 +02:00
Ghostkeeper
a7ed0d011a
Rename speed settings for sanding to ironing
This is consistent with the rest. I had forgotten these since they are in a different category.

Contributes to issue CURA-3903.
2017-06-15 15:17:42 +02:00
Ghostkeeper
0c9556a48c
Rename Sanding to Ironing
Just the user-visible name.

Contributes to issue CURA-3903.
2017-06-15 08:54:44 +02:00
Ghostkeeper
8302819310
Merge branch '2.6' 2017-06-12 09:23:41 +02:00
Ghostkeeper
38a2685681
Take the maximum of line widths for minimising prime tower thickness
Otherwise you get layers where the prime tower isn't printed because it is less than twice the line width, and then the prime tower falls away. I'm sure this was the whole intent of this 'max()' clause but it was executed wrongly.
2017-06-12 09:23:23 +02:00
fieldOfView
c3dcee7f14 Update Peopoly Moai definition infill overlap and adhesion type 2017-06-11 12:18:16 +02:00