Commit graph

4616 commits

Author SHA1 Message Date
fieldOfView
7a6124f221 Get the overhang angle from the proper multiextrusion stack
CURA-2289
2016-09-06 14:58:29 +02:00
fieldOfView
291406fef2 Merge branch '2.3' of https://github.com/Ultimaker/Cura into 2.3 2016-09-06 13:07:36 +02:00
fieldOfView
fc6e92e10f Fix uploading custom firmware on windows
The simple string replacement left an extraneous "/" in front of the path, which Windows can't handle. QUrl.toLocalFile() does a proper conversion.

CURA-955
2016-09-06 13:07:15 +02:00
Jaime van Kessel
1999e587b6 Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3 2016-09-06 11:43:27 +02:00
Jaime van Kessel
75c1f12d33 If a group node is outside build area, all it's children are also marked as such
CURA-403
2016-09-06 11:42:46 +02:00
fieldOfView
dc01cdbc88 Fix displaying support interface in layerview
CURA-2049
2016-09-06 11:30:38 +02:00
fieldOfView
eb3cfd47cd Merge branch '2.3' of https://github.com/Ultimaker/Cura into 2.3 2016-09-06 11:22:20 +02:00
Ghostkeeper
7c8e80b751
Properly hide moves and retractions in lower layers
Not the neatest solution. We might want to make a preference for this? I sorta like to see those travel moves, actually.

Contributes to issue CURA-2049.
2016-09-06 11:21:48 +02:00
fieldOfView
edd9643703 Merge branch '2.3' of https://github.com/Ultimaker/Cura into 2.3 2016-09-06 10:56:38 +02:00
Ghostkeeper
635f26da8e
Lower warning values for retraction speeds
As discussed with David, the warning should really be quite a bit lower. No printers actually reach 100.

Contributes to issue CURA-2284.
2016-09-06 10:30:28 +02:00
Ghostkeeper
6909f88ce6
Increase default limit on feed rate
There is no real limit by default now. Only light speed (and the limit on the input element's length). The feed rate limit should be set by a machine definition. If there is no limit set, let there be no limit to what the user can input.

Contributes to issue CURA-2284.
2016-09-06 10:30:27 +02:00
Jaime van Kessel
6db03538a1 Removed capital letter
CURA-955
2016-09-06 09:23:20 +02:00
Jaime van Kessel
d1eb8231a1 Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3 2016-09-06 09:09:20 +02:00
Jaime van Kessel
71e6733c8e Firmware update logging now uses correct path
CURA-955
2016-09-06 09:08:46 +02:00
fieldOfView
fcf89b79c6 Update wording of error messages 2016-09-06 08:55:32 +02:00
fieldOfView
2380614bd8 Update wording of error messages
Clearly list problem first, followed by possible resolvement.
2016-09-06 08:43:00 +02:00
fieldOfView
46acc4d351 Update wording
CURA-2236
2016-09-06 08:32:51 +02:00
fieldOfView
b735d46e90 Show sidebar tooltips above messagestack 2016-09-05 20:35:20 +02:00
fieldOfView
287cbcbb16 Properly fix LayerPolygon.__jump_map
CURA-2049
2016-09-05 18:15:02 +02:00
fieldOfView
b1d2c412e8 Merge branch '2.3' of https://github.com/Ultimaker/Cura into 2.3 2016-09-05 18:11:15 +02:00
fieldOfView
60568a3070 Fix size of LayerPolygon.__jump_map
CURA-2049
2016-09-05 18:10:35 +02:00
Jaime van Kessel
bb7f6f87c7 Platfom physics now actually checks max_overlap_checks instead of max_overlap_checks +1
CURA-2156
2016-09-05 17:41:52 +02:00
Jaime van Kessel
5293f3abcb Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3 2016-09-05 17:01:50 +02:00
Jaime van Kessel
4817dbe62f Platform physics now checks if the found result actually is a solution
If not, it keeps checking a bit more to see if it can find another solution

CURA-2156
2016-09-05 17:00:37 +02:00
fieldOfView
b7605aecc2 Update wording
The options listed under "Experimental" aren't all modes.
2016-09-05 16:51:13 +02:00
fieldOfView
5f3ec7c910 Merge branch '2.3' of https://github.com/Ultimaker/Cura into 2.3 2016-09-05 16:29:27 +02:00
fieldOfView
bd8db49a95 Add layer data type and color for Support Interface
CURA-2049
2016-09-05 16:29:15 +02:00
Jaime van Kessel
9a28b0d433 Previously active tool is now set correctly once something is selected again
CURA-1481
2016-09-05 16:20:12 +02:00
Jaime van Kessel
122d117ef6 Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3 2016-09-05 15:51:49 +02:00
Jaime van Kessel
de8785da37 All machines that suport USB connection now get the upgrade firmware action for free!
CURA-955
2016-09-05 15:48:31 +02:00
Jaime van Kessel
66f773434f UpgradeFirmwareAction now supports custom firmware uploading
CURA-955
2016-09-05 15:42:09 +02:00
fieldOfView
938a2fc691 Update wording
CURA-2157
2016-09-05 15:38:56 +02:00
Thomas Karl Pietrowski
df519ed00a CURA-2157: Adding an confirmation dialog
Tested while starting two prints and aborting them. The buttons for
"Yes" and "No" are translated by Qt5.
2016-09-05 15:36:28 +02:00
Tim Kuipers
99a44fa1d2 Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3 2016-09-05 14:39:11 +02:00
Tim Kuipers
c268fcd8c6 fix: wire printing height depends on nozzle head dist (CURA-1555) 2016-09-05 14:38:24 +02:00
Jaime van Kessel
1b1be13818 Added normal quality_type to empty container so switching quality_changes works again
CURA-2236
2016-09-05 13:47:19 +02:00
Jaime van Kessel
3227507297 An empty quality container will now give a "not supported" warning
CURA-2236
2016-09-05 13:31:36 +02:00
Jaime van Kessel
51d653beba Added logging if material container was not found
CURA-2236
2016-09-05 12:40:38 +02:00
Jaime van Kessel
67636d6f3c _updateMaterial container now correctly returns generic material
CURA-2236
2016-09-05 12:01:05 +02:00
Jaime van Kessel
2c82f5a177 Instead of writing quality + user to g-code, we now write quality_changes + user 2016-09-02 16:36:49 +02:00
Jaime van Kessel
dd1effdb81 Reset all transformations now also resets object above buildplate
CURA-2233
2016-09-02 14:27:18 +02:00
Jaime van Kessel
bbcd43ef01 Reset all translations now ensures that model is right on top of buildplate
CURA-2233
2016-09-02 14:23:05 +02:00
Jaime van Kessel
aa83b6834b Removed unused decorator 2016-09-02 13:43:28 +02:00
Jaime van Kessel
069bbde84a Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3 2016-09-02 13:33:33 +02:00
Jaime van Kessel
405d3d920a Prime tower can no longer be printed outside build volume
Note that it doesn't take disallowed area's into account
CURA-2234
2016-09-02 13:31:29 +02:00
fieldOfView
d610a30ccb Fix overhang display if the overhang angle is set to its default value 2016-09-02 13:17:31 +02:00
Jaime van Kessel
6c9b04182c Minor text change in changelog
CURA-2218
2016-09-02 13:06:10 +02:00
Jaime van Kessel
73b9a142d2 Auto generate name now works if base_name is empty string
CURA-2220
2016-09-02 11:42:14 +02:00
Jaime van Kessel
1a78aee46c fix typo 2016-09-02 11:37:54 +02:00
Jaime van Kessel
266f46ed55 Rename dialog shows again when creating new profile from current settings
CURA-2220
2016-09-02 11:37:06 +02:00