fieldOfView
46ee6c0713
Show "ghosts" for all objects on the buildplate in layerview
...
Simpler implementation that works.
CURA-1601
2016-08-30 13:27:19 +02:00
fieldOfView
18e1fc59da
Render ghost behind all objects in layerview
...
CURA-1601
2016-08-30 13:21:58 +02:00
Jaime van Kessel
1ef24c9e9d
CHanged function called by bedlevel action qml
...
CURA-2199
2016-08-29 16:35:39 +02:00
Jack Ha
e0e1147708
Somewhat working materialspage duplicate. Contributes to CURA-1969
2016-08-29 14:40:37 +02:00
Jack Ha
2daf0b1683
Cleanup after mistakenly committing crap.
2016-08-29 09:42:35 +02:00
Jack Ha
6a2c97e4ac
Merge
2016-08-29 09:31:28 +02:00
fieldOfView
30a679ddf9
Reduce loadingtime of XmlMaterialProfiles by 25%
...
XmlMaterialProfile did a lot of findInstanceContainers() by GUID and base_file. If base_file is always set, matching GUID is superfluous.
This shaved off 20% loading time of the application (43 vs 34 seconds) on a cached load.
2016-08-26 17:18:35 +02:00
fieldOfView
43438dd84f
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-08-26 17:02:35 +02:00
fieldOfView
0e2d35a88d
Use parseBool instead of inline variation
...
CURA-2138
2016-08-26 17:02:21 +02:00
Jaime van Kessel
af4ea9183c
Merge branch 'master' of github.com:Ultimaker/Cura
2016-08-26 16:23:47 +02:00
Jaime van Kessel
7a7b634108
Eject message is now hidden when eject is done
...
CURA-2200
2016-08-26 16:23:23 +02:00
Jaime van Kessel
fcfbf78f9e
Implemented importing multiple profiles from .curaprofile file
...
CURA-2099
2016-08-26 14:37:21 +02:00
fieldOfView
baad88fb6c
Remove incorrectly copy/pasted code
...
CURA-2199
2016-08-26 13:22:21 +02:00
Jaime van Kessel
ced6cd7320
Exporting a profile now exports all profiles in a zipped container
...
CURA-2099
2016-08-26 12:55:31 +02:00
Jaime van Kessel
8810fd83cc
Slecting object no longer causes slice to trigger
...
CURA-2181
2016-08-25 14:34:05 +02:00
Jaime van Kessel
4f594c9cf3
Removed the timeout for the eject SD card message
2016-08-25 14:21:26 +02:00
Jaime van Kessel
656a56632e
Socket is now re-created if terminate is called and there is no engine process
...
CURA-2158
2016-08-25 11:44:46 +02:00
Jaime van Kessel
f9c66526b6
Merge branch 'master' of github.com:Ultimaker/Cura
2016-08-25 10:50:38 +02:00
Jaime van Kessel
6c0aa0fa4f
Tweaks to slicing engine restart behavior
...
CURA-2158
2016-08-25 10:49:35 +02:00
Jack Ha
2ae998737f
Added materialspage Display Name field and made it work. CURA-1969
2016-08-25 09:54:22 +02:00
Seva Alekseyev
8ba9ff53e5
X3D loading performance: vertex organization for faster transforms
2016-08-24 17:28:31 +02:00
Seva Alekseyev
a43efcde05
Code review issues
2016-08-24 17:28:30 +02:00
Seva Alekseyev
13ead1e4de
Holeless Disk2D fix
2016-08-24 17:28:30 +02:00
Seva Alekseyev
a27f82e64b
Merging all shapes into a single mesh during X3D loading
2016-08-24 17:28:30 +02:00
Seva Alekseyev
5cb9f97986
Slicing logic now index-aware, correctly processes scenes with vertex reuse
2016-08-24 17:28:30 +02:00
Seva Alekseyev
8190b9875e
In X3D import, setSelectable(true) for the whole scene
2016-08-24 17:28:30 +02:00
Seva Alekseyev
d9e07f66a6
Fixes for quad geometries
2016-08-24 17:28:30 +02:00
Seva Alekseyev
db5d238898
Fix for the Extrusion node, the trickiest geometry of them all
2016-08-24 17:28:30 +02:00
Seva Alekseyev
43de0e1c06
Bug fix
2016-08-24 17:28:30 +02:00
Seva Alekseyev
87bff34eb6
Support for explicit length unit override in X3D header
2016-08-24 17:28:30 +02:00
Seva Alekseyev
e4049296d9
Initial support for the X3D scene file format (see http://www.web3d.org/ ).
...
For now, just mesh import. Supports all geometry nodes in Rendering, Geometry3D, CAD geometry modules. No support for materials, color, or textures. Normals in the file (if any) are ignored. Light sources, viewpoints, sensors, world, shaders, scripts also ignored.
2016-08-24 17:28:30 +02:00
Jaime van Kessel
8df5bba6e9
Removing auto rename if certain properties are changed
2016-08-24 17:11:29 +02:00
Jaime van Kessel
221da85783
Backend state is now set to processing when cura frontend is done sending
...
This is instead of waiting for the backend to send it's first progress message.
This gives the feel of a more snappy response.
2016-08-24 16:59:12 +02:00
Jaime van Kessel
3b9a642d02
Disabled renaming if type of material is changed by user
...
CURA-1968
2016-08-24 16:30:13 +02:00
Jaime van Kessel
3a921264fc
Explicitly check label xml element if it's none
...
For some stupid reason, an XML element evaluates to false.
CURA-1968
2016-08-24 16:10:21 +02:00
Jaime van Kessel
a904067d7a
Added label property to XML profile (as per 1.2 spec)
...
CURA-1968
2016-08-24 15:50:12 +02:00
Ghostkeeper
d046cd764a
Update version upgrade system for new quality-changes profiles
...
The quality profile now sometimes gets updated to a quality profile, and sometimes to a quality-changes profile, depending on whether the profile is built-in or not.
Contributes to issue CURA-2006.
2016-08-24 14:35:40 +02:00
Ghostkeeper
368a836ff2
Move material translations to separate dictionary
...
This prevents a mix-up of how material names should be translated for quality profiles and how material names should be translated for material profiles.
Contributes to issue CURA-844.
2016-08-24 14:35:40 +02:00
Ghostkeeper
b836311d67
Remove double type-metadata
...
One was in metadata. That is the correct one. The other is unnecessary and was being ignored, but we don't need to write it.
Contributes to issue CURA-844.
2016-08-24 14:35:40 +02:00
Jaime van Kessel
114899dc91
Merge branch 'cura-2007' of github.com:Ultimaker/Cura
2016-08-24 12:39:33 +02:00
fieldOfView
d3a0c0fa77
Add documentation
...
CURA-2138
2016-08-24 09:09:09 +02:00
fieldOfView
6b6d763657
Make globally incompatible materials not show up in menus
...
CURA-2138
2016-08-23 22:58:37 +02:00
fieldOfView
eb176847be
Implement "hardware compatible" for XmlMaterialProfile
...
CURA-2138
2016-08-23 22:09:56 +02:00
fieldOfView
f1ee6b2b15
Update VersionUpgrade21to22 for new materials
2016-08-23 13:56:20 +02:00
fieldOfView
49ab5d0457
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-08-23 13:54:38 +02:00
fieldOfView
86ad1777af
Fix setting weight of upgraded profile
...
self._weight sometimes becomes an int, and ConfigParser does not like ints.
2016-08-23 13:54:03 +02:00
Jaime van Kessel
e495534219
Rapid succesion of tool operations no longer freeze interface on Ubuntu
...
CURA-2158
2016-08-23 11:50:28 +02:00
Jack Ha
090b8d4f50
Solved merge conflict.
2016-08-23 10:35:20 +02:00
fieldOfView
1c87c17d77
Fix MachineSettingsAction after CURA-2006
2016-08-22 18:45:18 +02:00
fieldOfView
9981cfbf6a
Simplify interface of UMOUpgradeSelection
2016-08-22 18:44:46 +02:00