23379 Commits

Author SHA1 Message Date
jos@mauk.cc
a53b1fc1d9 HMS434 update
support settings
toolchange settings
2020-02-17 15:28:38 +01:00
MaukCC
3c6f31b81f
Merge pull request #3 from Ultimaker/master
update
2020-02-17 15:27:39 +01:00
Ghostkeeper
5af4acc49e
Remove trailing spaces 2020-02-17 15:25:17 +01:00
Dimitriovski
a4a076ea5c
Removed the user input from the CrashHandler as we are not using it for sending that data to Sentry
CURA-7223
2020-02-17 12:02:52 +01:00
Jaime van Kessel
769fc8fd37
Fix crashing when material could not be found
See CURA-3M in sentry. It most commonly happens with the anycubic,
since it had some weird stuff with it suddenly supporting materials.

This change will make it so that no crash happens. Old profiles will still have
an empty material. This isn't really an issue, since the interface will mark this
as an error (prompting users to switch).
2020-02-17 10:57:24 +01:00
Mehmet Sutas
0237904292 CI Fix 2020-02-17 01:18:14 +03:00
Mehmet Sutas
d417e436ba CI Fix 2020-02-17 00:43:45 +03:00
Mehmet Sutas
5931826414 Update rigid3d_zero2.def.json 2020-02-16 19:43:27 +03:00
Mehmet Sutas
a0f02897e4 Update Rigid3D Profiles 2020-02-16 18:02:04 +03:00
yyh1002
050ab50062 DXU defenition 2020-02-15 18:46:51 +11:00
Zachary Cook
1b72577f88
Added check for stdout being defined. 2020-02-14 13:02:56 -05:00
Nino van Hooff
507459660e Refactor: rename CloudPackageManager to CloudApiClient 2020-02-14 16:33:24 +01:00
PurpleHullPeas
939f761843
Fixing default bed temperature for MP Mini Delta
The stock Monoprice Mini Delta 3D printer has trouble reaching 60 C. Setting the bed temperature to 40 C so that it doesn't confuse newcomers to the hobby when the printer sits forever waiting for the bed to reach a temperature that it cannot attain.
2020-02-13 20:20:55 -06:00
Ghostkeeper
089561dd22
Merge branch 'infill_mesh_shell_defaults' 2020-02-13 13:12:35 +01:00
Ghostkeeper
a776f54e7f
Fix making settings visible if the default was 0
If the default was 0, then the if statement would evaluate as False and it would not make them visible until you closed and re-opened the panel.

Contributes to issue CURA-7211.
2020-02-13 13:09:57 +01:00
Ghostkeeper
3b235d5536
Make settings visible too after adding them
Contributes to issue CURA-7211.
2020-02-13 13:08:32 +01:00
Lipu Fei
65e1314538 Fix QML null warnings 2020-02-13 12:26:49 +01:00
Lipu Fei
15f4d1231b Fix QML null warnings 2020-02-13 12:11:25 +01:00
Remco Burema
958f1a855c
Merge pull request #7010 from smartavionics/mb-hole-offset
Added Hole Horizontal Expansion setting.
2020-02-13 09:05:18 +01:00
Ghostkeeper
53e1742d27
Merge branch 'master' into infill_mesh_shell_defaults 2020-02-11 17:21:19 +01:00
s.sharma
3f561f38e5 Better default skin edge support settings for PLA and CPE for Nozzle 0.4 and draft 0.2 2020-02-11 14:16:35 +01:00
Dimitriovski
b9ff66af00
Merge pull request #7091 from Ultimaker/CURA-7200_package_zip_not_found
Fix LicensePresenter: reset state when presenting licenses
v4.5-beta
2020-02-11 13:43:49 +01:00
Nino van Hooff
72c1b4d10c Fix LicensePresenter: reset state when presenting licenses
CURA-7200
2020-02-11 13:34:17 +01:00
Remco Burema
b0418716fd
Rename 'Feedrate' to 'Speed'.
At least in the interface. Even though Feedrate is congruent with the CNCdefinition thereof, Speed is less confusing for the user.
2020-02-11 13:03:27 +01:00
Jaime van Kessel
277d730ed8
Merge branch '4.5' of github.com:Ultimaker/Cura into 4.5 2020-02-11 11:52:10 +01:00
Jaime van Kessel
70f22d04e4
Fix setting the environment for Sentry 2020-02-11 11:51:33 +01:00
ninovanhooff
8ac52e8baa
Merge pull request #7089 from Ultimaker/CURA-7207_fix_package_compatibility
CURA-7207_fix_package_compatibility
2020-02-11 11:27:02 +01:00
Nino van Hooff
a33cfdfba6 Simplify package compatibility checking
CURA-7207
2020-02-11 11:21:28 +01:00
Nino van Hooff
ea44911a98 Merge remote-tracking branch 'origin/CURA-7207_fix_package_compatibility' into CURA-7207_fix_package_compatibility
# Conflicts:
#	plugins/Toolbox/src/CloudSync/SubscribedPackagesModel.py
2020-02-11 11:09:51 +01:00
Nino van Hooff
f78359ae76 Fix pylint typing
CURA-7207
2020-02-11 11:09:23 +01:00
Ghostkeeper
ea9a9d58b1
Fix typing of list of API versions
Contributes to issue CURA-7207.
2020-02-11 11:09:02 +01:00
Ghostkeeper
0c42b1fdea
Code style: Method names with lower camelcase
Contributes to issue CURA-7207.
2020-02-11 11:06:33 +01:00
Ghostkeeper
bcf4bc8138
Simplify _is_any_version_compatible
It now literally says: for any version, is it compatible?

Contributes to issue CURA-7207.
2020-02-11 11:02:32 +01:00
Nino van Hooff
5beba6050f Fix api version checking
CURA-7207
2020-02-11 09:52:39 +01:00
Remco Burema
97106b46dd
Merge pull request #7088 from Ultimaker/CURA-7203_Fix_windows_save_to_removable_drive
Fix the "save to removable drive" not appearing
2020-02-11 09:51:31 +01:00
Kostas Karmas
c54c79d2db Fix the "save to removable drive" not appearing
CURA-7203
2020-02-11 09:46:15 +01:00
Ghostkeeper
37818c8168
Merge branch '4.5' 2020-02-10 17:03:08 +01:00
Ghostkeeper
1bb9371d08
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master 2020-02-10 16:40:17 +01:00
Ghostkeeper
d9ddb438f8
Merge branch '4.5' 2020-02-10 11:36:07 +01:00
Ghostkeeper
6f707f3149
Bump SDK version number of Cura 4.5 to 7.1
We've added new things to our API. This allows plug-in developers to use them.

Contributes to issue CURA-7205.
2020-02-10 10:45:07 +01:00
Mehmet Sutas
da0e84bdfc Update Rigid3D Printer Profiles 2020-02-10 01:05:20 +03:00
Lipu Fei
b03f666bf5 WIP: Make it work with Python 3.7 packaing 2020-02-07 23:14:47 +01:00
Ghostkeeper
309f90ceb8
Update headers with new year
And don't put again the reporting e-mail there. It's already in the header after all.

Contributes to issue CURA-7201.
2020-02-07 15:26:02 +01:00
Ghostkeeper
6091c67dee
Merge branch '4.5' 2020-02-07 14:34:04 +01:00
Ghostkeeper
e6af3f3842
Update metadata of PO files
It's now version 4.5. Also the report address was erased again by msgmerge.

Contributes to issue CURA-7201.
2020-02-07 14:28:00 +01:00
Ghostkeeper
73aa80af4b
Update translations with to-translate texts for Cura 4.5
The translators will have to fill in the empty ones now.
These are generated by calling on the i18n-update-po target of CMake.

Contributes to issue CURA-7201.
2020-02-07 14:23:32 +01:00
Ghostkeeper
850f14f14a
Update translation templates for Cura 4.5
These are the new texts to be translated this release. Obtained by executing the extract-messages target of CMake.

Contributes to issue CURA-7201.
2020-02-07 14:21:27 +01:00
Ghostkeeper
a8ccec709f
Add test for spaces in definition IDs
Contributes to issue CURA-7201.
2020-02-07 13:55:24 +01:00
Ghostkeeper
a168e9f8a6
Don't use spaces in definition IDs
Use underscores. Spaces are encoded differently with the quote_plus function and also the translation system borks on these.

Contributes to issue CURA-7201.
2020-02-07 13:55:24 +01:00
Nino van Hooff
050ff62344 Don't show license Screen when there are no licenses to show
CURA-7198
2020-02-07 13:47:15 +01:00