Remco Burema
6f928ad97c
Merge branch 'master' into feature_intent
2019-06-07 10:39:52 +02:00
KOUBeMT
ee06ecca01
Indentation_fix_tabs_to_4spaces
2019-06-07 10:15:29 +02:00
KOUBeMT
c54f599acb
indentation_fix
2019-06-06 15:04:32 +02:00
Lipu Fei
9911f98deb
Add version upgrade 4.1 to 4.2
...
CURA-6460
2019-06-06 13:11:56 +02:00
Lipu Fei
e28ba497d3
Remove prime_tower_circular from profiles
...
CURA-6460
2019-06-06 13:11:26 +02:00
Lipu Fei
47ecdda0bc
Show prime blob by default
...
CURA-6414
So user can see if it's in a warning state.
2019-06-06 12:31:06 +02:00
Lipu Fei
960a20652a
Add warning state for prime blob and CheckBox
...
CURA-6414
2019-06-06 12:30:27 +02:00
Lipu Fei
d0f1b74bd7
Fix mistake in CLI check
...
CURA-6549
2019-06-06 12:16:54 +02:00
Lipu Fei
0e55b25e0b
Merge pull request #5768 from Ultimaker/CURA-5395-orthographic-view
...
Support for orthographic view
2019-06-06 11:49:25 +02:00
Lipu Fei
280ddea1ae
Do not redirect stdout and stderr for CLI
...
CURA-6549
2019-06-06 11:43:14 +02:00
Remco Burema
ccbc00c2ee
Don't prime-blob when print-sequence is one-at-a-time. [CURA-6414]
2019-06-06 11:16:30 +02:00
Ghostkeeper
1620ee6825
Rename user-visible setting
...
This is the easy part...
This setting actually indicates the maximum diameter that gets supported by a tower, so it should be more of a 'maximum diameter'.
Now the setting key is very different from the setting name so we're going to change that too.
Contributes to issue CURA-6311.
2019-06-06 10:20:12 +02:00
Ghostkeeper
81919b75df
Implement Z Hop Speed
...
Z Hops have their own speeds now. It no longer uses the maximum feedrate, which was unknown for some printers and therefore limited only to light speed, which was too much for some printers to handle.
Implements CURA-6532.
2019-06-06 10:15:50 +02:00
Remco Burema
a30814fe52
Remove square prime tower. [CURA-6460]
2019-06-06 10:07:05 +02:00
Jaime van Kessel
080cafe78f
Increase the looking from offset so model doesn't get cut off
...
CURA-5965
2019-06-06 10:01:20 +02:00
Jaime van Kessel
7880c8d3f4
Revert "Clean up snapshot code"
...
This reverts commit 37b904a3c4
.
2019-06-06 09:58:15 +02:00
Jaime van Kessel
fdea83cbd6
Merge branch 'master' of github.com:Ultimaker/Cura
2019-06-06 09:51:16 +02:00
Jaime van Kessel
37b904a3c4
Clean up snapshot code
2019-06-06 09:51:06 +02:00
Ghostkeeper
3ea68e6c7f
Fix width of labels in machine settings
...
- Elide the titles in the columns.
- Give the width of a ratio so that it doesn't matter if the font renders differently or if we resize the window.
Fixes #5742 .
2019-06-06 09:44:42 +02:00
KOUBeMT
4751bfc75f
Speed_change
2019-06-05 17:52:41 +02:00
KOUBeMT
2a2656b14e
Speed_adjustment
2019-06-05 17:46:11 +02:00
Jaime van Kessel
d0cf7f04bf
Don't show "Your rating" for generic materials
2019-06-05 16:45:34 +02:00
Jaime van Kessel
499e02579e
Fix hiding settings that were not visible by default
...
CURA-6556
2019-06-05 16:36:30 +02:00
KOUBeMT
542c8e936f
Add pause script emotiontech
2019-06-05 16:16:43 +02:00
KOUBeMT
cc693a8804
First_Strateo3D_commit
2019-06-05 15:04:18 +02:00
Lipu Fei
c2b866fd05
Fix scale for just ungrouped objects
...
CURA-6565
Same as in Uranium _calculateAABB()
2019-06-05 13:29:45 +02:00
Jaime van Kessel
6e053e0bb6
Mark objects that are completely below the buildplate as outside of the buildvolume
...
CURA-6545
2019-06-05 13:25:43 +02:00
Remco Burema
7aa17da536
Merge pull request #5791 from Ultimaker/CURA-6490_fix_ppa_attempt2
...
CURA-6490 Fix settings attempt 2
2019-06-05 13:07:47 +02:00
Jaime van Kessel
35ec70a3cf
Add a selector for the intent profile
...
CURA-6534
2019-06-05 11:13:32 +02:00
Jaime van Kessel
2d8c19203e
Expose intent model to QML
...
CURA-6534
2019-06-05 09:57:42 +02:00
trouch
4e7067ad2b
remove creasomemod essential setting visibility
2019-06-05 01:19:15 +02:00
Jaime van Kessel
69038c9e75
Added two test intent profiles
...
CURA-6534
2019-06-04 17:40:58 +02:00
Jaime van Kessel
2e7f8b066a
Ensure that the intent model gets populated
...
CURA-6534
2019-06-04 17:32:11 +02:00
Jaime van Kessel
266cf52cbc
Add stub for the IntentModel
...
CURA-6534
2019-06-04 17:24:34 +02:00
Ghostkeeper
36a206b418
Also remove translation for break preparation temperature
...
This setting is no longer used. If I don't remove it, it'll complain when syncing materials with the printer because it tries to serialise the material profiles then.
Contributes to issue CURA-6329.
2019-06-04 17:23:20 +02:00
Ghostkeeper
a0c3738a49
Add translations for deprime settings
...
These need to be read for the deprime experiments in the PPA.
Contributes to issue CURA-6329.
2019-06-04 17:07:59 +02:00
Ghostkeeper
b9e4ce8d15
Remove break preparation temperature
...
This setting is not used in the deprime procedure.
Contributes to issue CURA-6329.
2019-06-04 17:06:41 +02:00
trouch
ce9b48ab26
fix: remove heavy platform models
2019-06-04 16:46:03 +02:00
trouch
0812f354f0
feat: use quality inheritance
2019-06-04 16:44:40 +02:00
Lipu Fei
a6fea1bf40
Simplify check
...
CURA-6545
2019-06-04 07:43:58 +02:00
Mark Burton
5163c8f983
Added machine_extruders_share_heater setting and associated machine settings dialog checkbox.
2019-06-03 18:10:39 +01:00
Ghostkeeper
3d6e43ba9e
Disable deprime-related settings
...
Cura needs to be able to read these from the XML profiles in order to set up the experiment, but they don't affect slicing so the user doesn't need to adjust them.
Contributes to issue CURA-6329.
2019-06-03 17:28:53 +02:00
Ghostkeeper
d7d51571b5
Add additional settings from XML materials
...
These are all needed to implement the end-of-filament deprime procedure in the PPA's experiment. They are not necessary for slicing.
Contributes to issue CURA-6329.
2019-06-03 17:25:00 +02:00
Jaime van Kessel
d69c4d0979
Fix tests
...
CURA-6543
2019-06-03 16:27:39 +02:00
Jaime van Kessel
728d8c3141
Add test for VersionUpgrade41to42
2019-06-03 16:22:54 +02:00
Ghostkeeper
c00bd8c138
Merge branch 'fix_emptyviewmenucomponent_url' of https://github.com/fieldOfView/Cura into fieldOfView-fix_emptyviewmenucomponent_url
2019-06-03 14:25:38 +02:00
Ghostkeeper
228fb62e60
Handle functions in user or user-changes profiles
...
Normally the user hasn't got any of these unless he selected a setting to be copied for all extruders.
2019-06-03 14:15:40 +02:00
Jaime van Kessel
7cc4ac741c
Add version upgrade that adds empty intent profile to the stacks
...
CURA-6534
2019-06-03 11:49:03 +02:00
Ghostkeeper
24b1930b14
Don't erase G92 commands
...
They should only be read in order to detect travel moves properly. They don't need to be modified in any way.
Fixes #4878 .
2019-06-03 11:17:04 +02:00
Jaime van Kessel
a1bbb46555
Add intent to recognised resource types
...
CURA-6534
2019-06-03 11:15:59 +02:00