7364 Commits

Author SHA1 Message Date
Jaime van Kessel
4e8fb254f6 Only emit signal when the active extruder actually changes 2017-01-24 13:14:10 +01:00
Ghostkeeper
3a64f0791a Merge branch 'mb-min-infill-area' of https://github.com/smartavionics/Cura into smartavionics-mb-min-infill-area 2017-01-24 12:55:01 +01:00
Mark Burton
7020e01843 Don't minimise minimum! 2017-01-24 10:50:28 +00:00
fieldOfView
b0ea72834f Remove unused import
Remnant from another, less tidy, approach
2017-01-24 11:47:02 +01:00
Ghostkeeper
46d9d15d02 Merge branch 'mb-min-infill-area' of https://github.com/smartavionics/Cura into smartavionics-mb-min-infill-area 2017-01-24 11:42:22 +01:00
Tim Kuipers
6e66a71ed9 fix: let initial layer bed temp depend on bed temp (CURA-3307) 2017-01-24 10:24:15 +01:00
fieldOfView
5e121e4039 Use themeable colors for layerdata 2017-01-23 22:11:38 +01:00
fieldOfView
45c8083423 Use themeable colors in Solid, Xray & Layer view 2017-01-23 22:08:27 +01:00
fieldOfView
32823a0183 Add viewport colors to cura theme 2017-01-23 20:06:06 +01:00
Arjen Hiemstra
e9db6498ba Correctly write matrices and the cura version metadata tag
Fixes an issue with invalid 3MF files
2017-01-23 17:38:15 +01:00
Ghostkeeper
ac94413e52
Merge branch '2.4' 2017-01-23 17:19:47 +01:00
Ghostkeeper
1727b6dbe1
Add entry that we switched Linux to AppImage format
It was deemed worthy to mention.

Contributes to issue CURA-3048.
2017-01-23 17:18:46 +01:00
Jaime van Kessel
858886d6b7 Merge branch '2.4' of github.com:Ultimaker/Cura 2017-01-23 15:09:48 +01:00
Jaime van Kessel
3d58bd4d49 Workspace & load image dialog can now be resized
CURA-3247
2017-01-23 15:08:37 +01:00
MaukCC
db8f241b6d Update cartesio.def.json 2017-01-23 12:49:28 +01:00
probonopd
e7cad12bf6 Replace default_value by value, and convert the content to a string that evaluates to the same value in Python
As per https://github.com/Ultimaker/Cura/issues/1316#issuecomment-274371670
2017-01-23 00:26:53 +00:00
probonopd
eaa8cbb160 Changes as suggested by @Ghostkeeper in https://github.com/Ultimaker/Cura/pull/1350#pullrequestreview-17836965 2017-01-22 22:56:59 +01:00
probonopd
90648bc756 Remove meshfix_* so that http://www.thingiverse.com/thing:692523 can be sliced 2017-01-21 15:27:39 +01:00
probonopd
6d05252dce Fix "Unable to slice with the current settings. The following settings have errors: Prime Tower X Position, Prime Tower Y Position." 2017-01-21 13:01:47 +01:00
MaukCC
1bb62dae6f Update cartesio.def.json 2017-01-20 10:48:34 +01:00
MaukCC
8f75f9d46a Update cartesio.def.json 2017-01-20 10:44:20 +01:00
Mark Burton
c017013aae Added min_infill_area setting.
This allows the user to specify in mm^2 the minimum area of infill regions.
Areas smaller than this will be merged into the surrounding skin rather
than being filled with infill.
2017-01-19 11:48:17 +00:00
MaukCC
7e7031cd7f Update cartesio.def.json 2017-01-19 09:25:29 +01:00
Simon Edwards
d5c96c1aae Removed a line of debug. 2017-01-18 13:49:18 +01:00
awhiemstra
fd3a620945 Merge pull request #1355 from ex-nerd/patch-1
Fix typos in kossel_pro gcode variable usage
2017-01-18 12:26:29 +01:00
Chris Petersen
f6110623ce Fix typos in kossel_pro gcode variable usage
Replace double-braces with single-braces so that `material_bed_temperature` and `material_print_temperature` are interpolated properly.
2017-01-18 01:15:59 -08:00
Simon Edwards
4fecf55b3b Use double quotes instead of singles. 2017-01-17 20:56:50 +01:00
Simon Edwards
cf85831d87 Also check the upgrade plugins. 2017-01-17 20:56:28 +01:00
Simon Edwards
1b43e4981e Fixes for all of the plugins. Added a script to invoke mypy. (I'm stiiiick of .bat files. They are just broken.) 2017-01-17 16:57:37 +01:00
Jack Ha
abe7a8e9a3 Merge branch 'master' into layer_view3_cleanup 2017-01-17 15:16:50 +01:00
Simon Edwards
5766e2728f Some extra tips for users of the profiler. 2017-01-17 08:49:17 +01:00
Simon Edwards
fb70eb6813 Merge branch 'master' into python_type_hinting 2017-01-17 08:42:55 +01:00
Simon Edwards
38a7ffa7da Some fixes regarding submodules and imports. 2017-01-16 21:35:28 +01:00
Mark Burton
efc3869efe Infill Line Directions setting can now contain an arbitrary string.
The SettingTextField can now cope with strings of arbitrary characters
(not just digits) so revert to plan A and let the user input a comma
separated list of angles rather than having fixed combinations. CuraEngine
will parse the list and ignore bad input.
2017-01-16 16:09:48 +00:00
Mark Burton
03fe03ed65 Modify the constraints of the SettingTextField when the setting type is "str".
When the setting type is "str" it now allows the setting contents to be
up to 20 characters long with no constraint on what those characters are.
2017-01-16 16:05:21 +00:00
Simon Edwards
32fd02bd57 Added documentation describing how to use the profiler. 2017-01-16 14:07:10 +01:00
probonopd
19dcb3f230 Remove magic_mesh_surface_mode and magic_spiralize 2017-01-15 15:04:57 +01:00
probonopd
86c631de26 Carry over all settings from ini and correct brand spelling 2017-01-15 12:27:02 +01:00
probonopd
33e3dea213 Create renkforce_rf100.def.json 2017-01-15 03:41:07 +01:00
Mark Burton
f46ffe0036 Merge remote-tracking branch 'upstream/master' into mb-infill-line-angles 2017-01-13 08:31:42 +00:00
Jack Ha
b2d7b82dd3 Preference Center camera set to default off. CURA-2908 2017-01-13 09:16:04 +01:00
Simon Edwards
16a748e0d6 Merge pull request #1326 from Ultimaker/big_flame_graph
Support for the Big Flame Graph profiler
2017-01-12 14:25:18 +01:00
Simon Edwards
8d146d92b3 Merge branch '2.4' 2017-01-12 13:26:25 +01:00
Simon Edwards
98bad05b7b Take materials which are sub-type into account when looking for quality profiles.
CURA-3235 Duplicate profile broken when using Ultimaker materials other than default
2017-01-12 13:25:05 +01:00
MaukCC
be26aad89b Create cartesio_0.25.inst.cfg 2017-01-12 10:52:20 +01:00
MaukCC
0b879a5e94 Create cartesio_0.8.inst.cfg 2017-01-12 10:51:52 +01:00
MaukCC
713cd5341d Create cartesio_0.6.inst.cfg 2017-01-12 10:51:31 +01:00
MaukCC
b93e7d714f Create cartesio_0.4.inst.cfg 2017-01-12 10:51:00 +01:00
MaukCC
0cd2030e2a Add cartesio_platform.stl 2017-01-12 10:50:09 +01:00
MaukCC
40bb5ba560 Create cartesio_extruder_3.def.json 2017-01-12 10:49:20 +01:00