Ghostkeeper
6fa36f7c09
Merge branch '2.3'
2016-11-01 16:07:18 +01:00
Ghostkeeper
32653c2df4
Blur settings upon discarding current settings
...
Otherwise the currently selected setting doesn't get discarded.
Contributes to issue CURA-2866.
2016-11-01 16:06:56 +01:00
Simon Edwards
f9e9e247ab
Documentation explaining how the different settings containers are structured with respect to each other.
2016-11-01 15:01:34 +01:00
Ghostkeeper
bb32fcf0e9
Add context to 'ready to' buttons
...
This should make translating easier.
2016-11-01 13:39:06 +01:00
Ghostkeeper
073c219233
Use spaces instead of tabs
...
As per our code standards.
2016-11-01 12:50:06 +01:00
Ghostkeeper
d889c8370f
Improve Italian translations
...
These improvements have been suggested by Nina, who checked this together with a native Italian speaker.
2016-11-01 12:49:41 +01:00
Jaime van Kessel
38a03e9a3c
Merge branch 'master' of github.com:Ultimaker/Cura
2016-11-01 11:27:51 +01:00
Jaime van Kessel
fc3d16e8c8
Removed the need of a _3mf root node
...
This significantly decreases the issues that we had with saving files, as we no
longer need to take special cases into account CURA-382
2016-11-01 11:16:43 +01:00
Ghostkeeper
0db7cf2453
Revert 'Added a comment' and 'Set horizontal expansion'
...
This horizontal expansion messes prints with very thin parts. It was probably the wrong solution for the problem. We'll revert the change until we hear more from tests at the materials team.
Contributes to issue CURA-2845.
2016-11-01 10:28:09 +01:00
Ghostkeeper
0fa93f2214
Merge branch '2.3'
2016-10-31 17:26:51 +01:00
Ghostkeeper
48b57de6df
Filter materials on compatibility for non-machine-specific materials
...
This only listens to whether the 'base' XML profile is marked as compatible in its metadata, but since the machine doesn't have its own materials, the base is the only one that exists. This needs to be changed when we change the filtering on fdmprinter, hence the comment in the code.
Contributes to issue CURA-2837.
2016-10-31 17:26:36 +01:00
Simon Edwards
21f1b12ee8
Internal docs.
...
CURA-2852 Activating customised material will not duplicate UM2+ profiles
2016-10-31 16:03:40 +01:00
Jaime van Kessel
d897392eea
Merge branch '2.3' of github.com:Ultimaker/Cura
2016-10-31 15:46:31 +01:00
Jaime van Kessel
41ed9661f6
FindQUalityByName now also uses fallback generic materials if no result was found
...
CURA-2852
2016-10-31 15:43:53 +01:00
Simon Edwards
1fbd179aaa
Merge branch '2.3'
2016-10-31 13:30:20 +01:00
Simon Edwards
e74953c8bc
Internal docs.
...
CURA-2823 Maximum build volume not met despite disabled settings
2016-10-31 13:29:54 +01:00
Ghostkeeper
9a8a5db06e
Fix documentation for getAllExtruderSettings
...
Didn't complete it previously. Oops.
Contributes to issue CURA-2823.
2016-10-31 12:41:29 +01:00
Simon Edwards
8c25a91e02
Added a comment to help provide some kind of explaination for this magic value.
...
CURA-2845 Prints are slightly oversized
2016-10-31 11:45:59 +01:00
Ghostkeeper
6999a14821
Merge branch '2.3'
2016-10-31 10:55:54 +01:00
Ghostkeeper
00890abe30
Set horizontal expansion to -0.14mm
...
The material team observed that the size of prints was slightly too big. They decided that this adjustment was the best solution.
Contributes to issue CURA-2845.
2016-10-31 10:55:08 +01:00
Ghostkeeper
70a17dd49f
Merge pull request #1093 from thopiekar/master-remove-dirty-debug-print
...
Cleanup: Remove debug print
2016-10-31 09:52:49 +01:00
Thomas Karl Pietrowski
aa92428c04
Cleanup: Remove debug print
2016-10-30 16:45:45 +01:00
Jaime van Kessel
273b996cc1
3MF reader now correctly supports unit
...
CURA-382
2016-10-28 16:42:07 +02:00
Jaime van Kessel
c240f42b64
3MF files are now correctly loaded inside the build platform
...
CURA-382
2016-10-28 16:19:53 +02:00
Jaime van Kessel
fe014efdfb
SetParentOperation now also takes removed group nodes into account
...
CURA-382
2016-10-28 15:44:20 +02:00
Ghostkeeper
2760055e89
Use settings from all extruders for radius of moves from walls
...
It computes the maximum move distance from the outer walls for all extruders, not just the platform adhesion extruder.
Contributes to issue CURA-2823.
2016-10-28 15:20:13 +02:00
Ghostkeeper
d5ba89a026
Add function to get other properties than values from all extruders
...
I've made sure that the behaviour of getAllExtruderValues remains the same, so that this function may still be used by other pieces of code. It is now just a special case of getAllExtruderSettings. Please suggest a better naming scheme, if you like.
Contributes to issue CURA-2823.
2016-10-28 15:20:13 +02:00
Jaime van Kessel
83315f13b3
SetParent now correctly uses transformations
...
This is different from the old way of setting scale / rotation & position in sequence.
The assumption in that case only held if all spaces had the same axis orientations (which is not the case for 3MF)
Contributes to CURA-382
2016-10-28 15:07:35 +02:00
Jaime van Kessel
78ab1f1a71
Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3
2016-10-28 14:50:07 +02:00
Jaime van Kessel
af10438277
Fixed blurSetting
...
CURA-2835
2016-10-28 14:49:42 +02:00
Jaime van Kessel
75be8080ec
Platform physics now set the absolute position, instead of transforming in local space
...
This fixes issues with 3MF, which don't share the same local coordinate space.
CURA-382
2016-10-28 13:53:24 +02:00
Jaime van Kessel
70a33d9dc5
Fixed drop to buildplate issue with 3mf
...
CURA-382
2016-10-28 13:44:52 +02:00
Ghostkeeper
9f43a740a6
Also validate machine name in rename dialogue
...
Otherwise you could still circumvent the length limitation.
Contributes to issue CURA-2692.
2016-10-28 13:33:37 +02:00
Ghostkeeper
d33f6d2e44
Make regex match exactly on entire string
...
The carot indicates start of string, the dollar the end of string. So it must match on the entire string, not a piece of it.
Contributes to issue CURA-2692.
2016-10-28 13:33:36 +02:00
Ghostkeeper
4ef2caddf5
Remove debug prints
...
Oops.
Contributes to issue CURA-2692.
2016-10-28 13:33:36 +02:00
Jaime van Kessel
0d9fd3b410
3mf reader now sets names of nodes
...
This makes debugging a whole lot easier. CURA-382
2016-10-28 13:18:29 +02:00
Jaime van Kessel
e1ebd3e225
3mf files are now placed in their own worldspace
...
CURA-382
2016-10-28 13:01:21 +02:00
Jaime van Kessel
28eb4297c6
Merge branch '2.3' of github.com:Ultimaker/Cura
2016-10-28 11:38:13 +02:00
Jaime van Kessel
db0fb0c652
Compatible metadata entry is now correctly set for each variant & machine
...
CURA-2821
2016-10-28 11:37:09 +02:00
Jaime van Kessel
fcf3caba5a
Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3
2016-10-28 10:46:37 +02:00
Jaime van Kessel
74d8148e0c
The right stack is now used for limit to extruder setting property provider for single extrusion machine
...
This was mostly an issue when switching between printers, where some ids were set to undefined. CURA-2835
2016-10-28 10:44:57 +02:00
Jaime van Kessel
8b4a7a6183
Merge pull request #1088 from fieldOfView/fix_printrbot_simple
...
Fix printrbot simple mesh alignment to buildplate grid
2016-10-28 09:56:03 +02:00
Ghostkeeper
36fa4afc6c
Remove misguided attempt at representing UTF-8 encode length
...
It was commented out anyway. I also updated the documentation there.
Contributes to issue CURA-2692.
2016-10-28 09:55:19 +02:00
fieldOfView
6e683dffc5
Fix printrbot simple mesh alignment to buildplate grid
2016-10-27 23:35:29 +02:00
Ghostkeeper
717248bd78
Limit number of special characters
...
There is also a more advanced attempt that allows more, but I've commented it out because it doesn't quite work yet. Special characters now always count for 12.
Contributes to issue CURA-2652.
2016-10-27 21:55:58 +02:00
Ghostkeeper
37d1c0be36
Add validator for machine names
...
Currently this validator can't be used in QML due to a PyQt bug. I plan to call the validator manually upon receiving a signal that the text changed in a text box.
Contributes to issue CURA-2692.
2016-10-27 21:55:58 +02:00
Jaime van Kessel
a7f8adb80a
Handles now correctly hide selection aura when in x-ray mode
...
USL-33
2016-10-27 20:14:39 +02:00
Jaime van Kessel
999380cf1b
Merge branch '2.3' of github.com:Ultimaker/Cura
2016-10-27 17:15:58 +02:00
Arjen Hiemstra
e0b926878f
Remove code that sets incompatible materials to invalid type
...
Instead use the "compatible" metadata entry like we do for nozzles.
Setting the type differently caused all code that looks for materials to
fail because "incompatible_material" is not "material". Since this is
the base file, this meant a lot of materials failed to duplicate
properly which caused crashes.
Contributes to CURA-2821
2016-10-27 15:45:29 +02:00
Jaime van Kessel
af8b7b599d
Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3
2016-10-27 14:27:23 +02:00