Jack Ha
bb955ca5ab
Tickle the backend if per object settings are changed. CURA-3273
2017-02-21 16:12:25 +01:00
Jack Ha
580010b673
Undo only abbreviation as job name. CURA-3226
2017-02-21 15:15:50 +01:00
Tim Kuipers
1482c27b21
removal: remove start_layers_at_same_position; it is now mandatory to start each layer near the given position (CURA-3339)
...
This is because of multithreading layers. Because we want to plan all layers at the same time we don't know where we ended in the previous layer.
2017-02-21 15:07:57 +01:00
Jack Ha
d0721b1feb
Solved merge conflict
2017-02-21 14:55:06 +01:00
Jack Ha
b257632b14
Better file name for saving file (project) without suggested name. CURA-3226
2017-02-21 14:53:28 +01:00
Jaime van Kessel
ee1fbefe86
Machine type is also added when adding manual printer
...
Fixes CURA-3356
2017-02-21 14:38:04 +01:00
Jaime van Kessel
4f74edd421
Project name is now correctly set upon loading project
...
CURA-3387
2017-02-21 14:27:56 +01:00
Jaime van Kessel
9ceda261b7
Setting an empty printjob name no longer causes a single prefix to be added.
...
CURA-3387
2017-02-21 14:01:30 +01:00
Jaime van Kessel
033c08d3ff
CreateJob name no longer adds the same abbreviation multiple times
...
Contributes to CURA-3387
2017-02-21 13:30:44 +01:00
Jack Ha
057dc2fd7d
Solved merge conflicts. CURA-3214
2017-02-21 11:01:20 +01:00
Jack Ha
5a76c92dda
Small improvements: rename, log message, QObject parent, return value. CURA-3214
2017-02-21 10:52:56 +01:00
Jack Ha
5869e82495
Merge branch 'master' of github.com:Ultimaker/Cura
2017-02-21 10:17:38 +01:00
Jack Ha
2f7644c34e
Travel moves are now flat planes, on top of the 'tubes'. CURA-3273
2017-02-21 10:00:29 +01:00
Jaime van Kessel
0b4a05a84c
Recommended settings now shows correct status for adhesion when None was selected
...
Fixes #1454
2017-02-20 17:32:20 +01:00
Jack Ha
ed2b0de224
Merge branch 'master' of github.com:Ultimaker/Cura
2017-02-20 15:56:47 +01:00
Jack Ha
24d04558f0
Merged LayerView show_adhesion and show_support into show_helpers. CURA-3273
2017-02-20 15:56:29 +01:00
Tim Kuipers
58e15848eb
feat: machine_nozzle_temp_enabled; refactor: let settings depend on it (rather than on gcode flavor) (CURA-3101)
2017-02-20 13:44:55 +01:00
fieldOfView
73253d3807
Fix loading opacities from preferences
2017-02-20 13:31:59 +01:00
fieldOfView
26fe46ce1f
Translate layerview mode types
2017-02-20 12:32:49 +01:00
fieldOfView
f8a3c3b0ba
Factor out repeated extruder visibility checkboxes
2017-02-20 12:27:37 +01:00
fieldOfView
61e0cd4ff5
Move legacy options to layerview options
2017-02-20 11:09:34 +01:00
Jaime van Kessel
88bbadead8
Merge branch 'master' of github.com:Ultimaker/Cura
2017-02-20 09:58:24 +01:00
Jack Ha
e82bb29e1d
Revert translation of listmodel text. CURA-3273
2017-02-20 09:57:25 +01:00
Jaime van Kessel
ff3b3f30b5
Merge branch 'master' of https://github.com/ruimartinsptl/Cura
2017-02-20 09:56:55 +01:00
Jack Ha
fd2525768d
Capitalized labels, made them translatable. CURA-3273
2017-02-20 09:55:07 +01:00
Jack Ha
cd54552498
Merge branch 'master' of github.com:Ultimaker/Cura
2017-02-20 09:45:51 +01:00
Jack Ha
b229d38a88
LayerView checkboxes are not remembered; added switching Legend on for compatibility mode. CURA-3273
2017-02-20 09:45:37 +01:00
Rui Filipe de Sousa Martins
0a5e279a9f
Printer helloBEEprusa added.
2017-02-18 16:15:56 +00:00
Jaime van Kessel
3bbbd4a692
Merge branch 'fix_window_overflow' of https://github.com/fieldOfView/Cura
2017-02-17 15:31:10 +01:00
Jaime van Kessel
905f57cd63
Merge branch 'fix_compatibility_mode_legend' of https://github.com/fieldOfView/Cura
2017-02-17 15:28:40 +01:00
Jaime van Kessel
8e05ba46a6
Merge branch 'fix_slot_property_confusion' of https://github.com/fieldOfView/Cura
2017-02-17 15:26:40 +01:00
fieldOfView
04ab33b913
Fix legend in compatibility mode
2017-02-17 14:07:19 +01:00
fieldOfView
9254ac1694
Add libSavitar credit
2017-02-17 13:44:43 +01:00
fieldOfView
11e9a4cdf4
Make About window scrollable
...
On some OSes/configurations/screens, the list of credits in the About window doesn't fit until the window is resized. Adding a scrollview helps in these cases.
2017-02-17 13:41:39 +01:00
fieldOfView
97d20b4242
Make General preference pane scrollable
...
On some OSes/configurations/screens, the options on the General pane don't fit until the window is resized. Adding a scrollview helps in these cases.
2017-02-17 13:39:46 +01:00
fieldOfView
9229027001
Refactor properties that start with 'get' to avoid confusion between slots & properties
...
Case in point: LayerViewProxy.getLayerViewType was decorated as a property but was used/intended as a slot.
2017-02-17 13:35:01 +01:00
Ghostkeeper
83b290b8d3
Use full import path for parent class
...
Something seems off with the build for some reason. I'm trying to fix it this way.
2017-02-17 12:42:11 +01:00
Ghostkeeper
cec3eebace
Replace list-to-set cast with normal set literal
...
Don't know who did this but he did wrong, yo.
2017-02-17 10:16:11 +01:00
Jack Ha
bb030c724b
Fixed layerview extruder choice checkboxes. CURA-3273
2017-02-16 15:56:37 +01:00
Ghostkeeper
c67ec7f8ab
Merge branch 'nallath-folgertech_FT-5'
2017-02-16 15:28:38 +01:00
Ghostkeeper
fa2c141ec4
Merge branch 'folgertech_FT-5' of https://github.com/nallath/Cura into nallath-folgertech_FT-5
2017-02-16 15:26:54 +01:00
Jack Ha
74ce600978
Comments and removed logs. CURA-3214
2017-02-16 15:23:31 +01:00
Jack Ha
600a5d85e4
Added comments, changed text of NotStarted. CURA-3214
2017-02-16 15:07:26 +01:00
Ghostkeeper
f956436c32
Align tooltips better
...
We want the tooltip area to point at the vertical centre. However, we want the tooltip of pure text elements to point at the vertical centre between the base line and the middle line (centre of lowercase letters). Therefore the offset for those elements is a quarter of the height rather than half (which is good enough of an approximation).
Contributes to issue CURA-3161.
2017-02-16 15:02:48 +01:00
Ghostkeeper
b77e5f5d0c
Fix border colour hovering of preheat temperature input
...
The ID was wrong.
Contributes to issue CURA-3161.
2017-02-16 14:47:47 +01:00
Ghostkeeper
67b72ee6df
Add tooltips for elements of extruder box
...
All things that need a tooltip now have their tooltip. The tooltips don't seem to align well though.
Contributes to issue CURA-3161.
2017-02-16 14:46:15 +01:00
Jack Ha
18318348b6
Fixed last bugs in manual slicing. CURA-3214
2017-02-16 14:44:45 +01:00
Ghostkeeper
3d8afa9deb
Add tooltip for target bed temperature
...
Contributes to issue CURA-3161.
2017-02-16 14:36:40 +01:00
Ghostkeeper
739775421a
Add tooltip for current bed temperature
...
Contributes to issue CURA-3161.
2017-02-16 14:34:16 +01:00
Ghostkeeper
e142f51e12
Add tooltip for pre-heat input field
...
Just to clarify what you need to put there.
Contributes to issue CURA-3161.
2017-02-16 14:30:19 +01:00