Ghostkeeper
d18e96972e
Rename TPU Normal Print to TPU Draft Print
...
The profile name is 'Draft' so this makes it easier to find. This also makes it consistent with the rest of the profile file names. It's good to do this before we need to make a version upgrade for it.
2017-05-10 15:28:19 +02:00
Ghostkeeper
69eb981259
Remove nozzle offsets from printer definition
...
This setting is only defined in fdmextruder, so it can't be used here.
2017-05-10 14:02:38 +02:00
Ghostkeeper
9bb6aadc66
Remove non-existing nozzle offset settings
...
They seem to be auto-generated or some sort.
2017-05-10 13:59:02 +02:00
Jaime van Kessel
bfb76540d0
InstanceContainerchanged is now also on a timer.
...
This greatly reduces the signal storm resulting from changing quality / material in multi extrusion machines.
CURA-3780
2017-05-10 13:22:34 +02:00
Jaime van Kessel
7a4ca25193
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-10 13:17:15 +02:00
Jaime van Kessel
e313794b12
Fixed posponing of certain events
...
CURA-3780
2017-05-10 13:16:49 +02:00
Lipu Fei
77864f4237
WIP: Fix definition_changes handling in 3mf reader
...
CURA-3756
2017-05-10 13:07:45 +02:00
Lipu Fei
577fc0f082
Fix WorkspaceDialog to include resolve for definition_changes
...
CURA-3756
2017-05-10 13:07:45 +02:00
Ghostkeeper
6f355d9006
Make 3DMaker Starter visible again
...
For some reason it was made invisible in 4e3e466a11e8c063cf64cc4426c19fa4a36276e3. It just works fine.
2017-05-10 12:01:59 +02:00
Jaime van Kessel
740346e0d8
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-10 11:57:17 +02:00
Ghostkeeper
2e3059600e
Convert ASCII STL files to binary STL
...
For some people (perhaps platform-dependent) reading ASCII STL files is giving problems.
It has smaller file size too, and nobody is going to read these STL files with a text editor anyway.
2017-05-10 11:55:24 +02:00
Jaime van Kessel
2375c832be
Revert "ReplaceQuality changes only emits signals if there was a change"
...
This reverts commit 9a387f9ee2beb705afe959df92d405fc81720ccf.
2017-05-10 11:50:17 +02:00
Ghostkeeper
1a96cdfdb7
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-10 11:40:24 +02:00
Ghostkeeper
8c9c20c8cb
Disable prime tower for UM3 ABS
...
It was already disabled for ABS 0.8mm.
2017-05-10 11:20:02 +02:00
Jaime van Kessel
d9bddf65ef
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-10 10:59:46 +02:00
Jaime van Kessel
801c282c97
Only update ExtrudersModel when material changes
...
CURA-3780
2017-05-10 10:59:21 +02:00
Ghostkeeper
6d72f512a5
Set prime tower size by default to 20
...
This was found by the materials team to be a better value. All UM3 profiles have 20 now. I've left the third-party machines intact which override the prime tower size but those that didn't override the prime tower size have their prime tower size altered as well.
2017-05-10 10:57:37 +02:00
Jack Ha
b688178a2e
Fix one part of project load - update existing. CURA-3756
2017-05-10 10:56:19 +02:00
Jaime van Kessel
42fc703516
Added a few profiling decorators to expensive methods
2017-05-10 10:45:07 +02:00
Jaime van Kessel
9a387f9ee2
ReplaceQuality changes only emits signals if there was a change
...
CURA-3780
2017-05-10 10:33:40 +02:00
Jaime van Kessel
3d429e44ae
Updating extruders now also works with timer
...
CURA-3780
2017-05-10 09:59:19 +02:00
Jaime van Kessel
82d38490c4
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-10 09:50:02 +02:00
Jaime van Kessel
316f2bbdb5
Fixed switching g-code flavors with machineAction
2017-05-10 09:49:33 +02:00
Lipu Fei
c60fefc927
Add non-existing instance containers when opening a project file
...
CURA-3756
2017-05-09 14:58:18 +02:00
Jaime van Kessel
340bea7011
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-09 14:45:58 +02:00
Jaime van Kessel
a2d32a6fc7
Added bigflame to gitignore
2017-05-09 14:45:39 +02:00
Jack Ha
b4b5061e0e
Visibility for smooth spiralize. CURA-3771
2017-05-09 14:44:26 +02:00
jack
ef5d72a72a
Merge pull request #1787 from smartavionics/mb-add-smooth-spiralized-contours-setting-for-master
...
Add smooth_spiralized_contours setting to control smoothing of contours when spiralizing.
2017-05-09 14:41:40 +02:00
Jaime van Kessel
4a0d03344b
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-09 14:40:13 +02:00
Jaime van Kessel
19bc6bb710
All error checks now use the timer instead of re-checking multiple times.
...
This significantly speeds up all setting / container changes for multi extrusion machines
CURA-3780
2017-05-09 14:38:57 +02:00
Tim Kuipers
dfbd4107a4
Revert "Enable Support settings that are applicable to support meshes. CURA-2747"
...
This reverts commit a5033bae54c8061eece264f6e272c8924284b3aa.
2017-05-09 14:38:36 +02:00
Jaime van Kessel
6493bcd5b5
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-09 14:02:09 +02:00
Jaime van Kessel
40c9e45532
Send specific signals for container changes if we know the type
...
CURA-3780
2017-05-09 14:01:37 +02:00
Lipu Fei
5706a540d9
Only set global stack in addMachine() if there was none
2017-05-09 13:57:02 +02:00
jack
f5342fcd20
Merge pull request #1797 from Ultimaker/CURA-3756_fix_project_loading
...
CURA-3756 Fix project loading
2017-05-09 13:21:47 +02:00
Jaime van Kessel
bb2600cd17
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-09 13:19:05 +02:00
Jaime van Kessel
57e6c031aa
UM2Go no longer shows olson block dialog
...
CURA-3742
2017-05-09 13:18:34 +02:00
Jack Ha
492d051ebc
Merge branch 'master' of github.com:Ultimaker/Cura
2017-05-09 13:15:39 +02:00
Lipu Fei
acde348c6d
Use ConfigParser hack to replace connect_signals=False hack
...
CURA-3756
2017-05-09 13:07:42 +02:00
Jack Ha
0d76ce72b0
Add comments CURA-3756
2017-05-09 13:07:42 +02:00
Lipu Fei
711b493ebf
Fix code style
2017-05-09 13:07:42 +02:00
Lipu Fei
3e6d4b9230
document why no signals connecting in project file pre-read
...
CURA-3756
2017-05-09 13:07:41 +02:00
Lipu Fei
9c747733c4
Project Reader: Use ".<ext>" for profile type detection
...
CURA-3756
2017-05-09 13:07:41 +02:00
Ghostkeeper
61f7b6aa68
Add spaces around binary operator
...
According to our code style.
Contributes to issue CURA-3756.
2017-05-09 13:07:41 +02:00
Lipu Fei
53141303d2
WIP: Fix project loading
...
CURA-3756
2017-05-09 13:07:41 +02:00
Jack Ha
209822d0fc
Fix unit test. Related to CURA-3757
2017-05-09 12:59:16 +02:00
Lipu Fei
19ee790cd7
Remove device pixel ratio from DiscardOrKeepProfileChangesDialog
2017-05-09 12:05:01 +02:00
Lipu Fei
36dedabd11
Fix DPI issue with DiscardOrKeepProfileChangesDialog
2017-05-09 11:47:55 +02:00
Jaime van Kessel
7632b9df79
Removed unused connection
2017-05-09 10:27:50 +02:00
Jaime van Kessel
eb677f5625
Merge branch 'feature_cutting_mesh' of github.com:Ultimaker/Cura
2017-05-09 10:20:27 +02:00