fieldOfView
6c585deb1e
Make parking optional
...
Not adding parking gcode makes the repetier @pause method suitable for use with OctoPrint.
Contributes to #7842
2021-08-16 12:15:38 +02:00
Jaime van Kessel
a124342127
Fix Pause at height issue
...
Fixes #8575
Thanks to @EGOiST1991 for suggesting the fix!
2021-08-16 11:15:30 +02:00
Jelle Spijker
7f79ccdf33
Merge pull request #10261 from Ultimaker/CURA-8468_fix_project_loading
...
Fix project loading Arachne
2021-08-13 09:27:28 +02:00
Jelle Spijker
4986861727
Merge branch 'master' into libArachne_rebased
2021-08-12 18:50:29 +02:00
Jaime van Kessel
4b324095ec
Remove incorrect log
...
There is absolutely no reason that needed to be logged, since it
happens on *every* boot. It was also not a place where an exception
even happend.
2021-08-12 15:43:11 +02:00
Jaime van Kessel
21a076aea4
Set type of engine crash message to Error
2021-08-12 11:17:38 +02:00
Jaime van Kessel
34905857ee
Merge pull request #10267 from Ultimaker/CURA-8473_backwards_compat_messages_411
...
Digital Library plugin needs to be backwards compatible.
2021-08-12 11:15:01 +02:00
Remco Burema
3061490675
Fix look for string in enum-type.
...
CURA-8473
2021-08-12 10:05:16 +02:00
Konstantinos Karmas
f5bf88e546
Fix crashing when clicking the "Manage in browser"
...
The parenthesis should be placed at the end.
2021-08-12 09:51:27 +02:00
Konstantinos Karmas
71748bff8d
Don't crash if the reply cannot be loaded
...
Fixes Sentry issue CURA-2RQ
2021-08-11 17:05:36 +02:00
Jaime van Kessel
fb18b278bf
Merge pull request #10245 from Ultimaker/CURA-7279_back_pressure_compensation
...
[CURA-7279] Back-Pressure Compensation
2021-08-11 15:52:32 +02:00
Remco Burema
ecf820f3db
Fix tests.
...
CURA-8473
2021-08-11 12:35:54 +02:00
Remco Burema
5d7804deae
Digital Library plugin needs to be backwards compatible.
...
Message-types are a new parameter to Messages, so they can't be used in SDK/API versions smaller than 7.7.0.
CURA-8473
2021-08-11 12:14:02 +02:00
Jaime van Kessel
988de58c4e
Fix version upgrader for arachne
...
CURA-8468
2021-08-09 17:13:40 +02:00
Jaime van Kessel
5ea0344a65
Remove duplicated code from versionupgrader
2021-08-09 16:43:23 +02:00
Jaime van Kessel
8b2904ee3b
Merge branch 'CURA-8441_campaign_links' of github.com:Ultimaker/Cura
2021-08-09 14:09:27 +02:00
Remco Burema
e119c46944
Fetch count from simple property instead of recalculation.
...
Polygons don't change when in layer-view. There's already an analogous elementCount property anyway, so a vertexCount property can't do much harm. Just keep in mind that when the polygons are altered, it should be either done via build, or the lineMeshXXXCount methods should be used instead.
2021-08-09 13:15:44 +02:00
Konstantinos Karmas
e18a840c43
Change troubleshooting link
...
CURA-8441
2021-08-09 13:00:25 +02:00
Remco Burema
818438a8d6
Merge branch 'graphics_buffer_update' of https://github.com/bremco/Cura into bremco-graphics_buffer_update
2021-08-09 12:09:19 +02:00
Jaime van Kessel
f8df3facc5
Merge branch 'CURA-8444_Digital_Library_does_not_work_on_earlier_Cura_versions' of github.com:Ultimaker/Cura
2021-08-09 11:03:24 +02:00
Jaime van Kessel
176077c910
Merge branch 'CURA-8436_Inform_user_that_the_webcam_is_disabled_for_cloud_printers' of github.com:Ultimaker/Cura
2021-08-09 11:00:58 +02:00
Remco Burema
586198c628
Remove direct flow equalization in favour of line-width based.
...
CURA-7279
2021-08-06 16:56:56 +02:00
Konstantinos Karmas
97c779cc53
Use the old icon names
...
So that they can still be found in 4.9 and 4.10 Cura version.
CURA-8444
2021-08-06 09:50:04 +02:00
Konstantinos Karmas
10ec9e2754
Remove the tooltipWidth property
...
The `tooltipWidth` property is not available in 4.9 and 4.10. This property was added to make sure that the tooltip has a smaller width than the DigitalLibrary window, or else the tooltip doesn't get drawn at all, which is confusing. Since it was not available in 4.9 and 4.10, the tooltip text smaller had to become smaller to make sure that it will fit.
CURA-8444
2021-08-06 09:49:29 +02:00
Konstantinos Karmas
22e407207f
Manually add the magnifier icon in the search bar in DL
...
The `leftIcon` property, which is not available in 4.9 and 4.10, so the DigitalLibrary window wasn't getting drawn. To keep having the icon, I manually added the RecolorImage in the search textfield.
CURA-8444
2021-08-06 09:47:47 +02:00
Jaime van Kessel
57e66a5796
Add campaign links
...
CURA-8441
2021-08-05 15:42:23 +02:00
Remco Burema
1e5ea055aa
Changed cloud-printer message into proposal from growth group.
...
CURA-8436
2021-08-04 13:20:43 +02:00
Remco Burema
b72e200e2c
Add wall_min_flow[_retract] to removed settings in upgrade.
...
Also remove these settings from profiles which included them.
CURA-8442
2021-08-04 11:07:21 +02:00
Konstantinos Karmas
b0702e2312
Remove NativeRendering type in the MonitorInfoBlurb
...
Since it makes the letters look weird.
CURA-8436
2021-08-03 16:56:05 +02:00
Konstantinos Karmas
de9b1f82b9
Enable the tooltip when the camera button is disabled
...
CURA-8436
2021-08-03 16:55:11 +02:00
Konstantinos Karmas
7a5787bd18
Merge branch 'master' into CURA-8442_remove_wall_min_flow
2021-08-03 13:07:56 +02:00
Jaime van Kessel
be59e701f2
Add seperate preference for plugin notifications check
...
CURA-7689
2021-08-03 13:07:11 +02:00
Konstantinos Karmas
b006d9111f
Merge branch 'master' into CURA-7689_beta_release_notifications
2021-08-02 16:04:00 +02:00
Jaime van Kessel
3436a2171e
Remove unneeded ()
...
CURA-7689
2021-07-29 11:40:11 +02:00
Jaime van Kessel
358ba8c34a
Update update message for firmware checker
...
CURA-7689
2021-07-29 11:35:48 +02:00
jelle Spijker
b6665f1142
Applied review comments
...
Contributes to CURA-8418
2021-07-28 11:32:29 +02:00
jelle Spijker
2e6a488c98
Set "Unable to slice" msgs to warning types
...
Contributes to CURA-8418
2021-07-28 09:47:14 +02:00
Jelle Spijker
2263969d5f
Updated message with message types
...
Contributes to CURA-8418
2021-07-28 08:45:42 +02:00
Jaime van Kessel
900db57f0f
Update messages to use the message_types
...
CURA-8418
2021-07-27 11:54:43 +02:00
Remco Burema
170572fc47
Add Readme's to plugins and resources folders.
...
This will hopefully prevent people from messing with the installed files (and then getting confused when they upgrade) when they should be using the configuration (sub-)folder(s) instead. If I read cura-build correctly, just placing the files here will already copy them to the right directory, since that happens for all folders (and hopefully files) for those directories anyway.
2021-07-27 11:08:01 +02:00
Remco Burema
458fbd35f1
Merge branch 'master' into graphics_buffer_update
2021-07-25 22:30:39 +02:00
Remco Burema
96ca3b1417
Handle render-range in shader.
...
Instead of re-uploading the mesh each time the range changes, handle the range in the shaders with the new draw-range parameters. This does however, mean the range has to be in vertices, not in elements. This necessitates some changes to the simulation-view, and some added bits deeper in the base code. Mainly, since each time the type of a line changes, there is an extra vertex, there needs to be a type-change count available to get from 'paths' to range indices.
2021-07-25 22:26:59 +02:00
Jaime van Kessel
fc10c10906
Merge branch 'CURA-8411_Simplify_open_from_DF_menu' of github.com:Ultimaker/Cura
2021-07-22 14:57:32 +02:00
Konstantinos Karmas
f611dd603d
Remove the "Open file" label from the open file dropdown menu
...
This will make the translations more reasonable (instead of translating "open file" and "from Disk" separately, which could make the some translation results making less sense.
CURA-8411
2021-07-21 14:13:50 +02:00
Ghostkeeper
50e0885b55
Apply clipping paths in this image
...
QtSVG doesn't support clipping paths. QtSVG only supports the SVG 1.2 Tiny specification. See https://doc.qt.io/qt-5/svgrendering.html for more information on exact support.
2021-07-21 13:10:14 +02:00
Remco Burema
86d104afe7
DL: Allow 1 char filenames (not counting extension).
...
CURA-8395
2021-07-20 18:01:44 +02:00
Remco Burema
71937bf828
DL: Align with online backend on allowed characters.
...
CURA-8395
2021-07-20 17:58:29 +02:00
Ghostkeeper
14ce560904
Merge branch 'master' into libArachne_rebased
2021-07-16 13:21:18 +02:00
Remco Burema
f9557295fa
Allow non-ASCII characters for DL project names.
...
CURA-8395
2021-07-16 12:39:41 +02:00
Ghostkeeper
503293fbeb
Revert "Also show error message if connection got reset without error code"
...
This reverts commit 40fe8b577d
.
2021-07-16 10:15:40 +02:00