Jaime van Kessel
89c82964c3
Simplify restart check
...
CURA-8588
2022-01-03 11:14:28 +01:00
Jaime van Kessel
852076460f
Remove unused imports
...
CURA-8588
2022-01-03 11:13:28 +01:00
Jaime van Kessel
6a39862349
Merge RestartManager into marketplace
...
CURA-8588
2022-01-03 11:12:52 +01:00
Jaime van Kessel
6af2677c52
Remove TabManager
...
Since marketplace itself already needed to be a qObject, there wasn't
really a need to have a seperate object for it
2022-01-03 11:06:19 +01:00
Jaime van Kessel
3b2be48390
Ensure that check for updates is called on startup of Cura
...
CURA-8588
2022-01-03 11:01:17 +01:00
Jaime van Kessel
0615369cba
Clean up import order
...
CURA-8588
2022-01-03 10:29:15 +01:00
Jaime van Kessel
408b649db7
Add typing to tabmanager
...
CURA-8588
2022-01-03 10:22:36 +01:00
Jaime van Kessel
7692a6db78
Merge pull request #11165 from Ultimaker/8658_Implement_Notifications_for_the_new_marketplace
...
8658 implement notifications for the new marketplace
2022-01-03 10:18:20 +01:00
Jaime van Kessel
c92fcc8e03
Simplify the notifaction icon logic
...
CURA-8658
2022-01-03 10:14:22 +01:00
NilsRo
aa2b8e26b8
Update anycubic_i3_mega_s.def.json
...
Aligned with OctoPrint Slicer Estimator
2022-01-03 10:11:52 +01:00
Ghostkeeper
58c9522d78
Merge branch '4.13'
2021-12-31 15:01:30 +01:00
Ghostkeeper
e6830f0241
Merge branch 'PP-95_reduce-top/bottom-speed-for-TPU' into 4.13
2021-12-31 15:01:12 +01:00
Ghostkeeper
fb41993e5a
Merge branch 'PP-99_Line-width-fix-for-0.3mm-profiles'
2021-12-31 14:52:42 +01:00
Ghostkeeper
a878cfae7a
Merge branch 'master' into marketplace_redesign
2021-12-31 14:07:51 +01:00
Ghostkeeper
05bbebf2f7
Remove traces of Shapely
...
It's been replaced by Pyclipper. We were only importing Shapely here, not actually using it.
Contributes to issue CURA-8592.
2021-12-31 14:06:31 +01:00
casper
02c81234d0
Remove references to the toolbox plugin from the themes.json
...
Some other components were (incorrectly) using these theme variables.
Replaced them by another theme variable with the same value.
CURA 8588
2021-12-30 13:38:16 +01:00
casper
fe30a3c19e
Add notification badge for the gear icon in the Market Place
...
CURA 8658
2021-12-30 12:24:14 +01:00
Remco Burema
1cdeaffab7
Make new Marktetplace react to 'get more materials'.
...
part of CURA-8588
2021-12-30 11:53:42 +01:00
Remco Burema
b794ad6ed2
Delete old 'Toolbox' in favour of new Marketplace.
...
part of CURA-8588
2021-12-30 11:51:54 +01:00
Ghostkeeper
f97f7ca6af
Port relative mode handling to Repetier flavour too
...
As requested in #9518 .
2021-12-24 16:18:13 +01:00
Remco Burema
4f9d1ae0a7
Merge pull request #11022 from reibuehl/master
...
Updated Profiles and Start and End G-Code to fix an issue with premature heatup
2021-12-23 18:47:07 +01:00
Rijk van Manen
8659ac95a4
remove duplicate info
...
This is already the default. PP-99
2021-12-23 14:58:17 +01:00
Rijk van Manen
accdfd7671
default linewidth = nozzle size
...
For arachne we have set all linewidths to nozzle size (in stead of a little smaller). the 0.3 profiles missed this refactor. PP-99
2021-12-23 14:57:52 +01:00
Rijk van Manen
19821d8d68
increase linewidth to machine nozzle size
...
0.3 profiles benefit from larger line width. PP-99
2021-12-23 14:48:31 +01:00
aschwenck
59cd48ee94
Updating profiles
2021-12-23 14:08:03 +01:00
Ghostkeeper
46e9bf9db6
Merge branch 'patch-1' of https://github.com/Rakhmanov/Cura into Rakhmanov-patch-1
2021-12-22 17:11:21 +01:00
Rijk van Manen
5870e56d16
remove skin outline count overwrite
...
The fdmprinters definitions contains the right default of one line. It is not set anywhere in the ultimaker profiles, appart from here. PP-98
2021-12-22 16:53:17 +01:00
Jaime van Kessel
cf7772a40a
Ensure that local list has update URL
...
CURA-8587
2021-12-22 14:27:24 +01:00
Ghostkeeper
4ff44dc969
More expansive description for print head polygon setting
...
This description is shown for the X-min/Y-min/X-max/Y-max settings in the Machine Settings dialogue, in the tooltip. The new description is written to sort of apply to the polygon but also to those settings in the GUI. It needs to be understandable from the GUI in any case. Being technically correct for the polygon is bonus.
Fixes #11011 .
2021-12-22 14:23:21 +01:00
Jaime van Kessel
532c7a2109
Let new marketplace also check for updates
...
CURA-8587
2021-12-22 10:19:33 +01:00
Jaime van Kessel
8259868160
Fix update URL
...
CURA-8587
2021-12-22 10:04:27 +01:00
aschwenck
3d9197e7f5
Updating platform offset
2021-12-21 16:43:58 +01:00
aschwenck
221a3d0f3c
platform replacement
2021-12-21 16:41:18 +01:00
Ghostkeeper
34de62b39b
Add 0.4mm nozzle for CR100
...
It was missing.
Contributes to issue CURA-8786.
2021-12-21 13:59:04 +01:00
Ghostkeeper
37aa01da93
Fix up CR100 file name and version
...
It needs version number 2.
It needs to have the .def.json extension.
Contributes to issue CURA-8786.
2021-12-21 13:48:11 +01:00
Ghostkeeper
d3c5fc844f
Merge branch 'master' of https://github.com/bodyboarder2528/Cura into bodyboarder2528-master
2021-12-21 13:36:34 +01:00
Ghostkeeper
970ccebcef
Correct spelling mistake of Z Seam Relative
...
Found during a review of the German translation of the Settings Guide.
2021-12-21 13:35:47 +01:00
Orel
b464ac2eef
Shrink platform size
2021-12-21 11:25:49 +01:00
Casper Lamboo
6321b2b892
Merge pull request #11027 from Ultimaker/CURA-8587_disable_update_install_and_uninstall
...
Cura 8587 disable update install and uninstall
2021-12-20 18:58:14 +01:00
SekIsBack
2f6937d306
Fixed some German translations
2021-12-20 16:26:02 +00:00
Ghostkeeper
f676e564d0
Merge branch 'master' of https://github.com/felixstif/Cura into felixstif-master
2021-12-20 16:47:33 +01:00
Jaime van Kessel
fd411512c6
Merge branch '4.13' of github.com:Ultimaker/Cura
2021-12-20 13:08:50 +01:00
Rijk van Manen
a8fbba3c25
reduce top/bottom speed by 80%
...
The top/bottom speed is reduced by 80% to allow for better cooling of the top layers. This reduces pillowing. The line width is increased by 80% to maintain the flow equalization. PP-95
2021-12-20 12:10:55 +01:00
Miroslav Šustek
aad55bebfc
Fix typo in resources/i18n/cs_CZ/fdmprinter.def.json.po
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-12-20 11:05:17 +01:00
Jaime van Kessel
6dac500f18
Simplify getAllLocalPackages
...
CURA-8587
2021-12-20 10:34:37 +01:00
Jaime van Kessel
afef4f761b
Update documentation
...
CURA-8587
2021-12-20 10:17:30 +01:00
Jaime van Kessel
306db978d9
Merge pull request #11086 from Ultimaker/CURA-8781
...
Update change_log
4.13-beta
2021-12-20 09:36:08 +01:00
Jaime van Kessel
74ed3219cc
Merge pull request #11092 from fieldOfView/fix_simulationview_description
...
Clarify the Simulation View plugin description
2021-12-20 09:33:18 +01:00
fieldOfView
bec12c124f
Add a description to the Simulation View plugin that better explains its purpose
2021-12-19 11:48:52 +01:00
Miroslav Sustek
26685520ca
Add Czech translations for v4.13
2021-12-17 21:29:27 +01:00