Commit graph

10111 commits

Author SHA1 Message Date
Hussain Bhavnagarwala
d7fa66f138
Update fabxpro_abs_normal.inst.cfg 2020-03-12 11:17:47 +05:30
Hussain Bhavnagarwala
e7fd4d0316
Update fabxpro_abs_fine.inst.cfg 2020-03-12 11:17:21 +05:30
Hussain Bhavnagarwala
e1cefc4edf
Update fabxpro_abs_draft.inst.cfg 2020-03-12 11:16:52 +05:30
Jaime van Kessel
d01286a340
Remove all duplicate entries from dark theme 2020-03-10 11:57:30 +01:00
Jaime van Kessel
1a24e9a04a
Remove unneeded overrides from dark theme 2020-03-10 11:35:07 +01:00
Jaime van Kessel
9f8b882452
Merge branch 'transparent_support' of https://github.com/Ghostkeeper/Cura 2020-03-10 11:26:05 +01:00
Ghostkeeper
d7d91d2fec
Don't translate 'Language:' string
This should make it easier to find the language drop-down again if you can't read the current language.

Done as a 5 minute fix.
2020-03-10 11:19:32 +01:00
Ghostkeeper
d2cab162ed
Make support render transparently
This way you can still sort of see what is being supported under there. Handy!

However because the layer view is rendered on top of everything else, the Z buffering is a bit messed up. This makes the support always exactly the transparency value in the theme regardless of how many layers of support are drawn. That's nice, because it makes it so that you can always see through the support.

This doesn't work when the colour scheme of layer view is not set to Line Type. There is no differentiation between support and other things then. Support infill seems to not be used at all by layer view, but I've also made the support interface transparent just like the normal support.
2020-03-10 01:06:11 +01:00
Ghostkeeper
7b0964abef
Merge branch 'DenyCZ-4.5' 2020-03-09 16:57:09 +01:00
Ghostkeeper
0c9a8d3a7c
Add Czech language to the list
You can now select Czech as your Cura language.

Contributes to issue CURA-7285.
2020-03-09 16:55:13 +01:00
Ghostkeeper
b2e626b020
Update header of Czech translations
It's now in the same format as the rest of the languages.

Contributes to issue CURA-7285.
2020-03-09 16:41:58 +01:00
Ghostkeeper
48aa92e04c
Merge branch '4.5' of https://github.com/DenyCZ/Cura into DenyCZ-4.5 2020-03-09 16:33:42 +01:00
Ghostkeeper
fe8e892568
Give warning if preshrink is larger than wall thickness
If it is larger, it could cause gaps to appear between the walls where infill is exposed.

Contributes to #7231.
2020-03-09 16:07:10 +01:00
Jaime van Kessel
d041131f84
Merge branch 'fix_preheat_fields' of https://github.com/fieldOfView/Cura 2020-03-09 13:02:02 +01:00
Ghostkeeper
466964cf41
Change the sign of comparing against density
Contributes to issue CURA-7287.
2020-03-09 12:48:07 +01:00
Ghostkeeper
287e31554b
Merge branch 'master' into Skin_Edge_Settings 2020-03-09 12:47:13 +01:00
ODUCCEU
1ccf73d11e Add Flying Bear Ghost 4S Printer 2020-03-08 18:37:48 +03:00
Daniel Ciepluch
c96d9e27b8 Strings revisited 2020-03-06 20:44:00 +01:00
Ghostkeeper
c32677d27a
Don't hard-code application name here either
Seems that there are 30-ish places where this is hard-coded in the rest of our code base too. I'm not going to fix all of those.
2020-03-06 15:58:41 +01:00
Jaime van Kessel
68ad38de28
Fix sizing of the machine action dialog
Contributes to #7224
2020-03-06 11:02:59 +01:00
Ghostkeeper
365d1c0f74
Reset 'has responded' state when pressing Add
It's maybe not a good idea to remember this state only in QML. Not changing that now though.

Contributes to issue CURA-7017.
2020-03-05 17:39:57 +01:00
Ghostkeeper
2dcf5a9c97
Fix link to connecting page
Contributes to issue CURA-7017.
2020-03-05 14:01:02 +01:00
Ghostkeeper
25292a4c7c
Add link to help pages if it can't connect
I don't know what the link is supposed to be linking to though. Yet.

Contributes to issue CURA-7017.
2020-03-05 13:16:54 +01:00
Hussain Bhavnagarwala
292873bea9
Update fabxpro_pla_normal.inst.cfg 2020-03-04 19:10:30 +05:30
Hussain Bhavnagarwala
4546ad9c60
Update fabxpro_pla_fine.inst.cfg 2020-03-04 19:10:09 +05:30
Hussain Bhavnagarwala
049db913e4
Update fabxpro_pla_draft.inst.cfg 2020-03-04 19:09:46 +05:30
Hussain Bhavnagarwala
dbe35a7825
Update fabxpro_abs_normal.inst.cfg 2020-03-04 19:09:23 +05:30
Hussain Bhavnagarwala
1b2e031c7c
Update fabxpro_abs_fine.inst.cfg 2020-03-04 19:09:06 +05:30
Hussain Bhavnagarwala
59d66741a1
Update fabxpro_abs_draft.inst.cfg 2020-03-04 19:07:18 +05:30
Ghostkeeper
0e564abbea
Merge branch 'master' of ssh://github.com/Ultimaker/Cura 2020-03-02 14:14:51 +01:00
Ghostkeeper
4a754a0735
Realign build plate models
Contributes to issue CURA-7270.
2020-03-02 14:11:49 +01:00
Ghostkeeper
c4b060ca48
Merge branch 'dagoma_discoultimate' of https://github.com/0r31/Cura into 0r31-dagoma_discoultimate 2020-03-02 13:38:53 +01:00
fieldOfView
67af1aa19d Fix the positioning of multi-line tooltip anchor-points 2020-02-28 23:00:56 +01:00
fieldOfView
ddbd843d91 Fix showing tooltips for actionbuttons that have a tooltip text set 2020-02-28 22:31:34 +01:00
Jaime van Kessel
670a106957
Be a bit more gracefull when adding a machine failed
This seems to happen for people that manually add machines to cura
but mess something up when copying the files.

CURA-3X
2020-02-28 17:03:38 +01:00
fieldOfView
d07649fc59 Fix values in print monitor preheat fields
Contributes to #7172
2020-02-28 12:27:57 +01:00
Tim Kuipers
42a1b02d4c use transparency in xray view and merge shader duplication 2020-02-27 20:29:58 +01:00
Tim Kuipers
b51b699715 fix old xray view
I don't understand why it only seems to work if I define u_color via [default]
andd why it doesn't work when I set it inside the shader itself.
2020-02-27 18:17:07 +01:00
Tim Kuipers
4b1a426873 add xray error warning preference 2020-02-27 16:41:20 +01:00
Tim Kuipers
ffa16727fe add cross to background of xray error image
prevents that small error regions are totally covered by the background and therefore invisible
2020-02-27 16:41:20 +01:00
Tim Kuipers
426a4b63f6 use less detail in xray error icon 2020-02-27 16:41:20 +01:00
Tim Kuipers
c16f677bf0 make a new xray error image
includes SVG source file
2020-02-27 16:41:20 +01:00
Tim Kuipers
82b2f23689 make xray solid color depending on what it occludes 2020-02-27 16:41:20 +01:00
Tim Kuipers
4a8385e3e8 make xray counting color hardcoded value
Somewhere between the xray.shader and the xray_composite.shader the colors are stored as unsigned int.
Since we want to count the integer number of faces behind a pixel in the red channel, we simply use a color with an r value of 1/255.
2020-02-27 16:41:20 +01:00
Tim Kuipers
fc4c66b62a show xray errors in solid view 2020-02-27 16:41:13 +01:00
Ghostkeeper
d7102729f1
Use spaces instead of tabs
And remove floating point rounding errors too.

Contributes to issue CURA-7260.
2020-02-27 10:57:15 +01:00
Ghostkeeper
f6bc220faa
Merge branch 'master' of https://github.com/skriDude/Cura into skriDude-master
Conflicts:
	resources/definitions/skriware_2.def.json -> On master the old setting value was changed to 'value' rather than 'default_value', while on this branch the value was changed to use the resolve function.
2020-02-27 10:54:31 +01:00
Hussain Bhavnagarwala
8f70bb934e
Update fabxpro_extruder_0.def.json 2020-02-26 16:56:03 +05:30
Ghostkeeper
b2ab5d98cb
Merge branch '4.5' 2020-02-25 16:17:10 +01:00
Ghostkeeper
15a7d0842d
Fix layout of 4.5 change log
Contributes to issue CURA-7250.
2020-02-25 16:16:45 +01:00