Mark
bfda8712e1
Change all Label to Text so fonts are rendered correct
...
CURA-3389
2017-04-14 13:16:48 +02:00
Mark
9cd7d9a038
Use the correct i18n catalog name for translations in the right-click menu
...
CURA-3660
2017-04-14 12:38:26 +02:00
Ghostkeeper
ac46c4358b
Merge branch '2.5'
2017-04-14 11:56:57 +02:00
Ghostkeeper
3a30386ec6
Fix brim width of Nylon 0.8mm profiles
...
The 3mm was computed from wanting 7 lines, but in that calculation I used a line width of 0.4mm. This is obviously wrong, since for 0.8mm profiles the line width is 0.8mm.
Contributes to issue CURA-3650.
2017-04-14 11:56:36 +02:00
Ghostkeeper
e72d5ce93f
Make raft middle thickness warn based on nozzle size
...
Whether the layer is too thick to extrude properly depends on the nozzle size, not on the line width.
Contributes to issue CURA-3650.
2017-04-14 11:54:20 +02:00
Mark
81ab6dd754
Merge branch 'master' of github.com:Ultimaker/Cura
2017-04-14 11:41:29 +02:00
Mark
8ede111001
Texts in the mainwindow should be Text instead of Label
...
CURA-3389
2017-04-14 11:41:12 +02:00
Jaime van Kessel
16a3f10e1e
Merge branch 'master' of github.com:Ultimaker/Cura
2017-04-14 11:27:00 +02:00
Jaime van Kessel
397b08ce6d
Merge branch 'feature_filter_materials_by_diameter' of git://github.com/fieldOfView/Cura
2017-04-14 11:22:35 +02:00
Lipu Fei
4f2c76e462
Update a profile when deserializing it
...
CURA-3540
2017-04-14 10:50:42 +02:00
Ghostkeeper
2cb45f698f
Merge branch 'master' of github.com:Ultimaker/Cura
2017-04-14 10:30:08 +02:00
Ghostkeeper
a8df94f5b3
Merge branch '2.5'
2017-04-14 10:29:43 +02:00
Jaime van Kessel
d6d6036760
Fixed minor mistake with pull request
...
CURA-3681
2017-04-14 10:29:24 +02:00
Jaime van Kessel
04d2f8d68c
Merge branch 'usbprinting-zparseerror-refactor' of git://github.com/tamarintech/Cura
2017-04-14 10:28:14 +02:00
Ghostkeeper
137b5309fd
Relax warning value for support interface thickness
...
It was being violated by the superdraft profiles. With very thick layers, 2 layers of interface suffices. But 2 layers is not quite enough for very thin layers. So I'm making it scale a bit more slowly with an offset.
Contributes to issue CURA-3650.
2017-04-14 10:28:13 +02:00
Ghostkeeper
39ceb53980
Set raft margin to 10
...
This was ambiguous in the original profiles.
Contributes to issue CURA-3650.
2017-04-14 10:22:25 +02:00
Jaime van Kessel
fe36da3438
Added more files to gitignore
2017-04-14 09:52:29 +02:00
Jaime van Kessel
6dfe9f609a
Added build info to gitignore
2017-04-14 09:48:17 +02:00
Jaime van Kessel
ad26c169bb
Merge branch 'master' of github.com:Ultimaker/Cura
2017-04-14 09:46:23 +02:00
Jaime van Kessel
bb752fa16f
Added more logging
2017-04-13 19:05:13 +02:00
Ghostkeeper
cb8796711d
Merge branch '2.5'
2017-04-13 18:21:35 +02:00
Ghostkeeper
e49316d1b9
Set nozzle switch prime speed in AA 0.8mm profiles to 20
...
Some of them ended up as 15 because that's the default in the Ultimaker 3. This was done correctly by the profile optimiser because this setting was not specified by the original profiles, but it should've been 20 for all AA 0.8mm profiles.
Contributes to issue CURA-3650.
2017-04-13 18:21:17 +02:00
Ghostkeeper
fb29948f88
Update description of support_roof/bottom_enable
...
Better terminology according to our UX designer.
Contributes to issue CURA-3491.
2017-04-13 18:10:28 +02:00
Ghostkeeper
548338440a
Rename all support bottom settings to support floor
...
Only in the front-end though. No settings are renamed. No documentation updated. As far as the back-end implementation is concerned, it's still called support bottom.
Contributes to issue CURA-3491.
2017-04-13 17:11:36 +02:00
Jaime van Kessel
12ec7a5bc9
Merge branch 'master' of github.com:Ultimaker/Cura
2017-04-13 16:36:17 +02:00
Jaime van Kessel
437c78711d
Added typing to all singletons
...
This greatly helps with pycharms ability to do auto code completion
2017-04-13 16:32:17 +02:00
Ghostkeeper
b0a1e909c9
Merge branch '2.5'
2017-04-13 16:10:10 +02:00
Ghostkeeper
ba64573fa0
Use support interface density instead of line distance
...
This way the user can still override the line distance if necessary.
Contributes to issue CURA-3650.
2017-04-13 16:09:51 +02:00
Ghostkeeper
ba46a90f92
Merge branch '2.5'
2017-04-13 15:02:29 +02:00
Ghostkeeper
9b2bd36fdf
Update Russian translations again
...
Previous time I accidentally committed this to master instead of 2.5. This was then cherry-picked to 2.5 by a colleague but that went wrong in all sorts of ways. So I'm doing this again but then properly.
Contributes to issue CURA-3487.
2017-04-13 14:51:42 +02:00
Mark
c0f35a620a
Use the correct i18n catalog name for translations in the right-click menu
...
CURA-3660
2017-04-13 13:52:11 +02:00
Jaime van Kessel
705158d1f8
Merge branch 'master' of github.com:Ultimaker/Cura
2017-04-13 11:29:25 +02:00
Jaime van Kessel
740b5ebc80
Removed print statements from unit test
2017-04-13 11:29:09 +02:00
Jaime van Kessel
a02eacd8bc
Fixed unit test
2017-04-13 11:28:19 +02:00
Tim Kuipers
ef9b705cc4
Merge remote-tracking branch 'origin/feature_support_mesh'
2017-04-13 11:13:25 +02:00
Jaime van Kessel
a075b567b9
Merge branch 'master' of git://github.com/CRojasV/Cura
2017-04-13 09:51:39 +02:00
Ghostkeeper
fe8b7319f0
Merge branch 'master' of github.com:Ultimaker/Cura
2017-04-13 09:50:53 +02:00
Ghostkeeper
f35124400b
Merge branch '2.5'
2017-04-13 09:50:27 +02:00
Ghostkeeper
cf25eeea5f
Remove Japanese and Korean translations
...
They are not complete (by far).
Contributes to issue CURA-3487.
2017-04-13 09:39:10 +02:00
Ghostkeeper
96347d493a
Merge branch '2.5' of https://github.com/Patola/Cura into Patola-2.5
2017-04-13 09:20:05 +02:00
Ghostkeeper
907d064684
Copy 0.8mm variants of UM3 to UM3E
...
They share the same profiles. They should also have the same settings in the variants, but this is not automatically shared for some reason.
Contributes to issue CURA-3650.
2017-04-13 09:05:56 +02:00
Arjen Hiemstra
0fee41d519
Allow CuraStackBuilder to determine the "default" variant/material/quality
2017-04-13 01:39:11 +02:00
Arjen Hiemstra
b87e7c46bf
Use the normal empty container for quality changes as well
2017-04-13 01:37:45 +02:00
Arjen Hiemstra
33301c835b
Use CuraStackBuilder::createMachine when adding a new machine
2017-04-13 01:37:26 +02:00
Arjen Hiemstra
f154db13b1
Add a createMachine method to CuraStackBuilder that creates a complete machine
2017-04-13 01:37:01 +02:00
Arjen Hiemstra
df8bba6c96
Add "machine" metadata entry when setting the next stack for an extruder
2017-04-13 01:33:22 +02:00
fieldOfView
5e50a8fe0b
Show value from definition if it is not defined in the material profile
...
This way you get sane defaults if no value is provided in the material xml file, instead of 0s
2017-04-13 00:53:47 +02:00
fieldOfView
c97f8679c2
Fix NaN values on material print settings tab
2017-04-13 00:25:38 +02:00
fieldOfView
db6cdad956
Filter preferred materials by approximate material diameter
2017-04-12 23:27:34 +02:00
fieldOfView
e92aaca7b6
Filter materials by the (approximate) material diameter of the printer
...
If a machine defines material diameter of 2.85mm, there is no use to show the 1.75mm materials and vice-versa
2017-04-12 23:03:58 +02:00