Tim Kuipers
59e8525855
JSON fix: flow temp graph reenabled (CURA-1174)
2016-07-25 14:50:05 +02:00
Jaime van Kessel
b28cf14288
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-25 13:51:27 +02:00
fieldOfView
87abed39f0
Fix two warnings on startup
...
CURA-1758
2016-07-25 11:41:54 +02:00
fieldOfView
ac0de58ecb
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-25 11:30:47 +02:00
fieldOfView
374ec8e577
Don't show user/quality emphasis on Per Object Settings
2016-07-25 11:30:30 +02:00
Jaime van Kessel
5d19113f8e
Merge branch 'feature_stripe_shader' of github.com:Ultimaker/Cura
2016-07-25 10:51:45 +02:00
Jaime van Kessel
6883747671
Merge branch 'feature_remove_global_tab' of github.com:Ultimaker/Cura
2016-07-25 10:47:52 +02:00
Ghostkeeper
4e9bfc6573
Display some skirt/brim settings if skirt/brim enabled
...
Some needed to be updated because they concern both skirt and brim. Others missed the check entirely.
Contributes to issue CURA-1678.
2016-07-22 17:23:03 +02:00
Ghostkeeper
54685e8898
Rename setting skirt_minimal_length to skirt_brim_minimal_length
...
Also updated the description and made it a bit more accurate. Because this concerns not only the skirt, but also the brim.
Contributes to issue CURA-1678.
2016-07-22 17:12:34 +02:00
Ghostkeeper
d4f96ab62d
Rename setting skirt_line_width to skirt_brim_line_width
...
Also updated the description. Because this concerns not only the skirt, but also the brim.
Contributes to issue CURA-1678.
2016-07-22 17:00:30 +02:00
Ghostkeeper
5e2f1688b4
Rename setting jerk_skirt to jerk_skirt_brim
...
Because it concerns not only the skirt, but also the brim.
Contributes to issue CURA-1678.
2016-07-22 16:53:41 +02:00
Ghostkeeper
23f643aabc
Rename setting acceleration_skirt to acceleration_skirt_brim
...
Also updated the description. Because this concerns not only the skirt, but also the brim.
Contributes to issue CURA-1678.
2016-07-22 16:49:31 +02:00
Ghostkeeper
cb4c1fd08c
Rename skirt_speed to skirt_brim_speed
...
Also updated the description. Because this concerns not only the skirt, but also the brim.
Contributes to issue CURA-1678.
2016-07-22 16:45:11 +02:00
fieldOfView
6cc6e79e65
Stripe objects that are outside the build volume
...
This way they can not be confused with objects that are rendered with a (future) grey materialcolor.
2016-07-22 14:24:52 +02:00
Jaime van Kessel
fa61a9e3f0
Removed bunch of unneeded global inheritance stuff
...
CURA-1758
2016-07-22 14:04:35 +02:00
fieldOfView
9171908c8b
Show weights as well as lengths
...
CURA-1038
2016-07-22 13:44:45 +02:00
Jaime van Kessel
cafb46cb1d
First container is now updated withouth recursion possible
...
We now use a set of keys that we are handling in order to prevent the lock
CURA-1758
2016-07-22 10:43:26 +02:00
Jaime van Kessel
7e48b6ad4c
Removed global_inherit_stack from support enable and support type
...
CURA-1758
2016-07-22 09:03:14 +02:00
Jaime van Kessel
87b9b17f98
Now the right extruder is actually used (instead of randomly mixing it up)
...
CURA-1758
2016-07-21 21:42:02 +02:00
Jaime van Kessel
4346d5a233
Settings now point to the right extruder stack
...
CURA-1758
2016-07-21 20:54:02 +02:00
fieldOfView
dd78561e25
Remove global tab
...
CURA-1758
2016-07-21 15:35:20 +02:00
fieldOfView
0857017ac6
Add a context-menu item to copy a value to all extruders.
...
CURA-1758
2016-07-21 15:12:30 +02:00
fieldOfView
a31ffc4ebf
Select first extruder when switching to a printer (continued)
...
The days of the global tab are numbered
CURA-1758
2016-07-21 15:12:28 +02:00
fieldOfView
efa2099912
Remove stray debug code
...
CURA-1758
2016-07-21 15:12:26 +02:00
fieldOfView
64c870a3cf
Disable setting support_enable per extruder
...
This prevents a lot of confusion with setting the support_extruder_nr to an extruder which then has support_enable set to False (resulting in no support). It is still possible to print some objects with no support using the Per Object Settings tool.
CURA-1758
2016-07-21 15:12:26 +02:00
fieldOfView
3923d43567
Disable simple mode controls on global tab
...
CURA-1758
2016-07-21 15:12:26 +02:00
fieldOfView
7302baa7da
Add icon to settings that can only be set globally (for all extruders)
...
CURA-1758
2016-07-21 15:12:25 +02:00
fieldOfView
8537c5a0e2
Introduce a property that says which extruder the global stack should get its value from.
...
CURA-1758
2016-07-21 15:12:24 +02:00
fieldOfView
121cd19e83
Disable the settings in the global tab
...
CURA-1758
2016-07-21 15:12:24 +02:00
Jack Ha
be1ea9bffd
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-20 11:13:55 +02:00
Jack Ha
79f640e344
Fixed simple sidebar infill label font. CURA-1824
2016-07-20 11:12:44 +02:00
Jaime van Kessel
bb4d4e7807
Moved viewmode in order so the tooltip is displayed over per-object settings panel
...
CURA-1651
2016-07-20 11:01:38 +02:00
Ghostkeeper
4295a85f6a
Split Initial Layer Speed in two
...
It's now two settings: Initial Layer Print Speed (for the extrusion moves) and Initial Layer Travel Speed (for the non-extrusion moves).
Contributes to issue CURA-1507.
2016-07-20 10:53:04 +02:00
Jaime van Kessel
aed033674f
Changed some warnings into errors
...
CURA-1706
2016-07-20 09:39:19 +02:00
Jack Ha
7731f9406c
Dialog_profile/material/load_path is now saved and used.
...
CURA-1900
2016-07-19 15:59:44 +02:00
Tim Kuipers
44de859916
JSON fix: made gradual infill step max depend on infill line distance (CURA-836)
2016-07-19 13:16:15 +02:00
Arjen Hiemstra
0e6a46c9eb
Use a simpler fix for dealing with QML Action's shortcuts not working
...
It is a bit more magical (hence the added documentation) but it makes
things a lot more transparent. This prevents a lot of future issues.
Contributes to CURA-1603
2016-07-18 16:52:33 +02:00
Jaime van Kessel
3e4ff9241e
Moved the BlurSettings signal to cura main window
...
This reduces the number of focus changes from O(N) to O(1) by the blur event
2016-07-18 15:38:57 +02:00
Jaime van Kessel
b8f9535e74
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-18 15:16:45 +02:00
Jaime van Kessel
3e908824b9
Added workaround for singleton not getting shortcuts
...
CURA-1603
2016-07-18 15:16:20 +02:00
Tim Kuipers
47fcec8271
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-18 14:27:25 +02:00
Tim Kuipers
f079d83705
Merge branch 'feature_gradual_infill'
2016-07-18 14:27:12 +02:00
Jaime van Kessel
48d39ce387
material_guid is now also a setting in fdmprinter
...
CURA-1836
2016-07-18 11:46:12 +02:00
Jaime van Kessel
dcc3bc8f80
Also refactored name of printlength in jobspecs.qml
...
CURA-1836
2016-07-15 15:56:39 +02:00
Jaime van Kessel
d46eafa968
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-15 15:56:28 +02:00
Jaime van Kessel
7a43164654
Both material weights & lengths are now exposed
...
CURA-1038
2016-07-15 15:49:25 +02:00
Tim Kuipers
8029139358
JSON fix: making max gradual infill steps lower to allow for engine not crashing when setting the infill to a low percentage (CURA-836)
2016-07-15 13:54:56 +02:00
Tim Kuipers
a52095df0e
JSON fix: disabled prime location by default (CURA-1816)
2016-07-15 13:32:43 +02:00
Tim Kuipers
942539981b
JSON fix: moved prime location to category platform_adhesion (CURA-1816)
2016-07-15 13:30:17 +02:00
Tim Kuipers
026fd3e2dd
feat: tetrahedral infill (CURA-1925)
2016-07-15 12:57:37 +02:00