23100 Commits

Author SHA1 Message Date
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
Ghostkeeper
25292a4c7c
Add link to help pages if it can't connect
I don't know what the link is supposed to be linking to though. Yet.

Contributes to issue CURA-7017.
2020-03-05 13:16:54 +01:00
Ilia Mazlov
5b85dae926 PP-plugin -> PauseAtHeight: steppers disarm timout 2020-03-04 16:49:35 +01:00
Hussain Bhavnagarwala
292873bea9
Update fabxpro_pla_normal.inst.cfg 2020-03-04 19:10:30 +05:30
Hussain Bhavnagarwala
4546ad9c60
Update fabxpro_pla_fine.inst.cfg 2020-03-04 19:10:09 +05:30
Hussain Bhavnagarwala
049db913e4
Update fabxpro_pla_draft.inst.cfg 2020-03-04 19:09:46 +05:30
Hussain Bhavnagarwala
dbe35a7825
Update fabxpro_abs_normal.inst.cfg 2020-03-04 19:09:23 +05:30
Hussain Bhavnagarwala
1b2e031c7c
Update fabxpro_abs_fine.inst.cfg 2020-03-04 19:09:06 +05:30
Hussain Bhavnagarwala
59d66741a1
Update fabxpro_abs_draft.inst.cfg 2020-03-04 19:07:18 +05:30
Nino van Hooff
dc6339b295 Change the infill-only checkbox in per object settings to a dropdown
CURA-7255
2020-03-04 11:56:57 +01:00
Nino van Hooff
96c349e8bd Ensure the default Trust violation handler is always called
includes documentation improvements

CURA-7016
2020-03-03 15:58:05 +01:00
Nino van Hooff
d9509d25ba
Merge pull request #7179 from Ultimaker/CURA-7081_prevent_sys_path_relative
Remove working directory from sys.path
2020-03-03 10:34:34 +01:00
Nino van Hooff
244d018a2e Refactor createBackup to use HttpRequestManager 2020-03-02 15:14:04 +01:00
Nino van Hooff
7243dc63a4 Revert: Refactor UploadBackupJob to use HttpRequestManager
It doesn't make sense to have a Job using HttpRequestManager
because both are async and

Note that the job itself should not emit finished, the JobQueue does that.
2020-03-02 15:12:42 +01:00
Nino van Hooff
6c9b9909ba Fix UploadBackupJob 2020-03-02 14:46:33 +01:00
Ghostkeeper
0e564abbea
Merge branch 'master' of ssh://github.com/Ultimaker/Cura 2020-03-02 14:14:51 +01:00
Ghostkeeper
4a754a0735
Realign build plate models
Contributes to issue CURA-7270.
2020-03-02 14:11:49 +01:00
Ghostkeeper
c4b060ca48
Merge branch 'dagoma_discoultimate' of https://github.com/0r31/Cura into 0r31-dagoma_discoultimate 2020-03-02 13:38:53 +01:00
Nino van Hooff
932b12e66c Convert doxygen to rst for DriveApiService 2020-03-02 11:58:12 +01:00
Jaime van Kessel
d501f7730a
Show Full name for quit message
We're a bit insecure about Cura, so we have to put the company name in front of it ;)
2020-03-02 10:48:47 +01:00
fieldOfView
7cab2b876c Fix watching for changes in AMF and trimesh-loaded files
Fixes #7192
2020-03-01 22:49:58 +01:00
fieldOfView
67af1aa19d Fix the positioning of multi-line tooltip anchor-points 2020-02-28 23:00:56 +01:00