Diego Prado Gesto
56db10d9cb
CURA-4526 Change simulation behavior when clicking on Play button
2017-11-20 11:24:25 +01:00
Diego Prado Gesto
41d0df5b5b
Merge branch 'master' into print_simulation_view
2017-11-20 09:29:18 +01:00
Diego Prado Gesto
217fb606c4
CURA-4577 Fix the previous change
2017-11-20 09:04:07 +01:00
ChrisTerBeke
fb2ffb7270
Simplify relative positioning xyz value updates - CURA-4577
2017-11-17 16:31:16 +01:00
Diego Prado Gesto
39428991de
Merge branch 'master' of https://github.com/Ultimaker/Cura
2017-11-17 15:07:10 +01:00
Diego Prado Gesto
a0304255d1
CURA-4577 Take into account relative movements in GCodes
2017-11-17 15:05:08 +01:00
Diego Prado Gesto
98d48978a8
CURA-4526 Add the SimulationView plugin to Cura and deleting LayerView
...
plugin
2017-11-17 14:27:46 +01:00
ChrisTerBeke
f48539cc93
Merge pull request #2685 from Ultimaker/container_stack_improvements
...
Container stack improvements
2017-11-17 13:09:54 +01:00
Lipu Fei
2c39612bc8
Fix UM2 upgrade regarding the variant
...
CURA-4482
UM2 by default doesn't have variants, but if the user enables Olsson
Block, the variant option will become available. This commit fixes the
following cases:
- Make sure that the variant is set on the extruder stack but not the
global stack
- Extruder stacks don't contain information such as has_variant. Such
info should be retrieved from the global stack and not just from the
definition container because they can be overriden by other
containers.
2017-11-17 12:47:30 +01:00
Lipu Fei
9b102f9a7e
Remove unused function in StartSliceJob
...
CURA-4482
2017-11-17 11:03:13 +01:00
Diego Prado Gesto
b868f913c4
CURA-4577 Adding relative positioning to GCodeReader
2017-11-16 10:27:52 +01:00
Diego Prado Gesto
50308c6e39
CURA-4526 Calculate the line width from the GCode
2017-11-15 13:03:36 +01:00
Diego Prado Gesto
99319b223c
CURA-4526 GCodeReader now reads the feedrate and layer thickness
2017-11-14 15:28:31 +01:00
Mark
913bcf45b1
Add stderr to send errors to
2017-11-14 11:53:24 +01:00
Diego Prado Gesto
1008789364
Merge branch 'master' into print_simulation_view
2017-11-13 11:28:27 +01:00
Diego Prado Gesto
aa9f9d5b88
Add line thickness and feedrate to the data sent from the backend
2017-11-10 16:59:06 +01:00
ChrisTerBeke
88cf40e2d7
Merge branch 'master' into container_stack_improvements
2017-11-10 14:35:13 +01:00
Diego Prado Gesto
1ff2541947
Add nozzle color to the default themes
2017-11-09 10:34:35 +01:00
Lipu Fei
78456d5bc3
Fix clusterSize property check in QML
2017-11-09 09:06:46 +01:00
Mark
1468c3aae5
move undefined/null check
2017-11-09 07:37:09 +01:00
Mark
fdcce1780e
Also check if base.selectedPrinter is null
2017-11-08 19:24:09 +01:00
Mark
303cf33de1
Made the message more clear
2017-11-08 10:23:19 +01:00
Diego Prado Gesto
b7172ad9e3
Add return values to some functions that cause some crashes
2017-11-07 17:43:27 +01:00
Lipu Fei
2be529668e
Fix download for firmware upgrade notification
...
Same issue as the download for Cura version upgrade in CURA-4464.
2017-11-07 13:04:18 +01:00
ChrisTerBeke
d32b7f0091
Merge branch 'master' into container_stack_improvements
2017-11-06 09:49:44 +01:00
Ruben D
c61b9c41ab
Fix translation of Unable to slice message
...
Previously the {0} would be filled in at runtime, causing the translation to no longer be found in the catalogue.
Contributes to issue CURA-4091.
2017-11-06 03:55:49 +01:00
Diego Prado Gesto
97fd926654
CURA-4526 Add to SimulationView the same behavior than LayerView
2017-11-03 17:46:12 +01:00
Lipu Fei
25c41062e1
Fix material upgrade and version checking
...
CURA-4519
Less duplicated code, but it's still one of the worst parts...
2017-11-02 13:01:49 +01:00
ChrisTerBeke
142ff4e9dc
Merge pull request #2669 from fieldOfView/feature_jogging
...
Jogging
2017-11-01 16:15:40 +01:00
ChrisTerBeke
e29fdbe76d
Cleanup - CURA-4482
2017-11-01 14:32:58 +01:00
Diego Prado Gesto
7f76749e2c
Merge branch 'CURA-4062_layerview_laggy'
2017-11-01 13:37:44 +01:00
ChrisTerBeke
97421ecf58
Create container stacks when loading older project file - CURA-4482
2017-11-01 13:31:25 +01:00
Diego Prado Gesto
c85e10f4c5
CURA-4062 Minor changes
2017-11-01 13:31:17 +01:00
ChrisTerBeke
ce896177cb
Cleanup 3mf workspace reader - CURA-4482
2017-10-31 16:32:04 +01:00
ChrisTerBeke
7a8d562234
Merge branch 'master' into container_stack_improvements
2017-10-31 16:24:05 +01:00
ChrisTerBeke
8676792ef8
Disable annoying debug message about not found printer definition
2017-10-31 16:23:45 +01:00
ChrisTerBeke
c59e4bb3e1
Cleanup machine settings action - CURA-4482
2017-10-31 16:20:25 +01:00
ChrisTerBeke
cc6be48a79
Always use extruder stack when updating material diameter - CURA-4482
2017-10-31 16:19:16 +01:00
ChrisTerBeke
b8757b46b3
Always use extruder stack in machine settings action plugin, keep support for older project files - CURA-4482
2017-10-31 16:16:51 +01:00
ChrisTerBeke
f421166b18
Clarify 3mf saving multi extrusion setting - CURA-4482
2017-10-31 16:11:27 +01:00
ChrisTerBeke
52782b8d13
Always use the extruder stacks to determine model color in solid view - CURA-4482
2017-10-31 16:08:59 +01:00
ChrisTerBeke
a7383b42d5
Always use extruder stack when adding settings per object - CURA-4482
2017-10-31 16:04:06 +01:00
ChrisTerBeke
77cd10374c
Always set the active extruder stack when loading project file settings - CURA-4482
2017-10-31 16:00:22 +01:00
ChrisTerBeke
c23c031152
Always use extruder stacks in slice info - CURA-4482
2017-10-31 14:51:31 +01:00
ChrisTerBeke
cc267646e7
Always use extruder stacks when building slicer message and deprecate otherwise - CURA-4482
2017-10-31 14:48:52 +01:00
Diego Prado Gesto
d7b75cab2e
CURA-4502 Minor changes
2017-10-31 11:42:46 +01:00
Lipu Fei
22e36ff3af
Fix not supported quality profile list
...
CURA-4451
2017-10-31 11:21:34 +01:00
Andreea Scorojitu
e36cefedf6
Update ChangeLog.txt
2017-10-31 10:47:57 +01:00
alekseisasin
055b6ebaab
Merge pull request #2691 from Ultimaker/cleaner_open_project_dialog
...
Cleaner open project dialog & redering on partial pixels fixes
2017-10-31 09:58:52 +01:00
Ghostkeeper
92cf76b30b
Merge branch '3.0'
2017-10-31 09:57:42 +01:00