Jaime van Kessel
e8c99f6b9f
Increased readability
...
CURA-1087
2016-03-09 17:12:53 +01:00
Jaime van Kessel
7be8fa1fe3
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-03-09 16:22:45 +01:00
Jaime van Kessel
ffbc3e8da3
Added min size to printjob name
...
CURA-1107
2016-03-09 16:09:12 +01:00
Jaime van Kessel
37418be317
Merge pull request #658 from thopiekar/2.1-i18n-de-spelling
...
[2.1] i18n: de: Correcting tooltip
2016-03-09 15:37:00 +01:00
fieldOfView
a911471206
Add weights to standard profiles for sorting
...
Contributes to CURA-1059
Conflicts:
resources/profiles/ultimaker2+/abs_0.25_high.curaprofile
resources/profiles/ultimaker2+/abs_0.8_fast.curaprofile
resources/profiles/ultimaker2+/cpe_0.25_high.curaprofile
resources/profiles/ultimaker2+/cpe_0.8_fast.curaprofile
resources/profiles/ultimaker2+/pla_0.25_high.curaprofile
resources/profiles/ultimaker2+/pla_0.8_fast.curaprofile
2016-03-09 15:33:51 +01:00
Thomas-Karl Pietrowski
09612f49c8
i18n: de: Correcting tooltip
...
Just found another translation error.
This commit corrects "Bereit zum Über USB drucken" into "Bereit zum Drucken über USB".
It is almost related to another set of corrections I sent before, but didn't found this one as I didn't had my printer connected.
2016-03-09 15:30:27 +01:00
Jaime van Kessel
9731d189be
UM2Go and UMO now have brim as default platform adhesion
...
CURA-1068
2016-03-09 14:53:10 +01:00
fieldOfView
317706bbeb
Rename inventor_platform.stl to match the rest
2016-03-03 17:21:00 +01:00
fieldOfView
2c2640f38b
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-03-03 17:18:02 +01:00
fieldOfView
2f9d505fdc
Fix and move Innovo INVENTOR machine definition to machines folder
2016-03-03 17:17:36 +01:00
Tim Kuipers
b0befb6309
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-03-03 17:11:12 +01:00
Tim Kuipers
ff1cf02470
JSON: fix: magic surface mode had wrong default
2016-03-03 17:10:59 +01:00
fieldOfView
6d1a848e40
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-03-03 16:44:49 +01:00
fieldOfView
22fadf396a
Fix 2 pixel space between save button and device selection menu button
2016-03-03 16:43:39 +01:00
fieldOfView
dfef811821
Update UM2+, UM2Ex and UM2Ex+ backplates
2016-03-03 16:19:24 +01:00
Tim Kuipers
884de2a8ce
JSON: fix: min_value should be a string also for third party printers :P
2016-03-03 13:09:28 +01:00
Tim Kuipers
b4b2267890
JSON: fix: rigidbot printers had duplicate id
2016-03-03 12:29:39 +01:00
Tim Kuipers
ff3cd59ed0
added prusai3_xl_platform.stl
2016-03-03 12:27:06 +01:00
Tim Kuipers
7c8e08401b
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-03-03 11:58:47 +01:00
Tim Kuipers
fc15b9e0b0
profiles: removed superfluous top_thickness and bottom_thickness from ABS and CPE profiles (CURA-1004)
2016-03-03 11:58:37 +01:00
fieldOfView
5cb1e9e2a6
Tweak layer slider appearance
2016-03-03 09:00:52 +01:00
fieldOfView
bc24a3c95b
Add sensible maximum length to machine name and job name entry
2016-03-02 22:39:15 +01:00
Tim Kuipers
35fce68797
JSON: less warnings foor max retraction count (CURA-998)
2016-03-02 18:23:59 +01:00
Tim Kuipers
645139fcc8
JSON: made support default to false (CURA-983)
2016-03-02 17:14:06 +01:00
Tim Kuipers
411b8b0502
profiles: removed brim_line_count and let brim_width just use the default 8mm (CURA-983)
2016-03-02 17:13:04 +01:00
Tim Kuipers
0d142a03d0
JSON: changed support placement from buildplate to eveerywhere (CURA-983)
2016-03-02 17:11:32 +01:00
Tim Kuipers
6411168fc9
profiles: regenerated abs and pce profiles for UM2+ (CURA-987)
2016-03-02 15:14:23 +01:00
Tim Kuipers
4cc3d03bae
prefoles: fix: platform_adhesion settings were spelled with capitals (CURA-983)
2016-03-02 14:10:22 +01:00
Tim Kuipers
777163cb1a
profiles: removed zhop=0 cause that was already default (CURA-983)
2016-03-02 12:23:02 +01:00
Tim Kuipers
fadb282cc6
profiles: fix: retraction_combing was All instead of true, but that was already the default (CURA-983)
2016-03-02 11:26:25 +01:00
Tim Kuipers
f1999db640
preofiles: fix: removed magic_mesh_surface_mode = False (CURA-983)
...
it is an enum, not a boolean!
it is already set to Normal by default
2016-03-02 11:13:34 +01:00
Tim Kuipers
4bde5c176f
JSON/profiles: fix: made travel_compensate_overlapping_walls_enabled always true (CURA-983)
2016-03-02 11:10:22 +01:00
Tim Kuipers
b225cb5c34
profiles: fix: skin_no_small_skin_heuristic not set anymore in profiles, but now defaults to fdmPrinter default (TRUE) (CURA-983)
2016-03-02 11:02:13 +01:00
fieldOfView
5cd1a760e7
Fix saving Gcode for UM2 with Olsson printers
...
Add file_format parameter to ultimaker2 with olsson block machine definitions. Also removes some machine overrides that were also removed from um2+ profiles.
Fixes CURA-980
2016-03-01 18:08:06 +01:00
fieldOfView
bec897843d
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-03-01 17:24:06 +01:00
fieldOfView
f8681ed401
Use Open Sans font instead of Proxima Nova
...
Also removes unused Roboto font
Contributes to CURA-953
2016-03-01 17:22:25 +01:00
Tim Kuipers
7b9ecd4aba
Revert "Make conical support invisible by default"
...
This reverts commit d54b24ac86
.
2016-03-01 12:16:55 +01:00
Jaime van Kessel
e3a12919f0
Slightly increased size of head for um2+
...
Discussed this with HW department, size of um2+ head is slightly bigger.
CURA-900
2016-03-01 11:34:36 +01:00
Jaime van Kessel
ff3bca19ac
Renamed getdefaultsavepath
2016-03-01 10:40:35 +01:00
Arjen Hiemstra
363fb0c4dd
Remove layer view slider style from Cura theme's style file
...
Since it is a plugin, it should not be in the main theme.
Contributes to CURA-957
2016-03-01 02:11:46 +01:00
Tim Kuipers
804af3cdda
JSON: fix global_only problems (CURA-458)
...
draft shield, support, coasting, auto temp, combing, platform adhesion, speed slowdown layers, travel speed
2016-02-29 17:41:19 +01:00
Tim Kuipers
451e3bd377
JSON: fix more dual extrusion global_only (CURA-458)
2016-02-29 17:39:37 +01:00
Tim Kuipers
f276dd0282
JSON: fix dual extrusion global_only (CURA-458)
2016-02-29 17:21:26 +01:00
Tim Kuipers
36f8bb5553
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-02-29 16:40:11 +01:00
Tim Kuipers
f8d7b9ddfa
JSON: wall line count should be 1 for magic spiralize (CURA-961)
2016-02-29 16:14:46 +01:00
Jaime van Kessel
06afed5283
Loading files now uses home folder as default location
...
CURA-906
2016-02-29 16:11:48 +01:00
Ghostkeeper
b9786e5208
Fix for infill overlap
...
Turns out it was only a distance on the master branch and should still be a percentage on 2.1. Sorry! The dependency on infill density still remains superfluous though.
Contributes to issue CURA-892.
2016-02-29 15:38:33 +01:00
Ghostkeeper
b4cda2bcf1
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-02-29 15:19:49 +01:00
Ghostkeeper
94314a7c2c
Make infill overlap depend on line width
...
Paul said this way was a better default for all our profiles.
Contributes to issue CURA-892.
2016-02-29 15:09:51 +01:00
fieldOfView
f0b37d71cc
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-02-29 11:55:29 +01:00