Thomas Karl Pietrowski
34e8b4635b
Scanning for CuraEngine and stop if it was not found
...
So far I ran 2 or 3 times into the problem that my engine was not up to
date. The bad thing here is that there is always an updated version from
my PPA on the PC. So first this commit gives the possibility to look for
CuraEngine in the $PATH directories. Before I had to copy it always
manually, eg. via "cp $(which CuraEngine) bin/CuraEngine" in my
workbench.
Second, people can get into the situation that CuraEngine is missing at
all. So before making Cura loop and try to use an executable that does
not exist, better raise an Exception here.
An additional info message tells about the location being used.
Does not contribute to any JIRA issue (I think), but makes my life
easier.
2016-08-01 12:28:00 +02:00
fieldOfView
96ac27d1c3
Remove 3MF repair message
...
CURA-1223
2016-08-01 10:50:04 +02:00
Aldo Hoeben
437f8f1df7
Merge pull request #893 from thopiekar/master-CURA-1223
...
[CURA-1223] 3MFReader: Doing selftest and fail on broken files
2016-08-01 10:31:50 +02:00
Ghostkeeper
c2201eb814
Send setting extruder only when extruder is valid
...
Apparently hasProperty always returns True. Fine. I'll just check the values then...
Contributes to issue CURA-2011.
2016-08-01 09:36:23 +02:00
Ghostkeeper
b21a1f311a
Send all global_inherits_stack to engine
...
Only the settings for which global_inherits_stack is set should be sent to the engine.
Contributes to issue CURA-2011.
2016-08-01 09:36:16 +02:00
fieldOfView
fb96950762
Don't set extruder_nr per object for single extrusion printers
...
CURA-1754
2016-07-29 21:50:49 +02:00
fieldOfView
74d21a9053
Only draw boundingbox wireframe on selected groups
...
CURA-1492
2016-07-29 19:15:05 +02:00
Jaime van Kessel
973a6bb35b
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-29 17:38:47 +02:00
Jaime van Kessel
102a0793e6
Codestyle & documentation
2016-07-29 17:38:35 +02:00
fieldOfView
a1885fc4fe
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-07-29 17:36:20 +02:00
fieldOfView
1182a3c87e
Fix render color for single-extrusion printers
...
CURA-1992
2016-07-29 17:36:07 +02:00
Jaime van Kessel
6e3488142e
Removed lifetime from slice error messages so they use the (longer) default
2016-07-29 17:32:57 +02:00
Jaime van Kessel
03aa9cf8d3
Codestyle
2016-07-29 17:32:08 +02:00
Jaime van Kessel
4a5b2465ae
Fixed process sliced layer job not deleting old data
2016-07-29 17:25:36 +02:00
Jaime van Kessel
562363ec16
Updated documentation
2016-07-29 17:24:12 +02:00
Jaime van Kessel
fa78cf2d39
No longer use brute force approach for per object
...
CURA-1754
2016-07-29 15:44:34 +02:00
Jaime van Kessel
601a6e987d
Merge branch 'master' of github.com:Ultimaker/Cura
2016-07-29 15:20:34 +02:00
Jaime van Kessel
7ff1b937e3
Perobject settings now use correct stacks to calculate values
...
CURA-1754
2016-07-29 15:19:50 +02:00
fieldOfView
2576aaca62
Hide start check button once the check has started
2016-07-29 14:30:36 +02:00
fieldOfView
c1d9c1ea12
Add button to start bedleveling wizard
...
Prevents the printer from homing unexpectedly
2016-07-29 14:29:35 +02:00
Jaime van Kessel
b9a1d50e05
Added option to only display top layers in layerview
2016-07-29 13:17:41 +02:00
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 d99827109a
.
2016-07-27 21:22:30 +02:00
Thomas Karl Pietrowski
d99827109a
Revert "Clean up __init__"
...
This reverts commit 44c64c4ac7
.
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
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
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
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
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