11203 Commits

Author SHA1 Message Date
Ghostkeeper
00de7497a4
Move open dialogue to separate file provider plug-in
We can now define plug-ins that specify where to open files from. This is one of the places where you can open files.
This breaks the main button to open files in the interface. It needs to be redirected to trigger the plug-in to show the open file dialogue.

Contributest o issue CURA-7868.
2021-01-04 18:11:00 +01:00
Ghostkeeper
4b375ce2fe
Remove unused hasMesh signal
This is logic that shouldn't be in QML anyway. It's not used by anything at this point. Let's remove it.

Contributes to issue CURA-7868.
2021-01-04 18:11:00 +01:00
Kostas Karmas
e5038ab46d Update year in the copyright comment.
CURA-7868
2021-01-04 15:12:53 +01:00
Kostas Karmas
70550594cd Connect the visibility of the components through their properties
As Ghostkeeper suspected correctly in the review comment https://github.com/Ultimaker/Cura/pull/9012#discussion_r549707433
the binding wasn't working because the model was being retrieved using a function
(CuraApplication.getFileProviderModel()).

Separating this model into a variable allows us to properly bind the "visible" properties of the
menu items with the count property of the model without a problem.

CURA-7868
2021-01-04 15:07:53 +01:00
HUNIBEST-HyVISION
d797067326 [CUBICON] Add device(Style NEO-A31) & Update start gcode. 2021-01-04 14:03:42 +09:00
Kostas Karmas
71994eaaf9 Change the Open File(s) option according to the file providers count
When there is only one file provider (i.e. the local file provider), the Open File(s) will be a
simple item in the File menu.
When there are more than one file providers, the Open File(s) will become a submenu in the File
menu, which will contain all the file providers as submenu items.

CURA-7868
2020-12-23 17:13:14 +01:00
FusedForm
9efe5dd5e2
Small parameter update for printing improvement (#8961)
* Add files via upload

* Add files via upload

* Add files via upload

* Update fusedform_300_draft_abs.inst.cfg

* Add files via upload

* Delete fusedform_300_draft_abs.inst.cfg

* Delete fusedform_300_draft_pla.inst.cfg

* Deletion of old files

* changes in STD quality profiles

* Changes in mini quality files

* Changes in FF600 quality files

* changes in machine definition name

* Changes in definition files

* extruder and definition linking

* ff300 inherits and extruder def

* Update fusedform_300.def.json

* category deprecation in definitions

* inherits

* ff300 extruder definition machine

* extruder machine definitions

* Fused form FF600plus machine profiles

* PETG profiles

* Update fusedform_300.def.json

* changes in start gcode

* machine configuration dynamics on definitions

* speed adjustments

* dynamics modification in petg and flex quality

* Further adjustments on dynamics definitiosn

* Modification of all files under inherits data structure.

* Quality setting version 15 to 16

* These changes are for limiting quality types in the materials defined

* Quality Modification under Global and Material specific structure

Global quality structures and material specific definitions under the global structures

* Addition of double extruder machine definitions

* Machine definitions update according to structure

* Doppia Base definitions erased, Doppia definitions updated to use a single base definition.

* extruder 1 base definition fix

* extruder train overrides

* extruder modifications

* Update fusedform_300_doppia.def.json

* Base settings and extruder definitions

* retraction modification to avoid filament damage

* REdefinition test of second extruder train in doppia

* Update fusedform_300_doppia.def.json

* Update fusedform_base_extruder_1.def.json

* Update fusedform_300_doppia.def.json

* Update fusedform_300_doppia.def.json

* Update fusedform_300_doppia.def.json

* Update fusedform_base_extruder_1.def.json

* Update fusedform_300_doppia.def.json

* Update fusedform_600_doppia.def.json

* Update fusedform_600_doppia.def.json

* Additional updates in Doppia definitions

* Creation of Doppia base definition, doppia extruders. Update in doppia machine definitions

* correction in quality definitions to pull base definitions from a single base

* more corrections

* small parameter update

Small changes in printing parameters to optimize retraction and other settings.
2020-12-22 17:27:15 +01:00
StijnArntz
561620336e Update CPE settings for UM2C
Combing settings for 0.4nozzle
2020-12-18 14:08:41 +01:00
Eryone
b6ba0eac35 DelDelete the space tab
Deleted the space tab
2020-12-17 18:16:07 +08:00
Eryone
df41490940 Improved the setting 2020-12-17 18:06:20 +08:00
Kostas Karmas
430550452f Add a new file menu option when there are multiple file providers
CURA-7868
2020-12-15 18:31:15 +01:00
Eryone
42ef3fea31
Update the setting version "15" to "16" 2020-12-10 21:38:28 +08:00
Eryone
894ec4232e
Update the setting version "15" to "16" 2020-12-10 21:38:03 +08:00
Eryone
ba309f3cac
Update the setting version "15" to "16" 2020-12-10 21:37:36 +08:00
Eryone
008fc3ffd1
Delete the space tab 2020-12-10 21:10:16 +08:00
Eryone
af5200afd3
Update eryone_er20.def.json
Delete the space tab
2020-12-10 20:59:29 +08:00
Eryone
04418853e6 2020-12-10 20:56:25 +08:00
Eryone
2dce2118f5 Added the eryone_er20 3d printer 2020-12-10 20:25:00 +08:00
Ghostkeeper
bfe62514e2
Allow steps per mm to be float
You could have 333.333 steps per mm, for instance. Not common, but it's possible.

Fixes #8889.
2020-12-08 14:14:14 +01:00
Ghostkeeper
000d7e90f5
Fix support density when using tree support on engineering materials
These formulas were using a setting that didn't exist any more.
Not sure how this got through QA. Oh well, this is what they are intending.
This formula is a little bit weird in how it works with support meshes if support is disabled, but it's more or less as good as it gets. The formula is mirrored from how other Ultimaker printers write it down, but slightly simplified with the same outcome.
2020-12-08 12:18:23 +01:00
fieldOfView
0313b29dcf Fix validator for floats in Machine Settings dialog
The DoubleValidator depends on the system locale, requiring users with certain locales to enter floats with a comma instead of a dot (though confusingly floats are always represented with a decimal a dot). Instead of configuring the DoubleValidator with a locale that only accepts decimal dots, this commit uses a RegExpValidator, like other numeric fields in Cura does.
2020-12-07 16:04:21 +01:00
Miroslav Sustek
ddce475e9e Translate missed word 2020-12-02 23:56:25 +01:00
Kostas Karmas
f18c274825 Remove duplicate settings from quality profiles
After https://github.com/Ultimaker/Cura/pull/8684 raft_airgap and speed_layer_0 existed twice in some of the quality profiles.
This commit fixes that by removing the old (calculated) values.
2020-12-02 16:30:16 +01:00
Or Bin
590e46cef3 Fixed typo: positionning -> positioning 2020-11-28 22:45:58 +02:00
Miroslav Sustek
aae1b9759d Add Czech translations for Cura 4.8 2020-11-27 21:01:59 +01:00
Ghostkeeper
4df5fbc215
Make skirt/brim line width and flow visible for draft/ooze shields
The draft and ooze shield use the skirt/brim settings to print. So these settings should be adjustable if the draft or ooze shield is enabled. It's a bit weird UX-wise, but it's correct. The UX problem will be tackled later.
Apparently this was already done for the speed/acceleration/jerk settings so no change necessary there.

Contributes to issue #8808.
2020-11-27 12:11:06 +01:00
Ghostkeeper
a4fd701f4b
Correct description of Mesh Processing Rank to indicate correct order
Two problems with this description:
- It claims that meshes with lower rank override meshes with higher rank. It's the other way around.
- It mentions 'rank' in one sentence and then 'order' in the next. I've corrected this to use the term 'rank' in both sentences for clarity. This is also the term used for the setting label, to be consistent.

Found in issue #8821.
2020-11-26 17:29:50 +01:00
nani
74ca8a0d8e
Merge branch 'master' into master 2020-11-23 19:20:19 +05:30
venkatkamesh
e9e5b70023 Merge branch 'master' of https://github.com/venkatkamesh/Cura 2020-11-23 19:16:53 +05:30
venkatkamesh
f8f6809a3e changed platform 2020-11-23 19:16:22 +05:30
nani
9af3a26d20
Update kosher_mirror.def.json 2020-11-23 19:09:09 +05:30
nani
b087206f36
Update kosher.def.json 2020-11-23 19:08:30 +05:30
nani
de1187eccb
Update arjun_mirrored.def.json 2020-11-23 19:07:54 +05:30
nani
2eca196f0b
Update arjun_duplication.def.json 2020-11-23 19:06:57 +05:30
nani
1c4fb4dd73
Update arjun300.def.json 2020-11-23 19:06:09 +05:30
nani
06fd95fe82
Update kosher_duplication.def.json 2020-11-23 19:05:30 +05:30
nani
3d267da533
Update kosher.def.json 2020-11-23 19:01:34 +05:30
nani
92aca10ebd
Update diy220.def.json 2020-11-23 18:59:34 +05:30
venkatkamesh
fe2eb10abb New Definition 2020-11-23 13:59:08 +05:30
nani
c46e8cc14e check 2020-11-21 02:09:19 +05:30
nani
caa13625cc switch_removed 2020-11-21 02:00:20 +05:30
nani
debb87fcc9 ID 2020-11-21 01:49:32 +05:30
nani
6547907318 definitions 2020-11-21 01:32:12 +05:30
nani
2443d09120 definitions 2020-11-21 01:23:13 +05:30
nani
5db6cafc59 version 2020-11-21 01:13:14 +05:30
nani
9278f6a5d7 version update 2020-11-21 01:02:46 +05:30
nani
6ac1d62e16 update 2020-11-21 00:57:51 +05:30
nani
f4d9d8adc7 KOSHER_220_NEW
New printer by svtech
2020-11-21 00:41:31 +05:30
Michael Graf
69dc54b763 Makes Anycubic i3 Mega use fan speed from material.
Sets max speed to 100% for small layers as the stock fan is not very strong.
2020-11-20 19:10:30 +01:00
Michael Graf
67b27a53d3 ai3m use material temperatures
Makes Anycubic i3 Mega use bed and print temperature from material.
2020-11-20 18:53:20 +01:00