Jaime van Kessel
dffb54d901
Removed abundant whitespace
2016-11-14 17:54:38 +01:00
Jaime van Kessel
8ae0cfd848
Loading workspace now activates the machine and notifies everyone that it was changed
...
CURA-1263
2016-11-14 13:30:28 +01:00
Jaime van Kessel
304696c809
OutputDevices now take file_handler into account
...
CURA-1263
2016-11-09 14:03:57 +01:00
Tim Kuipers
e51f9ba678
fix: exclude command line settings from being viewed in the frontend (CURA-566)
2016-11-07 11:54:47 +01:00
Jaime van Kessel
e7df64da8b
Fixed merging for already grouped objects
2016-11-07 11:19:03 +01:00
Jaime van Kessel
867463f718
InheritanceManager now checks if a setting function can actually change before labeling it
...
CURA-2860
2016-11-04 15:59:01 +01:00
Jaime van Kessel
2eb1c61033
Merge branch 'feature_drag_curaprofile' of github.com:Ultimaker/Cura
2016-11-04 14:31:58 +01:00
Jaime van Kessel
720f37b17f
Quality changes can now only be removed if they are not in use anywere
...
CURA-2846
2016-11-04 10:02:13 +01:00
Jaime van Kessel
c769a05408
Added start & stop camera interface
...
CURA-2411
2016-11-04 09:41:26 +01:00
Jaime van Kessel
8b4cdedd89
Fixed loading files from command line
2016-11-03 15:07:38 +01:00
Simon Edwards
cadf2115ac
Merge pull request #1058 from Ultimaker/cura-2730
...
Changed MachineManager.isActiveStackValid to areStacksValid. CURA-2730
2016-11-01 16:17:04 +01:00
Ghostkeeper
0fa93f2214
Merge branch '2.3'
2016-10-31 17:26:51 +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
Ghostkeeper
6999a14821
Merge branch '2.3'
2016-10-31 10:55:54 +01:00
Thomas Karl Pietrowski
aa92428c04
Cleanup: Remove debug print
2016-10-30 16:45:45 +01: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
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
28eb4297c6
Merge branch '2.3' of github.com:Ultimaker/Cura
2016-10-28 11:38:13 +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
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
999380cf1b
Merge branch '2.3' of github.com:Ultimaker/Cura
2016-10-27 17:15:58 +02:00
Jaime van Kessel
1aa71d6171
Profiles model is now a singleton, to prevent the agressive garbage collecting to break stuff
...
CURA-2826
2016-10-27 14:26:43 +02:00
fieldOfView
740ce1fa0b
Fix errors when switching from UM3 to UM2.
2016-10-27 11:34:13 +02:00
Jaime van Kessel
e27be7fc4b
Travel_avoid_distance and support_offset are only taken into account if respecive feature is active
...
We used to always add them, but now we check if support_enable and travel_avoid_other_parts are enabled
CURA-2823
2016-10-27 09:59:29 +02:00
fieldOfView
3cdf65d36d
Fix errors when switching from UM3 to UM2.
2016-10-26 22:58:59 +02:00
Jaime van Kessel
f35914299b
Merge branch '2.3' of github.com:Ultimaker/Cura
2016-10-26 15:44:19 +02:00
Jaime van Kessel
a8486f88d7
Inheritance icon is correctly shown for single extrusion printers if setting has limit_to_extruder property
...
CURA-2752
2016-10-26 15:43:26 +02:00
Jaime van Kessel
a581942869
Merge branch '2.3' of github.com:Ultimaker/Cura
2016-10-26 13:13:27 +02:00
Ghostkeeper
8da87a2996
Merge branch 'feature_show_origin' of https://github.com/fieldOfView/Cura into fieldOfView-feature_show_origin
2016-10-26 11:37:32 +02:00
Ghostkeeper
6c3b4b7f29
Prevent race condition before global container stack is made
...
Just properly check if there is a global container stack.
2016-10-26 09:50:42 +02:00
fieldOfView
55191b722a
Codestyle & documentation
2016-10-25 23:06:23 +02:00
fieldOfView
fef15c706f
Render an indication of the origin of the machine
2016-10-25 22:51:44 +02:00
Jaime van Kessel
dd79be6595
Merge branch '2.3' of github.com:Ultimaker/Cura
2016-10-25 16:50:55 +02:00
Jaime van Kessel
b4339bda0e
Fixed logger isuse with importing profile
...
CURA-2785
2016-10-25 16:26:52 +02:00
Ghostkeeper
e3ae3d50f9
Merge branch '2.3'
2016-10-25 11:50:20 +02:00
Ghostkeeper
e6c68bcdc9
Add fallback if no unit is known for layer_height
...
If there is no unit known, it is interpreted as there being no unit. There is currently mm, but if we changed that it is probably on purpose so we write no unit.
Contributes to issue CURA-2723.
2016-10-25 11:28:41 +02:00