Lipu Fei
3f9f00673a
Fix addExtruderStackForSingleExtrusionMachine()
...
CURA-4708
- Create definition_changes container for the newly created
ExtruderStacks.
- Move extruder-specific definition_changes settings from the machine's
container to the extruder's container
2017-12-22 12:26:29 +01:00
Jaime van Kessel
eb27695d52
If a reserved job is moved to a printer that can do it, it' s correclty removed from the old printer
...
CL-541
2017-12-22 12:04:02 +01:00
Aleksei S
b454b43ae0
Merge branch 'master' of github.com:Ultimaker/cura
2017-12-22 12:02:18 +01:00
Aleksei S
f591822836
Set minimum distance between models
...
CURA-4672
2017-12-22 12:00:08 +01:00
ChrisTerBeke
f75d91071a
Remove invisible flag from allowed command line options to trigger non-gui mode
2017-12-22 11:39:58 +01:00
ChrisTerBeke
b29047abd3
Small fixes for disable user data triggering preferences window
2017-12-22 11:38:56 +01:00
Jaime van Kessel
931c87716b
Connection state changes now trigger a re-evaluation of the icon
...
CL-541
2017-12-22 11:31:48 +01:00
Jaime van Kessel
52d25042eb
Machines now re-appear after timeout
...
CL-541
2017-12-22 11:29:13 +01:00
TheAssassin
ed8f73765e
Reduce amount of movements after print
...
At the moment, the base plate is moved to the end stops, which moves the head to the front of the base plate (at least for stock printers, but most likely for modified ones, too), making the object inaccessible. This has been fixed by moving the base plate to the back after this step. That eliminates the need for the X/Y homing, hence it got removed from the after print code.
Also, before these changes, the "steppers off" command was pretty pointless, as the final move was performed after this step. This is not necessarily a problem, but can be annoying when trying to move the base plate or extruder after the print by hand.
All in all some useful changes.
2017-12-22 02:11:34 +01:00
Jack Ha
663ceab069
Undo emit transformationChanges (caused a crash), themed objects in objects list. CURA-4525
2017-12-21 16:53:43 +01:00
Aleksei S
c3954c40ac
Merge branch 'master' of github.com:Ultimaker/cura
2017-12-21 16:25:54 +01:00
Aleksei S
447c6e7e23
Added Disable link style
...
CURA-4630
2017-12-21 16:25:13 +01:00
Lipu Fei
4e90204620
Only push aways other objects if they are printing meshes
...
CURA-4705
2017-12-21 15:51:24 +01:00
Jack Ha
2c831ceb05
For this version, send all build plates. No print view when multiple build plates. CURA-4525
2017-12-21 15:47:40 +01:00
Lipu Fei
df1d3bf569
Add fix and doc for Mac OpenGL crash
...
CURA-4726
2017-12-21 15:43:35 +01:00
Jack Ha
9ff15bf72d
Fixed not always updating objects list when changing build plate number by adding signals. CURA-4525
2017-12-21 15:42:23 +01:00
Jaime van Kessel
c6458358ba
Merge branch 'master' of github.com:Ultimaker/Cura into network_rewrite
2017-12-21 15:38:17 +01:00
alekseisasin
84a24a582c
Merge pull request #2865 from Ultimaker/feature_decline_slice_info
...
Add button to disable sending anonymous information
2017-12-21 15:30:49 +01:00
Jaime van Kessel
b1e9e3b8fa
Prevent crash if disconnect already happend
...
CL-541
2017-12-21 15:14:50 +01:00
Jack Ha
24ad68aeb5
Fix initial state of 'See only current build plate'. CURA-4525
2017-12-21 15:13:12 +01:00
Jack Ha
fda4badab1
Checked build plates in context menu now actually match the selected item's build plates; changed collapse arrow. CURA-4525
2017-12-21 15:08:46 +01:00
Jack Ha
0839125076
Fix platform physics not working across different build plates. CURA-4525
2017-12-21 13:31:19 +01:00
Jaime van Kessel
9754aa5397
Material & hotend updated callback is enabled for LegacyUM3 again
...
CL-541
2017-12-21 13:16:44 +01:00
Jack Ha
9f8eae006c
Fix push free. CURA-4525
2017-12-21 13:15:10 +01:00
Jack Ha
c05e6b43ff
Fixed platform physics. CURA-4525
2017-12-21 13:11:32 +01:00
Lipu Fei
eaa27114c6
Fix ID changing in project loading
2017-12-21 12:43:50 +01:00
Jack Ha
4b5097f998
Objects menu now collapses animated and it has a border. CURA-4525
2017-12-21 12:41:06 +01:00
Jack Ha
1ca6fa0daa
Different arrow for collapsing. CURA-4525
2017-12-21 11:40:59 +01:00
Jack Ha
a47107448e
Moved objects menu to lower left and made it collapsible. CURA-4525
2017-12-21 11:39:37 +01:00
Jack Ha
312bd137c2
Fix merge error, a variable got renamed. CURA-4525
2017-12-21 11:03:32 +01:00
Jack Ha
5152b2ae65
Solved merge conflicts. CURA-4525
2017-12-21 10:52:51 +01:00
alekseisasin
d7146a90f5
Merge branch 'master' into feature_decline_slice_info
2017-12-21 10:24:35 +01:00
Jaime van Kessel
e576c1a9f7
Ensure that an update of icon also happens on output device change
...
CL-541
2017-12-21 10:01:29 +01:00
Lipu Fei
0a0db39f02
deepcopy value from the stack
...
CURA-4705
2017-12-21 09:27:53 +01:00
ChrisTerBeke
419dc6f59a
Improve issue template a bit
2017-12-21 09:14:31 +01:00
Jaime van Kessel
4796e00574
Fixed removing of manual printer
...
CL-541
2017-12-20 16:57:49 +01:00
Lipu Fei
107f6aff78
Fix SolidView to use isNonPrintingMesh decorator call
...
CURA-4705
2017-12-20 16:48:57 +01:00
Jaime van Kessel
041b1830fe
Re-added manual printer adding
...
CL-541
2017-12-20 16:30:40 +01:00
Lipu Fei
ae86a838e0
Update extruder count model in MachineSettings dialog
...
CURA-4722
2017-12-20 16:23:39 +01:00
Jaime van Kessel
d66e9493ca
When not looking at camera, it will now actually be disabled
...
CL-541
2017-12-20 15:54:05 +01:00
Jaime van Kessel
23330cd086
Camera feed is also stopped when NetworkCamera is destroyed
...
CL-541
2017-12-20 15:39:52 +01:00
Jaime van Kessel
95b1e8f68c
Ensured that multiple requests from the same camera are no longer possible
...
CL-541
2017-12-20 15:38:47 +01:00
Lipu Fei
6d06d18407
Fix Extruder tabs in MachineSettings dialog
...
CURA-4722
The extruder field views should be bound to the actual extruder, not the
active extruder.
2017-12-20 13:58:02 +01:00
Lipu Fei
49ee2a543e
Fix code style
2017-12-20 13:57:48 +01:00
Lipu Fei
588335c6db
Make sure only single-extrusion machines will be fixed
...
CURA-4713
2017-12-20 13:42:58 +01:00
Lipu Fei
196bffd3ad
Only try to get a new unique name when it already exists
...
CURA-4704
2017-12-20 13:20:24 +01:00
Lipu Fei
4f28dec884
Fix typo
2017-12-20 13:19:48 +01:00
Lipu Fei
61dd1c98fd
Fix cases with no per-object settings stack
...
CURA-4705
2017-12-20 13:16:29 +01:00
Lipu Fei
b2ac2e0fc7
Trust the stack values more than the decorator
...
CURA-4705
A SceneNode and its decorators can be deepcopied. However, the data in
some decorators will only be updated when a per-object settings stack
triggers a property changed event. That event cannot copied. So, it can
happen that a deepcopied SceneNode has inconsistent data in some of its
decorators than what's in the per-object settings stack.
2017-12-20 12:26:50 +01:00
Lipu Fei
1a6a6f74d5
Fix SettingOverrideDecorator for non printing meshes
...
CURA-4705
- Do not set a "secret" property in the SceneNode to indicate whether a
node is a non-printing-mesh because SceneNode will not copy that
property during a deepcopy. Store it in the SettingOverrideDecorator
and make it accessible through a decorator call
- Try to trigger an auto-slice AFTER the non-printing-meshes flag is
updated, not before.
2017-12-20 12:26:50 +01:00