Jack Ha
06a42d98ee
Fix PrintInformation if somehow no active material container is found
2017-01-25 16:06:13 +01:00
jack
26ad2c8f6e
Merge pull request #1378 from fieldOfView/feature_layerview_legend
...
Layerview Legend
2017-01-25 11:53:41 +01:00
fieldOfView
878ccc679c
Add a legend to Layer View
2017-01-24 23:24:52 +01:00
fieldOfView
f0333e2184
Fix typo
2017-01-24 23:18:46 +01:00
Ghostkeeper
a8efde9450
Merge pull request #1243 from fieldOfView/feature_material_cost
...
Implement material cost
2017-01-24 15:54:57 +01:00
Jaime van Kessel
4e8fb254f6
Only emit signal when the active extruder actually changes
2017-01-24 13:14:10 +01:00
fieldOfView
5e121e4039
Use themeable colors for layerdata
2017-01-23 22:11:38 +01:00
fieldOfView
45c8083423
Use themeable colors in Solid, Xray & Layer view
2017-01-23 22:08:27 +01:00
Jack Ha
b2d7b82dd3
Preference Center camera set to default off. CURA-2908
2017-01-13 09:16:04 +01:00
Simon Edwards
16a748e0d6
Merge pull request #1326 from Ultimaker/big_flame_graph
...
Support for the Big Flame Graph profiler
2017-01-12 14:25:18 +01:00
Simon Edwards
8d146d92b3
Merge branch '2.4'
2017-01-12 13:26:25 +01:00
Simon Edwards
98bad05b7b
Take materials which are sub-type into account when looking for quality profiles.
...
CURA-3235 Duplicate profile broken when using Ultimaker materials other than default
2017-01-12 13:25:05 +01:00
awhiemstra
a2e00bd560
Merge pull request #1336 from fieldOfView/fix_center_zero_tower_pos
...
Fix prime disallowed areas when center is zero
2017-01-12 10:28:53 +01:00
fieldOfView
1d308f2042
Fix the disallowed area for the prime tower and prime are when center_is_zero
2017-01-11 18:04:25 +01:00
Simon Edwards
a5181f157e
Applied the profiler's pyqtSlot decorator to all of the code.
2017-01-10 13:35:39 +01:00
fieldOfView
6f06e9b320
Update material costs in slice info area when changing material settings
...
(without reslicing)
2017-01-09 15:24:20 +01:00
Victor Larchenko
33cd386556
D6: Fixed layers and line widths
2017-01-05 13:04:32 -05:00
fieldOfView
a83c397d69
Show material cost in Job Specs area...
...
...if weight/price information is available
2017-01-03 11:05:32 +01:00
fieldOfView
7516fb6056
Store cost & weight as preference values independent of material definition
...
Users need to be able to set these values independent of the xml definition, as it is not a material property but something that depends on the reseller etc. It must also be settable for read-only materials.
2017-01-03 11:05:31 +01:00
Victor Larchenko
485e81731f
D6: Fixed file naming, removed spaces and fixed decoration calls
2016-12-23 15:53:17 -05:00
Youness Alaoui
9e85d6c894
Fix GCodeReader-feature related _readMeshfinished to match changes upstream.
...
The job.getResult() now returns a list of nodes now, so we need to loop
over those nodes instead of taking it as a single node value.
2016-12-23 15:53:17 -05:00
Victor Larchenko
cb428c70de
D6: Moved backend pausing to itself
2016-12-23 15:53:17 -05:00
Victor Larchenko
b967f045fe
D6: Removed unused file
2016-12-23 15:53:17 -05:00
Victor Larchenko
67ab0cab41
D6: Changed decorator and swapping to LayerView
2016-12-23 15:53:17 -05:00
Victor Larchenko
647c2f15ba
D6: Changed Decorator
2016-12-23 15:53:17 -05:00
Victor Larchenko
90f7cebbbb
D6: Fixed gcode loading to scene while undo/redo
2016-12-23 15:53:17 -05:00
Victor Larchenko
fecf23d66d
D6: Moved extensions to plugin metadata
2016-12-23 15:53:17 -05:00
Victor Larchenko
620a3891da
D6: Moved decorator to cura
2016-12-23 15:53:16 -05:00
Victor Larchenko
3605403314
D6: Moved file loading code
2016-12-23 15:53:16 -05:00
Victor Larchenko
26fe0ddbb5
D6: Refactoring
2016-12-23 15:53:16 -05:00
Victor Larchenko
ba372f69a7
D6: Refactoring
2016-12-23 15:53:16 -05:00
Victor Larchenko
4aa59950ca
D5: Added decorator
2016-12-23 15:53:16 -05:00
Victor Larchenko
c18b3149da
D5: Moved loading files code
2016-12-23 15:53:16 -05:00
Victor Larchenko
cd7979e301
D5: Refactoring
2016-12-23 15:53:16 -05:00
Victor Larchenko
1631045d7a
D5: Refactoring
2016-12-23 15:53:16 -05:00
Victor Larchenko
1139b31900
T466: Shortened long filenames
2016-12-23 15:53:16 -05:00
Victor Larchenko
be3a945fb0
T466: Fixed Nothing to slice bug
2016-12-23 15:53:16 -05:00
nickthetait
87eb1e44f4
Update labeling for T466
2016-12-23 15:53:16 -05:00
Victor Larchenko
d7120e24d0
T466: Automatic switch to LayerView
2016-12-23 15:53:15 -05:00
Victor Larchenko
5d0c598622
T466: Cleaned code
2016-12-23 15:53:15 -05:00
Victor Larchenko
b4a7173a61
T466: Only one gcode file can be loaded at a time, and deleting previous gcode file when loading non-gcode file
...
Merge changes : Only call backgroundItem.hasMesh if/on an imported model (skips if only curaprofiles get loaded)
2016-12-23 15:53:15 -05:00
Victor Larchenko
84add5be84
T466: Added disabling of view button
2016-12-23 15:53:15 -05:00
Victor Larchenko
9da00563e5
T553: Fixed job name
2016-12-23 15:53:15 -05:00
Victor Larchenko
8987aa2048
T466: Revert the previous commit since it messed up the file rights.
2016-12-23 15:53:15 -05:00
Victor Larchenko
64d7bb0c2a
T466: Added ability to print loaded gcode
2016-12-23 15:53:14 -05:00
Victor Larchenko
2ee5e2cb0b
T466: Added hiding of properties menu
2016-12-23 15:53:13 -05:00
Victor Larchenko
333e501268
T466: Removed cube, Changed label, Added clearing of scene
2016-12-23 15:53:13 -05:00
Ghostkeeper
0e31de3ed9
No longer crash when numeric settings are empty strings
...
They may temporarily be empty strings while the user is typing, but that currently makes the setting red. However, if we crash during the build plate updating, the front-end gets in some half-updated state in which settings get reset to their previous state every time the user changes anything. So don't crash here.
Contributes to issue CURA-3157.
2016-12-16 16:17:14 +01:00
Jaime van Kessel
f598a49c4b
Order of extruders is now sorted by position
...
CURA-1263
2016-12-16 13:29:51 +01:00
Jaime van Kessel
ff18a314ef
Added extruder information to workspace summary dialog
...
CURA-1263
2016-12-16 13:16:11 +01:00