22685 Commits

Author SHA1 Message Date
maukcc
80a886f582 HMS434 upgrade
Added host chamber fan support
2020-05-15 09:24:17 +02:00
maukcc
1afd8cd754 HMS434 update 2020-05-12 15:44:22 +02:00
maukcc
70fa227274 HMS434 update 2020-05-12 13:32:55 +02:00
maukcc
598a32eb1e HMS434 update
set pid depending on nozzle temp
set chamberfans according to temp
2020-05-12 10:34:29 +02:00
maukcc
157c2d562e HMS434 update
added generic pla to the material list
2020-05-06 15:56:00 +02:00
maukcc
cf953bd66b HMS434 update
delete PLA quality files(again)
2020-04-29 13:37:20 +02:00
maukcc
4f0165e0bd HMS434 update 2020-04-29 13:35:24 +02:00
maukcc
617fb12ac0 HMS434 update
Deleted pla quality profiles
2020-04-29 09:03:56 +02:00
maukcc
f66cf6f4d0 HMS434 update
material exclusion
2020-04-22 13:46:52 +02:00
maukcc
59f105c1b9 HMS434 update
wipe codes changed
2020-04-20 15:50:11 +02:00
maukcc
f3093d6bc8 HMS434 update
roofing layers disabled
2020-04-17 12:08:21 +02:00
maukcc
7345554778 HMS434 update 2020-04-14 12:10:48 +02:00
maukcc
b92d0a83ac HMS434 update 2020-03-29 14:21:57 +02:00
maukcc
8b3a714c16 HMS434 update 2020-03-20 09:27:47 +01:00
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
Nino van Hooff
507459660e Refactor: rename CloudPackageManager to CloudApiClient 2020-02-14 16:33:24 +01: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
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
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
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
ninovanhooff
7af847d8a3
Merge pull request #7068 from Ultimaker/CURA-6964_update_noto_sans_fonts
Update fonts using Google Noto Sans Fonts
2020-02-05 17:23:35 +01:00
Ghostkeeper
341e149d0e
Ignore g-code lines with syntax errors
Discovered while working on CURA-7145.
2020-02-05 12:52:54 +01:00
Lipu Fei
632cfeb18b Update fonts using Google Noto Sans Fonts
CURA-6964

Fonts are downloaded from https://www.google.com/get/noto/#sans-lgc
with the "Condensed" fonts removed.
2020-02-05 11:25:27 +01:00
Jaime van Kessel
9e94875733
Merge branch 'feature_value_from_container_function' of https://github.com/fieldOfView/Cura 2020-02-04 16:47:45 +01:00
Jaime van Kessel
d3f34415d8
Merge branch 'master' of github.com:Ultimaker/Cura 2020-02-04 16:47:17 +01:00
Jaime van Kessel
0520f9a4bc
Ensure that setActiveExtruderCount correctly emits the extruderEnablechanged signal 2020-02-04 16:46:35 +01:00
ninovanhooff
53d69f3f26
Merge pull request #7066 from Ultimaker/CURA-7024_remove_hidden_stacks
Remove hidden stacks in 4.4 to 4.5 version upgrade
2020-02-04 16:16:20 +01:00
Ghostkeeper
3513266549
Guard against unexpected file structures
We shouldn't break on that.

Contributes to issue CURA-7024.
2020-02-04 15:52:12 +01:00
Ghostkeeper
a1f3444271
Don't delete containers from plugins directory
Some plug-ins provide extra profiles and we don't want to check them or delete them regardless of what their content is.

Contributes to issue CURA-7024.
2020-02-04 15:46:06 +01:00
Ghostkeeper
4307942544
Also remove instance containers referred to by extruder stacks
Contributes to issue CURA-7024.
2020-02-04 15:33:06 +01:00
Ghostkeeper
b549d20ec5
Document which stack layer is which container type
Contributes to issue CURA-7024.
2020-02-04 15:17:31 +01:00