Commit graph

9560 commits

Author SHA1 Message Date
Робокинетика
c96777cb9e
Indentation fixes
All tabs are replaced by 4 spaces
2019-06-16 19:38:20 +03:00
Робокинетика
f95bac436e
Update erzay3d.def.json 2019-06-16 19:33:30 +03:00
Filip Goc
f7da0fd301 Update JellyBOX start gcodes 2019-06-15 21:17:57 +02:00
Filip Goc
ffaa09e906 Update the JellyBOX variants 2019-06-15 21:11:36 +02:00
Filip Goc
7256b69aaa Update the JellyBOX quality profiles 2019-06-15 21:11:20 +02:00
Filip Goc
73177f7497 Add JellyBOX 2 platform 2019-06-15 21:11:05 +02:00
Filip Goc
920b7662cc Add JellyBOX 2 Extruder 2019-06-15 21:10:56 +02:00
Filip Goc
9ad6c16c58 Update the JellyBOX definitions 2019-06-15 21:10:48 +02:00
Ghostkeeper
0190247c5a
Don't show tooltip if it shows the same text as the button
It's only useful if the text on the button gets elided.
2019-06-14 14:17:10 +02:00
Ghostkeeper
a39ac2ca22
Reduce travel jerk/acceleration and reduce print jerk slightly
These settings are preventing layer shifts on the Tevo Tornado according to our users at #5694.
2019-06-14 11:50:58 +02:00
Remco Burema
fd8dfb4185 Fix resolve/value/warning definition for enable prime blob. [CURA-6414] 2019-06-14 11:39:48 +02:00
Ghostkeeper
a89465afa1
Build volume temperature should not be settable per extruder
Just like build plate temperature, the per-extruder profiles can still override it but it will be resolved to a single global value.
2019-06-14 11:38:18 +02:00
Ghostkeeper
52ed79805e
Enable numerous settings that just work fine with tree support
Found via a report in #5453.
2019-06-14 09:51:27 +02:00
Remco Burema
1ae8011cf7 Clarify crystalline description (crystal clear?). [CURA-6329] 2019-06-12 14:02:37 +02:00
Ghostkeeper
cf9f97e897
Merge branch 'rename_minimum_diameter' into CURA-6460_remove_square_tower
Conflicts:
	plugins/VersionUpgrade/VersionUpgrade41to42/VersionUpgrade41to42.py -> Both had a version upgrade implementation.
	plugins/VersionUpgrade/VersionUpgrade41to42/__init__.py -> Both had a version upgrade implementation.
2019-06-12 13:03:05 +02:00
Ghostkeeper
b5a59d19ff
Set acceleration to 500 for Tevo Tornado
The users of this printer in #5702 found this to be a better value to prevent layer shifting. Fixes #5702.
2019-06-12 10:38:54 +02:00
Ghostkeeper
9bcf1cd761
Reduce Tevo Tornado's jerk to 10 by default
This prevents layer shifts, according to the users in #5702.
2019-06-12 10:35:37 +02:00
Ghostkeeper
a38984dcec
Increment setting_version to 8
This is required for the version upgrade.

Contributes to issue CURA-6311.
2019-06-12 09:09:41 +02:00
Ghostkeeper
f897e31e96
Rename key of support_minimal_diameter to support_tower_maximum_supported_diameter
A bit long, but you won't have to type it that often.

Contributes to issue CURA-6311.
2019-06-11 17:43:16 +02:00
Diego Prado Gesto
de5de8b9f1 Merge branch 'master' of github.com:Ultimaker/Cura 2019-06-11 09:54:14 +02:00
Diego Prado Gesto
b90fb9f810 Make the layer and path slider a bit longer 2019-06-11 09:53:37 +02:00
KOUBeMT
00dbe63300 ABS_cooling_N0.6 2019-06-07 17:01:30 +02:00
Ghostkeeper
abda45ee59
Set crystalline to false by default
Because PLA is not crystalline.

Contributes to issue CURA-6329.
2019-06-07 16:26:19 +02:00
Ghostkeeper
27ea9c813e
Allow negative retraction distances
You COULD want to extrude.

Contributes to issue CURA-6329.
2019-06-07 13:57:56 +02:00
Ghostkeeper
ec22ddcb9a
Give infill and support interface a more distinct colour
We had complaints that infill had a too similar colour to skin.

Fixes #5827.
2019-06-07 13:30:15 +02:00
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
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
0e55b25e0b
Merge pull request #5768 from Ultimaker/CURA-5395-orthographic-view
Support for orthographic view
2019-06-06 11:49:25 +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
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
499e02579e Fix hiding settings that were not visible by default
CURA-6556
2019-06-05 16:36:30 +02:00
KOUBeMT
cc693a8804 First_Strateo3D_commit 2019-06-05 15:04:18 +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
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
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