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
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
Dimitriovski
9522ce2b78
Added the project name in Window Title
...
CURA-6978
2019-11-27 11:59:19 +01:00
Mathias Lyngklip Kjeldgaard
8835a0cb99
Fixed a typo in the title
...
I noticed a typo in the title of the plugin, so that is fixed. I also
added more info to the description.
2019-11-26 20:20:45 +01:00
Jaime van Kessel
b5bf3e8e85
Merge branch 'mb-bridge-skin-over-sparse-infill' of https://github.com/smartavionics/Cura
2019-11-26 15:41:04 +01:00
KOUBeMT
1ef5805baf
N08_Nozzle_profile_fine_tune
2019-11-25 16:53:42 +01:00
Jaime van Kessel
b1072029ba
Merge branch 'CURA-6971_add_break_prep_temp' of github.com:Ultimaker/Cura
2019-11-25 13:48:27 +01:00
Jaime van Kessel
80719d4724
Mark disabled extruders when saving project
2019-11-25 11:13:07 +01:00
Jaime van Kessel
028a60318c
Add extra tag if crash was during startup or not
2019-11-22 15:43:45 +01:00
Jaime van Kessel
466c90ca6c
Add some extra context info to the crashes
2019-11-22 14:41:54 +01:00
Jaime van Kessel
c7649e3db1
Add some extra tags to make crash reports more traceable
2019-11-22 14:04:35 +01:00
Jaime van Kessel
6c8fddc765
Add sentry logger to display breadcrumbs
2019-11-22 13:26:17 +01:00
Jaime van Kessel
23057f786f
Add initial stubs for sentry logging
2019-11-22 12:59:05 +01:00
Remco Burema
25f0460231
Add missing 'material break preparation temperature'.
...
part of CURA-6971
2019-11-22 12:01:46 +01:00
Jaime van Kessel
74b5af3edd
Merge branch 'CURA-6965_fix_pause_at_height' of github.com:Ultimaker/Cura
2019-11-22 11:21:33 +01:00
Jaime van Kessel
997f19ba26
Prevent flicking behavior for machine selection
...
Contributes to #6684
2019-11-22 11:02:19 +01:00
jos@mauk.cc
c2efca9025
HMS434 update
2019-11-21 17:06:28 +01:00