Ghostkeeper
e5b52793b0
Merge branch '2.7'
2017-08-03 09:51:48 +02:00
Ghostkeeper
c010f3203c
Sync UM3 extended variants with UM3
...
They should always be the same.
Contributes to issue CURA-3377.
2017-08-03 09:31:00 +02:00
Ghostkeeper
e0b39800a2
Update translations with empty strings from new templates
...
These are generated using 'make i18n-update-po'.
Contributes to issue CURA-4113.
2017-08-02 17:26:52 +02:00
Ghostkeeper
f95c28c413
Update English translation
...
This translation is auto-generated. It is a transparent translation that just copies the developer English.
Contributes to issue CURA-4113.
2017-08-02 17:26:52 +02:00
Ghostkeeper
f892c82b7c
Update translation templates for Cura
...
These are generated using 'make extract-messages'
Contributes to issue CURA-4113.
2017-08-02 17:26:52 +02:00
Arjen Hiemstra
6db55cea64
Merge branch '2.7'
2017-08-02 16:50:35 +02:00
Arjen Hiemstra
103f880d0a
Properly quote CMake arguments that may contain spaces on Windows
2017-08-02 16:43:42 +02:00
Arjen Hiemstra
7b3290213a
Add missing " sign
2017-08-02 16:41:51 +02:00
Arjen Hiemstra
07ff4054e9
Fall back properly if the build env for a specific branch does not exist
...
Otherwise we will always need to create branches for
cura-build-environment. In addition, we can now create build-specific
branches if needed.
2017-08-02 16:38:39 +02:00
alekseisasin
153d1f2d0c
Added method to close the application (after clicking quit button) to prevent loss of custom material
...
CURA-3298
2017-08-02 16:32:09 +02:00
Ghostkeeper
b43acf5b18
Revert "Revert "Revert "feat: Skin Reference wall settings (CURA-3990)"""
...
This reverts commit 0d4604bb0c
.
2017-08-02 11:02:14 +02:00
Ghostkeeper
6e97b5003d
Revert "Revert "Revert "better description skin reference wall settings (CURA-3990)"""
...
This reverts commit f39fd47b6c
.
2017-08-02 11:02:02 +02:00
Ghostkeeper
8b77465127
Revert "fix: set default of bottom reference wall to legacy behavior (CURA-3990 CURA-4103)"
...
This reverts commit ce13e84bd0
.
2017-08-02 11:00:26 +02:00
Lipu Fei
3ffa274050
Fix typo in LayerView.qml
...
CURA-3799
2017-08-02 10:24:28 +02:00
Lipu Fei
f95bd1b47f
Generate unique names for definition changes containers
...
CURA-4107
2017-08-02 08:58:19 +02:00
Lipu Fei
6e06837084
Remove duplicated function createDefinitionChangesContainer()
...
CURA-4107
2017-08-02 08:50:32 +02:00
Lipu Fei
05d7e15d4c
Merge remote-tracking branch 'upstream/2.7'
2017-08-02 08:48:15 +02:00
alekseisasin
f381dd8c4d
Merge branch 'master' of github.com:Ultimaker/cura
2017-08-01 15:55:49 +02:00
alekseisasin
d6c1a231ac
Translated text overlaps GUI
...
CURA-3799
2017-08-01 15:50:55 +02:00
Tim Kuipers
ce13e84bd0
fix: set default of bottom reference wall to legacy behavior (CURA-3990 CURA-4103)
2017-08-01 13:53:31 +02:00
Tim Kuipers
f39fd47b6c
Revert "Revert "better description skin reference wall settings (CURA-3990)""
...
This reverts commit 8fc5b2dfee
.
This reimplements the Skin Reference Wall setting
2017-08-01 13:51:41 +02:00
Tim Kuipers
0d4604bb0c
Revert "Revert "feat: Skin Reference wall settings (CURA-3990)""
...
This reverts commit a3a0999df2
.
This reimplements Skin Reference Wall
2017-08-01 13:51:12 +02:00
Lipu Fei
cf25515b90
Make SettingView update its value upon global stack change
...
CURA-4105
Cleaner way to make SettingView update its value when the global stack
gets changed.
2017-08-01 10:25:50 +02:00
Ghostkeeper
6993160ae5
Merge branch 'mb-group-walls' of https://github.com/smartavionics/Cura into smartavionics-mb-group-walls
2017-08-01 09:44:24 +02:00
Lipu Fei
792feaade6
Always create a definition changes container for a newly created stack
...
CURA-4107
A newly created stack will have an empty definition changes container by
default, but when a machine or extruder gets activate, Cura will create
a definition changes container for it if it has an empty one. This lazy
creation caused the problem when after Cura creates a multi-extrusion
machine for the first time, switching to a different extruder tab will
cause an extruder stack change, which eventually triggers an unnecessary
auto-slice.
2017-08-01 09:40:51 +02:00
Lipu Fei
05879e0dfc
EngineBackend should trigger auto-slice on changes
...
CURA-4107
CuraEngineBackend should trigger auto-slice on value changes, not
changes on the active extruder.
2017-08-01 09:39:35 +02:00
Lipu Fei
02ba46b29f
Add support_skip_zag_per_mm
...
CURA-3957
2017-08-01 08:23:28 +02:00
Lipu Fei
96f8e70e40
Update containerStackId for limit_to_extruder settings when active machine has been changed
...
CURA-4105
2017-07-31 17:58:49 +02:00
Ghostkeeper
927ba20401
Disable centre on select by default
...
Apparently that was chosen or the user experience because the workflow for working with a lot of small objects becomes easier.
2017-07-31 17:23:58 +02:00
Lipu Fei
26ec06e1fe
Update setting labels and descriptions
...
CURA-3957
2017-07-31 13:40:22 +02:00
Ghostkeeper
f298c29d5f
Disallow retraction/prime speeds of 0
...
This would cause divisions by 0.
2017-07-31 13:40:10 +02:00
Lipu Fei
a3a0999df2
Revert "feat: Skin Reference wall settings (CURA-3990)"
...
This reverts commit 3af089cfa0
.
2017-07-31 10:20:33 +02:00
Lipu Fei
8fc5b2dfee
Revert "better description skin reference wall settings (CURA-3990)"
...
This reverts commit cbc3daf535
.
2017-07-31 10:20:30 +02:00
Tim Kuipers
2ffeaadc46
JSOn feat: raft smoothing setting (CURA-3854)
2017-07-29 15:19:28 +02:00
Mark Burton
d3e45e6892
Only enable z_offset_taper_layers if z_offset_layer_0 is non-zero.
2017-07-29 14:02:52 +01:00
Mark Burton
b97e42bc55
Tweak descriptions of z_offset_layer_0 and z_offset_taper_layers.
2017-07-29 14:02:24 +01:00
Mark Burton
d0922e9007
Removed trailing .
2017-07-29 09:32:55 +01:00
Mark Burton
02d8f259e2
Add z_offset_layer_0 and z_offset_taper_layers settings.
2017-07-29 09:19:47 +01:00
Tim Kuipers
5c22798eba
Merge branch 'master' into remove_some_zags
2017-07-28 12:35:42 +02:00
Ghostkeeper
b714f0ff3e
Merge branch 'master' of github.com:Ultimaker/Cura
2017-07-28 10:48:21 +02:00
KEMIQ 3D
51d590c64b
Update kemiq_q2_gama_pla_normal.inst.cfg
2017-07-27 19:34:07 +03:00
Mark Burton
b74e25cb14
Move optimize_wall_printing_order into the experimental category and change the default value to false.
2017-07-27 16:47:07 +01:00
Mark Burton
9fc39a19c9
Merge remote-tracking branch 'upstream/master' into mb-group-walls
2017-07-27 16:43:25 +01:00
Tim Kuipers
d052511be5
rename: Top Surface Infill ==> Top Surface Skin
2017-07-27 17:11:56 +02:00
Tim Kuipers
693cbd2f9f
fix: don't enable Roffing by default
2017-07-27 17:05:02 +02:00
Lipu Fei
ed525478d6
Merge remote-tracking branch 'upstream/skin_reference_wall'
2017-07-27 14:41:07 +02:00
Jaime van Kessel
b5a94e3f3b
Merge branch 'master' of github.com:Ultimaker/Cura
2017-07-27 13:59:09 +02:00
Lipu Fei
ddaac2fbbc
Revert "Add SolidWorks plugin"
...
This reverts commit 1c39c90494
.
2017-07-27 13:02:49 +02:00
Jaime van Kessel
92679818ed
Added min width & height
...
FIXES #600
2017-07-27 12:55:12 +02:00
Lipu Fei
1c39c90494
Add SolidWorks plugin
...
CURA-3823
2017-07-27 12:36:34 +02:00