Jaime van Kessel
8d59d7187f
Deleting old toplayer data is now only done when new data is complete.
...
This prevents the pretty annoying blinking behavior that we had before
2016-07-29 13:01:03 +02:00
fieldOfView
f584b49af2
Add "Close" button to (single) machine actions dialog
...
CURA-2019
2016-07-29 11:27:03 +02:00
Jaime van Kessel
b5d2533820
G-code writer no longer uses duplicate for flattening profile
...
Spent to much time fixing this already, so we now just make a new profile by hand based on the profiles to be flattened
CURA-1933
2016-07-29 09:59:57 +02:00
Jaime van Kessel
467f971dac
When sending per object settings, we now also check if we need to send anything at all
...
Adding a setting and then removing it caused some weird behavior issues CURA-1988
2016-07-28 15:26:59 +02:00
Jaime van Kessel
0794ddb58e
Backend now listens to all machine extruders for changes
...
CURA-1999
2016-07-28 14:01:57 +02:00
Jaime van Kessel
a1bd8f59ed
Slicing no longer occurs when stack is invalid
...
CURA-1998
2016-07-28 13:14:07 +02:00
Jaime van Kessel
b663fa2824
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-28 09:28:08 +02:00
Jaime van Kessel
1147e915c1
Setting a instance to the same state no longer causes display to break
...
CURA-1985
2016-07-28 09:27:20 +02:00
fieldOfView
329a3dce00
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-28 07:49:16 +02:00
fieldOfView
b9857a6975
Partially solve setting the UMO heated bed kit option
...
CURA-580
2016-07-28 07:48:23 +02:00
Thomas Karl Pietrowski
5f540a7a78
Revert "Revert "Clean up __init__""
...
This reverts commit d99827109ab836963d523322ef00b0e6cf9675bd.
2016-07-27 21:22:30 +02:00
Thomas Karl Pietrowski
d99827109a
Revert "Clean up __init__"
...
This reverts commit 44c64c4ac766fc7e085d338cb1f21c949851c9ba.
2016-07-27 21:22:16 +02:00
Thomas Karl Pietrowski
9f280717d8
Clean up __init__
2016-07-27 21:22:08 +02:00
Thomas Karl Pietrowski
b699efa55e
Revert "Clean up __init__"
...
This reverts commit 44c64c4ac766fc7e085d338cb1f21c949851c9ba.
2016-07-27 21:20:55 +02:00
Thomas Karl Pietrowski
44c64c4ac7
Clean up __init__
2016-07-27 21:14:21 +02:00
Thomas Karl Pietrowski
c7956542c4
CURA-1923: Rename SliceInfoThread to SliceInfoJob
2016-07-27 20:39:55 +02:00
Thomas Karl Pietrowski
dd9220068e
CURA-1923: Using super.__init__()
2016-07-27 20:34:52 +02:00
Thomas Karl Pietrowski
7581aded7a
CURA-1923: Remove tracking of jobs
...
Like suggested by @awhiemstra.
Contributes to CURA-1923
2016-07-27 20:32:44 +02:00
Thomas Karl Pietrowski
d4861ee626
CURA-1223: Checking whether the bounding box is correct
...
Adds an additional check, like suggested by @awhiemstra.
Contributes to CURA-1223
2016-07-27 20:21:35 +02:00
Thomas Karl Pietrowski
4dbe895c15
3MF_Reader: Optionally use cElementTree
...
This should make reading the XML faster
2016-07-27 20:16:12 +02:00
Arjen Hiemstra
7971ffdc08
Properly ignore Arcus debug messages
2016-07-27 18:03:20 +02:00
Simon Edwards
1e2147522d
Increase the size of the backend log.
...
Contributes to CURA-1509 Cura in slicing loop, Arcus Error (8)
2016-07-27 11:03:11 +02:00
Thomas Karl Pietrowski
d96ce760f8
CURA-1223: 3MFReader: Doing selftest and fail on broken files
...
This commit adds a selftest before the "result" gets returned.
It should break on this/these functions and popup a message about using
the online repair tool.
I compared the content of both files for a long time, googled about the
format, but wasn't able to find a proper fix.
More routines will likely need to be added here, but with those I have
it is working so far very well.
Sadly it is not possible to override the default message, so two
messages will appear. Additionally, the URL of the link is not
clickable/executable from the UX. Just acting like normal text.
Contributes to CURA-1223
2016-07-26 20:21:00 +02:00
Thomas Karl Pietrowski
260b682864
CURA-1923: Slicinfo: Using UM.Job instead
...
As suggested by @awhiemstra handling our "thread" here should be done
with UM.Job.
2016-07-26 18:56:57 +02:00
fieldOfView
35107742d6
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-26 18:55:59 +02:00
fieldOfView
d64eff9947
Fix updating the Per Object Settings color swatch
...
CURA-1971
2016-07-26 18:54:55 +02:00
Thomas Karl Pietrowski
7ab0332a6d
Merge branch 'master' of https://github.com/Ultimaker/Cura.git into master-CURA-1923
2016-07-26 18:38:23 +02:00
Thomas Karl Pietrowski
36f4f51804
Adding missing return
...
Without the function would be still progressed of course.
2016-07-26 18:25:54 +02:00
Jaime van Kessel
b3f0c257e4
Flattend profiles are now set to dirty
...
This fixes issue where profiles used in g-code writer were saved
2016-07-26 13:37:28 +02:00
fieldOfView
ac4b6c092f
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-26 10:17:05 +02:00
Jaime van Kessel
76723c2412
Removed 50 ms delay in staring top layer calculation
2016-07-26 09:55:04 +02:00
Thomas Karl Pietrowski
8597b5c9be
CURA-1923: SliceInfo: Sending data threaded
...
The idea is to make the sending process, so it won't block the UI until the data is sent or the timeout has reached.
This commit does the following:
* Increasing the timeout to 5s
-> As we are sending our data threaded now this won't hurt. At least for clients in slow networks.
* Moving section for "sending data to info_url" into a seperate thread.
* Starting the thread instead and collecting all threads in a list
* Removing all threads from the list, if they have already finished their work.
* When the SliceInfo Extension gets __del__'d, it will wait for the threads until they finish.
Contributes to CURA-1923
2016-07-25 22:25:26 +02:00
fieldOfView
85f53be9e2
Tone down striped shader colors
2016-07-25 21:59:37 +02:00
fieldOfView
785d7cf6d1
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-25 18:01:23 +02:00
fieldOfView
4014cb11f9
Reinstate UMO wizard
...
CURA-1732
2016-07-25 18:00:17 +02:00
Tim Kuipers
c6e9e62e73
Merge branch 'layerview_dev' of https://github.com/Johan3DV/Cura into Johan3DV-layerview_dev
2016-07-25 16:41:13 +02:00
Jaime van Kessel
70242ba502
Saving a file no longer causes a re-slice
...
CURA-1933
2016-07-25 15:44:16 +02:00
Jaime van Kessel
b28cf14288
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-25 13:51:27 +02:00
Thomas Karl Pietrowski
93a0637b23
Merge pull request #866 from thopiekar/master-CURA-1445-only
...
CURA-1445: Using getDisplayString(ISO8601) in SliceInfo
2016-07-25 13:42:26 +02:00
Thomas Karl Pietrowski
d9839ee41d
SliceInfo: Using getDisplayString(ISO8601) instead
2016-07-25 13:40:19 +02:00
fieldOfView
ac0de58ecb
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-25 11:30:47 +02:00
fieldOfView
374ec8e577
Don't show user/quality emphasis on Per Object Settings
2016-07-25 11:30:30 +02:00
Jaime van Kessel
5d19113f8e
Merge branch 'feature_stripe_shader' of github.com:Ultimaker/Cura
2016-07-25 10:51:45 +02:00
Jaime van Kessel
6883747671
Merge branch 'feature_remove_global_tab' of github.com:Ultimaker/Cura
2016-07-25 10:47:52 +02:00
Ghostkeeper
54685e8898
Rename setting skirt_minimal_length to skirt_brim_minimal_length
...
Also updated the description and made it a bit more accurate. Because this concerns not only the skirt, but also the brim.
Contributes to issue CURA-1678.
2016-07-22 17:12:34 +02:00
Ghostkeeper
d4f96ab62d
Rename setting skirt_line_width to skirt_brim_line_width
...
Also updated the description. Because this concerns not only the skirt, but also the brim.
Contributes to issue CURA-1678.
2016-07-22 17:00:30 +02:00
Ghostkeeper
cb4c1fd08c
Rename skirt_speed to skirt_brim_speed
...
Also updated the description. Because this concerns not only the skirt, but also the brim.
Contributes to issue CURA-1678.
2016-07-22 16:45:11 +02:00
fieldOfView
6cc6e79e65
Stripe objects that are outside the build volume
...
This way they can not be confused with objects that are rendered with a (future) grey materialcolor.
2016-07-22 14:24:52 +02:00
Johan K
4c402e5bb7
Removed the layer data empty guard in ProcessSlicedLayers as the problem was solved in the backend.
2016-07-22 10:22:07 +02:00
Johan K
c6790981d6
Merge branch 'master' of https://github.com/Ultimaker/Cura into layerview_dev
2016-07-22 10:21:41 +02:00