Jaime van Kessel
e54e41644e
Merge branch 'master' of github.com:Ultimaker/Cura
2020-03-12 13:39:48 +01:00
Nino van Hooff
5923f408d0
Add mypy==0.740 to requirements
2020-03-12 13:39:15 +01:00
Jaime van Kessel
78bbc4c955
Add work around to prevent setting not updating
2020-03-12 13:38:36 +01:00
Nino van Hooff
ce12827879
Fix infill mesh defaults not visible when changing per object settings
...
The problem: When infill mesh is set, wall_thickness and
top_bottom_thickness are added to the settings. Then these settings are
set to visible on the visibility_handler.
It appears however, that the visibility_handler considers all added
settings to be visible. It thus concludes that no UI update is necessary
because the settings are already added.
2020-03-12 13:25:29 +01:00
Hussain Bhavnagarwala
c40048bb1d
Update fabxpro_pla_normal.inst.cfg
2020-03-12 11:19:46 +05:30
Hussain Bhavnagarwala
e4890e9dbf
Update fabxpro_pla_fine.inst.cfg
2020-03-12 11:19:12 +05:30
Hussain Bhavnagarwala
d0d2fe1669
Update fabxpro_pla_draft.inst.cfg
2020-03-12 11:18:45 +05:30
Hussain Bhavnagarwala
d7fa66f138
Update fabxpro_abs_normal.inst.cfg
2020-03-12 11:17:47 +05:30
Hussain Bhavnagarwala
e7fd4d0316
Update fabxpro_abs_fine.inst.cfg
2020-03-12 11:17:21 +05:30
Hussain Bhavnagarwala
e1cefc4edf
Update fabxpro_abs_draft.inst.cfg
2020-03-12 11:16:52 +05:30
Nino van Hooff
d11b3b0921
Extra comment for RestoreBackupJob
2020-03-10 14:23:40 +01:00
Nino van Hooff
ebfad16508
Refactor the restore backup implementation to RestoreBackupJob
2020-03-10 14:21:52 +01:00
Nino van Hooff
ed5c2b3f43
Refactor the create backup implementation to CreateBackupJob
2020-03-10 13:35:37 +01:00
Jaime van Kessel
d01286a340
Remove all duplicate entries from dark theme
2020-03-10 11:57:30 +01:00
Jaime van Kessel
1a24e9a04a
Remove unneeded overrides from dark theme
2020-03-10 11:35:07 +01:00
Jaime van Kessel
9f8b882452
Merge branch 'transparent_support' of https://github.com/Ghostkeeper/Cura
2020-03-10 11:26:05 +01:00
Ghostkeeper
d7d91d2fec
Don't translate 'Language:' string
...
This should make it easier to find the language drop-down again if you can't read the current language.
Done as a 5 minute fix.
2020-03-10 11:19:32 +01:00
Matt Jani
43ab23439b
Fixed small typo in nothing to slice
...
CURA-7277
2020-03-10 11:05:30 +01:00
Matt Jani
3887814660
Update the nothing to slice message
...
The message didn't list all the cases that it could pop up.
CURA-7277
2020-03-10 10:59:33 +01:00
Ghostkeeper
d2cab162ed
Make support render transparently
...
This way you can still sort of see what is being supported under there. Handy!
However because the layer view is rendered on top of everything else, the Z buffering is a bit messed up. This makes the support always exactly the transparency value in the theme regardless of how many layers of support are drawn. That's nice, because it makes it so that you can always see through the support.
This doesn't work when the colour scheme of layer view is not set to Line Type. There is no differentiation between support and other things then. Support infill seems to not be used at all by layer view, but I've also made the support interface transparent just like the normal support.
2020-03-10 01:06:11 +01:00
Ghostkeeper
7b0964abef
Merge branch 'DenyCZ-4.5'
2020-03-09 16:57:09 +01:00
Ghostkeeper
0c9a8d3a7c
Add Czech language to the list
...
You can now select Czech as your Cura language.
Contributes to issue CURA-7285.
2020-03-09 16:55:13 +01:00
Ghostkeeper
b2e626b020
Update header of Czech translations
...
It's now in the same format as the rest of the languages.
Contributes to issue CURA-7285.
2020-03-09 16:41:58 +01:00
Ghostkeeper
48aa92e04c
Merge branch '4.5' of https://github.com/DenyCZ/Cura into DenyCZ-4.5
2020-03-09 16:33:42 +01:00
Ghostkeeper
fe8e892568
Give warning if preshrink is larger than wall thickness
...
If it is larger, it could cause gaps to appear between the walls where infill is exposed.
Contributes to #7231 .
2020-03-09 16:07:10 +01:00
Kostas Karmas
7d33830ae7
Filter out KeyboardInterrupts and MemoryErrors
2020-03-09 15:06:55 +01:00
Jaime van Kessel
d041131f84
Merge branch 'fix_preheat_fields' of https://github.com/fieldOfView/Cura
2020-03-09 13:02:02 +01:00
Ghostkeeper
a56b297074
Merge branch 'master' of ssh://github.com/Ultimaker/Cura
2020-03-09 12:52:45 +01:00
Ghostkeeper
466964cf41
Change the sign of comparing against density
...
Contributes to issue CURA-7287.
2020-03-09 12:48:07 +01:00
Ghostkeeper
287e31554b
Merge branch 'master' into Skin_Edge_Settings
2020-03-09 12:47:13 +01:00
konskarm
9dec4bc178
Merge pull request #7248 from Ultimaker/CURA-7211_fix_unselected_pos_settings
...
Fix two if statements which caused POS settings to be unselectable
2020-03-09 11:49:02 +01:00
ODUCCEU
1ccf73d11e
Add Flying Bear Ghost 4S Printer
2020-03-08 18:37:48 +03:00
oducceu
7e672b6039
Merge pull request #1 from Ultimaker/master
...
Catch Up
2020-03-08 18:36:47 +03:00
Daniel Ciepluch
c96d9e27b8
Strings revisited
2020-03-06 20:44:00 +01:00
Ghostkeeper
c32677d27a
Don't hard-code application name here either
...
Seems that there are 30-ish places where this is hard-coded in the rest of our code base too. I'm not going to fix all of those.
2020-03-06 15:58:41 +01:00
Ghostkeeper
b572fc68de
Don't hard-code the application name
...
As a response to the comment on commit d501f7730a42e45177fa3cdb89a4cdce1f1bd9a4.
2020-03-06 15:54:23 +01:00
Jaime van Kessel
418a4067df
Add all requirements from cura-build-env to requirements.txt
2020-03-06 14:49:24 +01:00
Jaime van Kessel
588a5c3ff8
Merge branch 'requirements' of github.com:Ultimaker/Cura
2020-03-06 14:23:41 +01:00
Jaime van Kessel
cc66c207ed
Add numpy-stl & requests to requirements file
2020-03-06 13:47:15 +01:00
Ghostkeeper
548c02772d
Gracefully fail if the profile can't be set currently
...
Discovered during work on CURA-7283.
2020-03-06 13:40:28 +01:00
Nino van Hooff
8c0a2ff72e
Remove debug print
2020-03-06 11:14:49 +01:00
Jaime van Kessel
68ad38de28
Fix sizing of the machine action dialog
...
Contributes to #7224
2020-03-06 11:02:59 +01:00
Nino van Hooff
c8c4fe65cf
Fix two if statements which caused POS settings to be unselectable
2020-03-06 11:00:56 +01:00
Ghostkeeper
96482398f5
Code style
2020-03-05 23:58:12 +01:00
fieldOfView
ecfe9c708e
Fix watching for changes in 3mf files
2020-03-05 20:13:14 +01:00
Ghostkeeper
365d1c0f74
Reset 'has responded' state when pressing Add
...
It's maybe not a good idea to remember this state only in QML. Not changing that now though.
Contributes to issue CURA-7017.
2020-03-05 17:39:57 +01:00
Jaime van Kessel
74f9125b27
Merge branch 'master' of github.com:Ultimaker/Cura
2020-03-05 16:06:56 +01:00
Jaime van Kessel
bffe79d96c
Add verify_mode to ssl context
...
CURA-7176
2020-03-05 16:06:27 +01:00
Ghostkeeper
12a164f8d4
Merge branch 'fix_amf_trimesh_file_watcher' of https://github.com/fieldOfView/Cura into fieldOfView-fix_amf_trimesh_file_watcher
2020-03-05 15:30:41 +01:00
Ghostkeeper
2dcf5a9c97
Fix link to connecting page
...
Contributes to issue CURA-7017.
2020-03-05 14:01:02 +01:00