Commit graph

12848 commits

Author SHA1 Message Date
WalshJames
b388246659
Add files via upload 2019-10-31 15:15:50 +01:00
WalshJames
5c3167be07
Delete Leapfrog_Bolt_Pro_epla_natural_standard.inst.cfg 2019-10-31 15:15:30 +01:00
Jaime van Kessel
1af1a8ddcb
Rename "smooth" intent to draft
CURA-6890
2019-10-31 13:26:49 +01:00
Jaime van Kessel
355ebd4e71
Remove override for prime tower position
The formula in the fdmprinter definition does it's job, so no need to change it!

CURA-6943
2019-10-31 13:20:35 +01:00
Jaime van Kessel
9dccbcdd8e
Merge branch 'CURA-6874_path_slider_layout' of github.com:Ultimaker/Cura 2019-10-31 13:15:01 +01:00
Jaime van Kessel
33a748b800
Merge branch '4.4' of github.com:Ultimaker/Cura 2019-10-31 13:14:25 +01:00
THeijmans
ce31e9cffe
Adds visual intents
and create subdirectories per printer. As discussed 31-10-2019.
2019-10-31 11:48:40 +01:00
Kaz
6a028ac6ec
Update makeblock.def.json
update start gcode and end gcode
2019-10-31 17:32:32 +08:00
Ghostkeeper
60d59148e8
Fix typo in the R
Contributes to issue CURA-6934.
2019-10-30 14:05:35 +01:00
Ghostkeeper
d8e1402b68
Make logo larger
Seems to be more towards what the rest of the products show.

Contributes to issue CURA-6934.
2019-10-30 13:50:42 +01:00
Ghostkeeper
d3809f8830
Replace logo in the top left corner
This aligns it with the other Ultimaker products. Sorry, overruled by higher up. Corporate things.

Contributes to issue CURA-6934.
2019-10-30 13:42:33 +01:00
skriDude
fe86bc1bc2
updated machine_start_gcode 2019-10-30 11:18:22 +01:00
Nino van Hooff
d63499fb24 Remove redundant visibility properties from Items
CURA-6874
2019-10-30 10:57:03 +01:00
Nino van Hooff
958a922808 Cleanup debugging things for cura-6874
CURA-6874
2019-10-30 10:54:22 +01:00
THeijmans
7cd4158ac1 Adds Ultimaker S3 intent profiles
As discussed 29-10-2019.
2019-10-30 09:09:17 +01:00
Ghostkeeper
18167c7a71
Fix prime position of right extruder 2019-10-29 11:03:11 +01:00
Jaime van Kessel
007add7fc2
Prevent undefined qml warnings
CURA-6935
2019-10-29 10:57:15 +01:00
fieldOfView
528814c9e6 Make jobname less sensitive to being touched 2019-10-29 09:33:30 +01:00
Ghostkeeper
2beeca0687
Merge branch 'qml_speed_improvements' 2019-10-28 16:43:14 +01:00
Ghostkeeper
8154ca5f7c
Improve translations for option for heated build plate
Eigenbouw is typisch zo'n woord bedacht door iemand die helemaal verzadigd is na een lange dag vertalen...

Discovered while working on issue CURA-6932.
2019-10-28 16:42:24 +01:00
Jaime van Kessel
7204deac0c
Rename function to beter reflect what it does
CURA-6932
2019-10-28 16:07:35 +01:00
Nino van Hooff
6bef16bbec Cleanup: make safe areas invisible
CURA-6874
2019-10-28 10:28:19 +01:00
Kaz
31edf4e60b
Add files via upload
makeblock quality file
2019-10-28 11:00:55 +08:00
Kaz
eb6247620d
Add files via upload
makeblock extruders file
2019-10-28 11:00:17 +08:00
Kaz
200111e274
Add files via upload
makeblock definition file
2019-10-28 10:59:23 +08:00
Ghostkeeper
0ea67d18d2
Only show strategy-specific settings if their WP strategy is activated
Reduces confusion, I hope, and the feeling of being overwhelmed by a load of settings, because obviously only people who make all settings visible are going to see these settings at all.
2019-10-27 01:00:17 +02:00
Ghostkeeper
7dada6539c
Fix minimum speeds and distances for wire printing
Minimum distance is 0.001, i.e. one micrometre. Minimum speeds are set to Marlin's Minimum Planner Speed which is hardcoded.
2019-10-26 01:12:34 +02:00
Ghostkeeper
11d30dab56
Improve setting descriptions for flow rate compensation settings
The original setting descriptions were wholly undescriptive...

Done during investigation of these settings for the Setting Guide.
2019-10-25 23:21:30 +02:00
Jaime van Kessel
4cc8bf5946
Create tooltips on demand instead of on creation.
This makes the loading of setting items a *lot* more faster, as each string
takes about 2.5 ms to create (and we load all of them in memory!).
2019-10-25 15:54:45 +02:00
Jaime van Kessel
5f2984b77e
Remove unused catalog
20ms faster is 20ms faster...
2019-10-25 15:49:05 +02:00
Jaime van Kessel
7f1cc84eb4
Simplify visible check for linkedSettings Icon
It was checking for a statement that is never True
2019-10-25 15:36:49 +02:00
Jaime van Kessel
f090b5898e
Small qml speed improvements for setting item 2019-10-25 15:09:31 +02:00
Nino van Hooff
9430d05cac WIP: center path slider between view controls and action panel
CURA-6874
2019-10-25 15:06:33 +02:00
Jaime van Kessel
624b8d8741
Prevent unneeded re-evaluation of ActiveMachine ID property 2019-10-25 14:28:09 +02:00
Jaime van Kessel
11bf91ae38
Prevent type coercion in qml
This should speed things up a tiny bit
2019-10-25 13:52:45 +02:00
Ghostkeeper
2abb9842d2
Choose a supported quality as preferred quality
One that is supported by the preferred material and nozzle.

As discussed in #6474.
2019-10-25 13:21:33 +02:00
Jaime van Kessel
e805c3db05
Ensure material is selected on first opening of material manager 2019-10-25 11:05:38 +02:00
Ghostkeeper
6e8ed3b605
Merge branch 'master' of https://github.com/eMotion-Tech/Cura into eMotion-Tech-master 2019-10-24 14:29:05 +02:00
ninovanhooff
9beea85482
Merge pull request #6566 from Ultimaker/CURA-6858_increase_sdk_ver_7_0
Change SDK version to 7.0.0
2019-10-23 11:54:49 +02:00
Ghostkeeper
fe70cb23bf
Remove overrides that didn't have any effect
This works due to our new test that tests for that case. A common failure case.
2019-10-23 11:01:01 +02:00
Ghostkeeper
59e55dab5e
Fixes for consistency with other printers
Contributes to issue CURA-6814.
2019-10-22 17:23:32 +02:00
Ghostkeeper
fa00600655
Merge branch '4.3' of https://github.com/samirabaza/Cura into samirabaza-4.3 2019-10-22 16:58:30 +02:00
WalshJames
45f0f1738b
Add files via upload 2019-10-22 15:07:06 +02:00
WalshJames
a5fe6c6668
Add files via upload 2019-10-22 15:04:44 +02:00
WalshJames
4c2520c302
Delete Leapfrog_Bolt_Pro_abs_natural_standard.inst.cfg 2019-10-22 15:04:04 +02:00
WalshJames
1597940dcb
Delete Leapfrog_Bolt_Pro_epla_natural_standard.inst.cfg 2019-10-22 15:03:49 +02:00
WalshJames
52d066a1ec
Delete Leapfrog_Bolt_Pro_global_standard.inst.cfg 2019-10-22 15:03:36 +02:00
WalshJames
c37131291d
added quality filey Leapfrog Bolt Pro 2019-10-22 14:47:55 +02:00
WalshJames
ca39dae948
Add files via upload 2019-10-22 14:44:58 +02:00
WalshJames
23a9c36f6d
Add files via upload 2019-10-22 14:40:11 +02:00