22486 Commits

Author SHA1 Message Date
Ghostkeeper
7f969528f3
Merge branch 'master' of ssh://github.com/Ultimaker/Cura 2019-12-10 16:03:02 +01:00
Ghostkeeper
ba2c9cb21e
Fix JSON formatting of start g-code
No newlines allowed.
2019-12-10 16:02:45 +01:00
Nino van Hooff
d09f3492db Add enterprise splash screen.
Added it as a png, which might be a bit overkill but it could also
could be hard getting strokes / shadows exactly right otherwise. Also
Allows for more visual distinction of the background later

CURA-7011
2019-12-10 15:59:57 +01:00
Ghostkeeper
455721130c
Merge branch 'master' of https://github.com/TheOneOgre/Cura into TheOneOgre-master 2019-12-10 15:57:57 +01:00
Nino van Hooff
da6d4e6186 Log app display name, version, api version and build type when starting
Only build type was requested, but I figured: why not all the things?
Also fixes an arg typo

CURA-7011
2019-12-10 15:57:15 +01:00
Kostas Karmas
da1a5d1be6 Log error on failed machine creation
An error message will be generated when machine creation fails
while switching printer types in the printer configuration menu.

CURA-6127
2019-12-10 14:44:31 +01:00
Nino van Hooff
38935a1d02 Fix selecting a new material for a base file on container deletion
CURA-7023
2019-12-10 13:53:26 +01:00
Jaime van Kessel
b3430a1fad
Merge pull request #6765 from Ultimaker/CURA-6522_revert_edge_distance_hack
Cura 6522 revert edge distance hack
2019-12-10 13:35:44 +01:00
Remco Burema
5681c631a2
Merge pull request #6781 from Ultimaker/CURA-6941_fix_intent_UI_dark_theme
Cura 6941 fix intent ui dark theme
2019-12-10 13:30:17 +01:00
Kostas Karmas
6ae0e08b7d Change RadioCheckbar active button color
The RadioCheckbar active button is now using the slider_groove_fill
value instead of the small_button_active value to avoid issues in
case the small_button_active and small_button_text are used together.
2019-12-10 13:19:10 +01:00
Jaime van Kessel
1b80ec8fff
Fix incorrect casing
Minor issue and I didn't want to send it back to todo *again* because of it.

CURA-6522
2019-12-10 13:14:54 +01:00
Jaime van Kessel
f66b1e6fde
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-6522_revert_edge_distance_hack 2019-12-10 13:06:37 +01:00
Jaime van Kessel
7ba1db830a
Re-enable the retraction min travel setting
CURA-6675
2019-12-10 13:00:29 +01:00
Kostas Karmas
c0ac03f2ae Change Custom profiles title similar to Default
CURA-6941
2019-12-09 14:35:19 +01:00
Kostas Karmas
5b9bd46ba3 Change active intent line to white
The activated part of the intent lines will now be white
instead of grey.

CURA-6941
2019-12-09 14:31:43 +01:00
Kostas Karmas
64decc7345 Change unselected intent to outline (dark theme)
The unselected intent radio buttons in the default profiles
are by default white-filled. This is fixed to have a white outline
and be filled with the main background's color.

CURA-6941
2019-12-09 14:24:27 +01:00
Ghostkeeper
6aa8d060d5
Make template a bit less intimidating and restore brackets again
I think the 'why' of things is not always relevant and makes people prevent reading all of it. Keep it brief! And with all of this information that people tend to just leave there it's hard to find the actual changes that people made to the template. That's also why the brackets are important, so that it's easy to see that people didn't erase the original template text.
We used to have HTML comment codes there but then people put the actual bug report inside the comments as well and nothing showed up, so this is somewhat of a middle ground that everyone understands, programmers and non-programmers.
2019-12-09 12:56:30 +01:00
Nino van Hooff
2dc4681d91 Remove some mid-sentence newlines from issue templates
Newlines are tragically not ignored by Github when rendering issue\
templates, it seems
2019-12-06 14:29:05 +01:00
Nino van Hooff
c47aca2f1b Break down the issue template header into sections.
I fear people might simply ignore the header, which is surrounded by
comment tags. Having headings for all important pieces of information
might make them stand out more.
2019-12-06 14:23:42 +01:00
Nino van Hooff
dd8993e88c revert 0 buildvolume edgedisallowedsize for one_at_a_time
Turns out that the artificial disallowed area around the inside of the
build volume was necessary to take the brim into account when deciding
whether a model was outside the buildvolume.
The issue for which I removed this in the first place seems not to be
an issue anymore due to other commits

Reverts and e5fb9fb8 and e5c9bca
CURA-6522
2019-12-06 12:17:21 +01:00
Nino van Hooff
4ad954f23e Fix TestCuraSceneNode
CURA-6522
2019-12-06 12:00:40 +01:00
Nino van Hooff
f4c68f4e71 Fix two mypy warnings
CURA-6522
2019-12-06 11:47:07 +01:00
Nino van Hooff
2d8a415a69 Use the printing area (hull + adhesion for one-at-a-time) instead of
convex hull for build volume collision detection. The convex hull is
not suitable for this purpose because for one-at-a-time it includes the
machine head polygon, which should be allowed to travel outside the
build volume

CURA-6522
2019-12-06 11:08:55 +01:00
jos@mauk.cc
950e96da2d HMS434 update
Z seam changed
PLA quality profiles deleted
2019-12-06 08:54:51 +01:00
Ghostkeeper
f7709c11bc
Merge branch 'master' of ssh://github.com/Ultimaker/Cura 2019-12-05 15:31:51 +01:00
Ghostkeeper
4a9f09fa67
Merge branch 'patch-1' of https://github.com/juanluisvaladas/Cura into juanluisvaladas-patch-1 2019-12-05 15:30:42 +01:00
Jaime van Kessel
4811f15a7b
Merge pull request #6662 from Ultimaker/CURA-6981_add_build_type
CURA-6981 Add build_type into crash reports and stats
2019-12-05 15:09:38 +01:00
Jaime van Kessel
b77de636d4
Prevent crashes when a variant could not be found
This should not happen, but we've seen some cases where it would cause a crash, usually
when a previous upgrade did something a bit weird (in this specific case; a printer
with an empty variant, whereas it should have a variant).

Since any change that the user will make will ensure that the variant is no longer empty (eg;
any selection of a variant will mean it's no longer empty) and that there is no way back,
it should be pretty safe to ignore the situation as it will resolve itself eventually

CURA-6992
2019-12-05 14:19:18 +01:00
Jaime van Kessel
cd7f0e8a76
Fix case where a global profile would be recognised as a extruder profile
CURA-6991
2019-12-05 14:17:55 +01:00
Jaime van Kessel
95cffb6710
Fix machine duplication when switching configuration 2019-12-05 14:06:52 +01:00
Ghostkeeper
250774c4cd
Merge branch 'master' of https://github.com/iLyngklip/Cura into iLyngklip-master 2019-12-05 11:19:42 +01:00
ninovanhooff
19da7b932a
Merge pull request #6751 from Ultimaker/CURA-6994
CURA-6994/Prevent deleting comments from Start/End G-codes
2019-12-04 15:42:52 +01:00
Nino van Hooff
fc060f7724 Do not show any object shadows in all_at_once mode.
Also DRYed up the one_at_a_time check

CURA-6522
2019-12-04 15:33:31 +01:00
Nino van Hooff
b30b641034 Merge remote-tracking branch 'origin/CURA-6522_one_at_a_time_overlapping_build_area' into CURA-6522_one_at_a_time_overlapping_build_area 2019-12-04 14:28:48 +01:00
Nino van Hooff
e2db4e873d Add paramteter to Config Parser constructor to prevent comments in
Gcode to be remnoved by upgrade, as in CURA-6994

CURA-6522
2019-12-04 14:28:30 +01:00
jos@mauk.cc
6d8052656c HMS434 update
bed temp initial layer
2019-12-04 10:10:05 +01:00
Ghostkeeper
961cd937b4
Correct start and end g-code
According to the thread at #6673 this works.

Fixes #6673.
2019-12-04 09:58:19 +01:00
Dimitriovski
74d919a5d2 Prevent deleting comments from Start/End G-codes by changing the comment_prefixes in ConfigParser
CURA/6994
2019-12-03 14:40:54 +01:00
Jeff Kazules
726561bf30
Increase printer size and add disallowed areas
With the stock firmware of the Ender 3, the size of the original printer was wrong, causing the model to land in a different place on the build plate. This led people to believe that the printer could take bigger prints. However it couldn't; it was just not allowing to print all the way down to the coordinate origin at 0,0.

This makes the printer bigger but also adds disallowed areas so that you can't print anything near 0,0.

Fixes #6267.
2019-12-03 13:39:50 +01:00
Juan-Luis de Sousa-Valadas Castaño
eea4df12a7
Spanish i18n fix fillament weight 2019-12-02 23:30:54 +01:00
jos@mauk.cc
055fc1450d HMS434 update 2019-12-02 16:13:47 +01:00
jos@mauk.cc
bdc3ceeb52 HMS434 update
acceleration and line width
2019-12-02 14:34:36 +01:00
Jaime van Kessel
45bbb189ce
Fix machine duplication when switching configuration 2019-12-02 13:59:50 +01:00
fieldOfView
01f5956871 Fix typo in content disposition header 2019-12-02 12:11:10 +01:00
Benoit Miller
e4c7a4752e Merge branch 'master' of https://github.com/Ultimaker/Cura into voron2-support 2019-12-01 14:46:12 -05:00
Jaime van Kessel
318e5f6137
Merge pull request #6724 from translucentfocus/patch-1
Fixed typo
2019-11-28 16:56:00 +01:00
jos@mauk.cc
070f9e1537 HMS434 update
small changes
2019-11-28 10:00:53 +01:00
Remco Burema
3e32596e23
Merge pull request #6722 from Ultimaker/CURA-6978
CURA-6978/Added the project name in Window Title
2019-11-28 08:39:26 +01:00
translucentfocus
4fc32b036e
Fixed typo
Only correcting in master; may want to consider correcting in other branches
2019-11-27 11:46:07 -06:00
Dimitriovski
084f55b611 Removed hard-coded name for Ultimaker Cura to use applicationDisplayName
CURA-6978
2019-11-27 15:35:09 +01:00