28174 Commits

Author SHA1 Message Date
Ghostkeeper
268d16ca34
Update default_values to be equal to the new values
This helps when testing CuraEngine via command line.
2022-02-02 15:44:20 +01:00
Ghostkeeper
06bbeff21a
Merge branch 'marketplace_redesign' 2022-02-02 15:39:21 +01:00
Ghostkeeper
60a52b0963
Merge branch 'master' of https://github.com/jianshu-du/Cura into jianshu-du-master 2022-02-02 14:19:34 +01:00
Jaime van Kessel
b18582e1fb Fix size of USB manual control buttons
CURA-8684
2022-02-02 10:23:00 +01:00
Jaime van Kessel
b8e4baba0e Clean up the manual printer control QML
The QML could be simplified quite a bit to get the same results.

CURA-8684
2022-02-02 10:13:33 +01:00
64bittuning
49ed4be4ac Added omitted line
material_flow_layer_0 was mistakenly omitted from the previous file push.
2022-02-01 15:22:16 -05:00
Jaime van Kessel
90f9489840
Merge pull request #11399 from Ultimaker/Update-Portuguese-translations
Update cura.po
2022-02-01 17:15:03 +01:00
MariskaMaas
a03396e9b6 Update cura.po
Reseller requested segmentar to be changed to seccionar since that is more correct.
2022-02-01 16:29:24 +01:00
Jaime van Kessel
84fa5c659a
Merge pull request #11397 from Ultimaker/fix_typing
Fix typing
2022-02-01 13:51:51 +01:00
Jaime van Kessel
56c25db83a Ignore the type of certifi 2022-02-01 13:47:14 +01:00
Jaime van Kessel
c70c312286 Fix check if spec in postprocessing was None 2022-02-01 13:41:33 +01:00
Jaime van Kessel
ab2439f561 Fix first parameter of PositionOptional 2022-02-01 13:39:56 +01:00
Ghostkeeper
02c517a841
Enforce minimum column width through binding formula
We can't enforce it when resizing, due to the width rescaling with the width. But we can enforce it through the binding formula after applying the width scale.

Contributes to issue CURA-8686.
2022-02-01 13:04:16 +01:00
Joey de l'Arago
a87c92eddd
Merge pull request #11387 from Ultimaker/CURA-7541_align_buildplates
[CURA-7541] align digital buildplates
2022-02-01 10:57:24 +00:00
Ghostkeeper
8de1f923a4
Fix clicking, and don't allow dragging if not needed
When I changed the MouseArea into a TooltipArea, the clicking broke because the tooltip area doesn't catch mouse events. I could add another mouse area on top, but for better efficiency it's nice to re-use the TooltipArea. Just need to remember to allow clicking it.
I also found a small issue where you could flick the table even if it's not big enough to scroll. This should fix that.

Contributes to issue CURA-8686.
2022-02-01 11:54:43 +01:00
Casper Lamboo
2249c3e7c5
Merge pull request #11396 from Ultimaker/tevo_z_hop_fix
Set default z hop speed to maximum allowed value for tevo tarantula pro
2022-02-01 11:36:56 +01:00
Ghostkeeper
aac5535c2b
Run new build plate images through OptiPNG
Contributes to issue CURA-7541.
2022-02-01 11:29:50 +01:00
j.delarago
248cd6205d Increase canvas size of backplate image to stop repeating texture (MacOS does not attempt to tile the image, however Ubuntu does)
Texturing a set of faces with an image smaller than the faces will cause repeating. Normally this is not noticable since the edges of the backplate logos are mostly transparent but in this case the backplate faces were much taller than the input image. This change adds enough empty vertical height to the backplate image so that the tiling can not be seen.

CURA-7541
2022-02-01 10:58:44 +01:00
casper
cdc7303ad9 Set default z hop speed to maximum allowed value for tevo tarantula pro
Fixes https://github.com/Ultimaker/Cura/issues/11365
2022-02-01 10:29:52 +01:00
NilsRo
ce048f1d9b Update anycubic_i3_mega_s.def.json 2022-01-31 21:21:32 +01:00
Jaime van Kessel
2294214bcf
Merge pull request #11336 from Ultimaker/CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity'
Cura 8684 qt controls replacement buttons, actions & 'exclusivity'
2022-01-31 17:33:15 +01:00
Jaime van Kessel
ecba5b409c Fix binding loop in objectItemButton
CURA-8684
2022-01-31 17:32:10 +01:00
Jaime van Kessel
cef3b5db16 Fix mergeconflict
CURA-8684
2022-01-31 17:30:03 +01:00
Ghostkeeper
474497b8bb
Merge branch 'CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity'' of github.com:Ultimaker/Cura into CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity' 2022-01-31 17:09:06 +01:00
Ghostkeeper
ee81326d6a
Fix remaining merge conflicts
- When both branches added Controls1 as OldControls, it's not marked as a merge conflict. But the merge removed the need for OldControls, so the import can be removed.
- There was one instance where I had removed the OldControls for a checkbox but there it should remain since the checkboxes are updated in a separate ticket.

Contributes to issue CURA-8684.
2022-01-31 17:08:56 +01:00
Jaime van Kessel
6ef28db458 Remove unneeded semicolon
CURA-8684
2022-01-31 17:06:59 +01:00
Ghostkeeper
6db4a55f6e
Merge branch 'replace_controls_1_for_controls_2' into CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity'
Conflicts:
	plugins/ImageReader/ConfigUI.qml
	plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml
	plugins/PerObjectSettingsTool/SettingPickDialog.qml
	resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml
	resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
	resources/qml/Preferences/GeneralPage.qml
	resources/qml/Preferences/Materials/MaterialsPage.qml
	resources/qml/Preferences/Materials/MaterialsView.qml
	resources/qml/Preferences/ProfilesPage.qml

These conflicts are all arising from headers/includes being updated at the same time, or from the two branches marking the other one's components as needing OldControls.
This introduced more OldControls markers which don't get marked as merge conflicts by Git. This happens when an element could just be left as the original name but from the new import (e.g. a Button stays a Button in Controls 2, but should be marked as from OldControls on the branch that doesn't update the Button).
2022-01-31 16:53:45 +01:00
casper
4cb4e0e38c Re-enable validators in ImageLoaderPlugin
CURA-8684
2022-01-31 15:47:42 +01:00
casper
b2af6308e5 Add validator to material cost/weight spinboxes
This way only valid numbers can be entered

CURA-8684
2022-01-31 15:18:58 +01:00
casper
14767a92c6 Allow mouse selection in SpinBox
CURA-8684
2022-01-31 14:35:21 +01:00
casper
1ecc1ad753 Update styling in image loader plugin
CURA-8684
2022-01-31 13:43:08 +01:00
j.delarago
092dd8a918 Add imports for typing, add spacing
CURA-7541
2022-01-31 13:35:42 +01:00
Joey de l'Arago
736988da7c
Add space around operators
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-01-31 12:30:09 +00:00
Joey de l'Arago
8f58c786bb
Add Typing
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-01-31 12:29:49 +00:00
Joey de l'Arago
7dd4a3b8bd
Add typing
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-01-31 12:29:39 +00:00
Joey de l'Arago
7479aafe13
Fix incorrect comment
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-01-31 12:29:23 +00:00
casper
264ce3bdd1 Make texts fields selectable by mouse for various components
This enables mouse-selectable for
- The image reader dialog
- Layer view text field (in simulation view)
- The TextField with unit component (for instace used to set the scale
 of models)
- Rename dialog(s)
- Currency text field
- The settings filter text field

CURA-8684
2022-01-31 10:28:00 +01:00
j.delarago
0b4568d687 Add S3 and S5 new backplate image. The new images are higher resolution and scaled to fit the size of the backplate.
Update texture coordinates of S3 and S5 for new scaled images.

CURA-7541
2022-01-31 09:21:06 +01:00
j.delarago
50ab14a072 Add new Ultimaker 2 plus connect platform model and backplate image.
CURA-7541
2022-01-31 09:21:00 +01:00
j.delarago
31e11c415d Add obj_trimmer.py script for trimming obj files used for printer base plates.
CURA-7541
2022-01-31 09:20:53 +01:00
casper
5aa67770a2 Add properties (with defaults) to the PrintSetupHeaderButton state-props
Resolves 2 QML-warnings

CURA-8684
2022-01-31 09:00:30 +01:00
casper
f94813a98e Fix description
CURA-8684
2022-01-31 08:59:23 +01:00
casper
8979632457 Resolve Qt warning
CURA-8684
2022-01-30 23:30:39 +01:00
casper
ac080f3cd7 Provide height in the line type combobox of the simulation view
CURA-8684
2022-01-30 23:22:58 +01:00
casper
f62a5e7340 Allow decimal point for values input in materials view
CURA-8684
2022-01-30 23:19:11 +01:00
NilsRo
a54b0ec84c Update anycubic_i3_mega_s.def.json
Added more Cura settings
2022-01-30 17:44:11 +01:00
NilsRo
de8c256056 Feedrate to newest firmware 2022-01-29 20:05:36 +01:00
NilsRo
f4be1c85d8 Update anycubic_i3_mega_s.def.json 2022-01-29 19:38:27 +01:00
NilsRo
6660f4dfc7 Updated Acceleration and speed 2022-01-29 19:09:34 +01:00
64bittuning
1bea19169d Start code revisions
During a supplementary review, the start codes were found to be mislabeled. This has been corrected.
2022-01-29 00:21:44 -05:00