Ghostkeeper
01ec607d40
Merge branch '4.6'
...
Conflicts:
resources/texts/change_log.txt: Both modified but had different wording for the pause-at-height bugfix with motor timeout. I used the wording in 4.6 since it was more extensive.
2020-04-06 09:20:18 +02:00
Ghostkeeper
7be6412ef3
Correct heating up nozzle instead of build plate
...
Otherwise this print won't work at all. It'll just keep waiting forever until the build plate has reached a temperature that is way out of spec.
Applied at request of MaximeGL in #7280 .
2020-04-06 09:19:08 +02:00
Evg33
d3da609746
UNI3D Extruders
2020-04-05 19:00:51 +03:00
Evg33
293be8fdb9
UNI 3D Series printers
2020-04-05 18:44:34 +03:00
PurpleHullPeas
3cc6b0cb9a
Simplifying mp_mini_delta.def.json
...
Removing minimum/maximum nozzle size, minimum layer_height, and minimum layer_height_0.
2020-04-04 23:22:17 -05:00
Remco Burema
60bd676b44
Shader: More use builtin rather than adhoc mix.
...
part of CURA-7262
2020-04-03 21:24:35 +02:00
Matt Jani
20e58d7d54
Updated "What's New?"change log for 4.6
...
CURA-7299
2020-04-03 16:02:00 +02:00
Remco Burema
e23b9a94fa
Shader: Use builtin rather than mix ourselves.
...
part of CURA-7262
2020-04-03 15:07:28 +02:00
Jaime van Kessel
ecd24cb446
Merge branch 'simplify_test_v2' of github.com:Ultimaker/Cura
2020-04-03 13:25:01 +02:00
maht
58d7eea7bb
Update change_log.txt
2020-04-03 12:45:09 +02:00
maht
48849a3ccd
Update change_log.txt
2020-04-03 12:41:09 +02:00
Remco Burema
9d19f4f2db
Merge pull request #7398 from Ultimaker/matt-staging
...
Updated "What's New?"change log for 4.6
2020-04-03 11:07:44 +02:00
Matt Jani
fd9bd3c123
Updated "What's New?"change log for 4.6
...
CURA-7299
2020-04-03 10:58:57 +02:00
Ghostkeeper
4f50f42796
Merge branch '4.6'
2020-04-02 17:21:03 +02:00
Ghostkeeper
f5669a5a27
Merge branch 'CURA-7340_fix_simulation_slider_layout' into 4.6
2020-04-02 17:20:45 +02:00
Ghostkeeper
b86b6a9449
Merge branch 'fix_jogging_layout' of https://github.com/fieldOfView/Cura into fieldOfView-fix_jogging_layout
2020-04-02 17:07:42 +02:00
Nino van Hooff
9d9753cb45
Fix: Using onCompleted would break the binding. So Use a Binding instead
2020-04-02 16:31:29 +02:00
Nino van Hooff
6d56b52913
Revert "Fix binding loop in action panel widget"
...
Fix improper player slider layout which was introduced in 5cfe71e5
2020-04-02 15:15:05 +02:00
Tom Hofman
f3927115d6
Infill wipe distance reduced
...
Since it was protruding the shell
2020-04-02 09:45:11 +02:00
Remco Burema
175121e86c
Fix add printer scrollview overlaps buttons.
...
CURA-7336
2020-04-01 17:31:23 +02:00
Ghostkeeper
565ce0f4b9
Forgot to increment setting version in definitions
...
Contributes to issue CURA-7282.
2020-04-01 15:51:14 +02:00
Ghostkeeper
8c74429ffc
Halve the defaults in Cura's built-in profile for maximum deviation too
...
Apply the version upgrade to these profiles too, essentially.
Contributes to issue CURA-7282.
2020-04-01 15:30:04 +02:00
Ghostkeeper
e2e69f6646
Increment setting version to 13
...
Contributes to issue CURA-7282.
2020-04-01 15:14:01 +02:00
konskarm
cbccb08103
Merge pull request #7370 from Ultimaker/CURA-7328_remove_unused_machine_settings
...
Remove unused machine settings
2020-03-31 14:41:41 +02:00
fieldOfView
1b3c51d98a
Remove extraneous preference
2020-03-31 11:57:45 +02:00
fieldOfView
ccc0589495
Remove the checkbox option to set the preference to hide the messagebox
2020-03-31 11:50:16 +02:00
fieldOfView
b7898b5a97
Change preference to only hide the xray message, not the visualization
2020-03-31 11:39:05 +02:00
fieldOfView
4638e2b72b
Fix resetting show xray warning
2020-03-31 11:27:25 +02:00
fieldOfView
b2fc155c3b
Fix legacy glsl shaders
...
By @smartavionics
2020-03-31 11:26:21 +02:00
konskarm
95cefbe895
Merge pull request #7368 from maukcc/master
...
HMS434 update
2020-03-30 15:53:09 +02:00
Ghostkeeper
6063307a31
Remove overrides of unused machine setting
...
Contributes to issue CURA-7328.
2020-03-30 12:10:35 +02:00
Ghostkeeper
40fc064e98
Don't remove Nozzle Length
...
Turns out this one was used: As default for the wire printing height.
Contributes to issue CURA-7328.
2020-03-30 12:10:01 +02:00
Ghostkeeper
b5dfcdd482
Remove Nozzle Length and Filament Park Distance from the settings list
...
Implements CURA-7328.
2020-03-30 12:00:59 +02:00
Ghostkeeper
8422172000
Increment setting version to 12
...
This is necessary for the version upgrade to run.
Contributes to issue CURA-7328.
2020-03-30 11:54:18 +02:00
maukcc
b92d0a83ac
HMS434 update
2020-03-29 14:21:57 +02:00
fieldOfView
0794766644
Fix xray composite shader for opengl 2.1
...
textureSize() is not available in opengl 2.1, so we calculate the xray error image scale outside the shader (which is also a theoretical performance improvement because now the scale does not get computed over and over for each pixel)
2020-03-27 23:24:20 +01:00
Ghostkeeper
92691f68b6
Reduce retraction at the end of all Anet g-code
...
Multiple people have found this to work better.
Fixes #7275 .
2020-03-26 14:47:41 +01:00
Ghostkeeper
c2651d1141
Unobfuscate and document this SVG
...
These numbers end up beautifully on round numbers if you were to just scale them to their original size and apply these mysterious translation operations.
Also do away with all of the Inkscape and Sodipodi metadata. They don't make it any easier to read.
Contributes to issue CURA-7262.
2020-03-25 18:51:09 +01:00
Ghostkeeper
0150f37937
Merge branch 'master' into xray_in_solid_view
2020-03-24 21:45:48 +01:00
konskarm
7ab005e423
Merge pull request #7312 from maukcc/master
...
HMS434 update
2020-03-24 17:33:32 +01:00
Nino van Hooff
fefdef6781
Merge pull request #7136 from hussainsail2002/master
...
Adding Fabx Pro Machine
2020-03-24 16:54:14 +01:00
Remco Burema
ce02856eb5
Merge pull request #7341 from Ultimaker/matt-staging
...
Updated Cloud sign in strings CURA-7314
2020-03-24 16:05:41 +01:00
Remco Burema
60d3242595
Merge pull request #7331 from fieldOfView/hide_deltabot
...
Hide deltabot from Add Printer dialog
2020-03-24 15:31:04 +01:00
Ghostkeeper
8e324c594e
Adjust wall thickness to 1 line if using spiralise
...
Except for printers that explicitly override it.
Fixes #7317 .
2020-03-24 14:22:28 +01:00
Ghostkeeper
5cdf1adccc
Fix duplicate shortcut keys
2020-03-24 13:18:50 +01:00
Ghostkeeper
a551492ebb
Adjust start g-code to not mix 50/50 by default
...
This new start g-code has been tested on the A20 by @leshuguets in issue thread #7280 .
2020-03-24 13:12:56 +01:00
Matt Jani
0516756c3b
Summary
...
Updated Cloud sign in strings CURA-7314
2020-03-24 12:54:38 +01:00
Jaime van Kessel
2d82538996
Merge branch 'CURA-7313_s3s5_intent_profile_update' of github.com:Ultimaker/Cura
2020-03-24 11:33:59 +01:00
Ghostkeeper
0fd6044c70
Fixes for translations and some missing bits
2020-03-24 09:44:20 +01:00
Ghostkeeper
cdcf3a9df8
Interpunction corrections to Hungarian translation
...
These are important as they are used as dividers in our interface.
2020-03-24 09:43:57 +01:00