Jack Ha
6625938a2b
Cleanup __color_map in LayerPolygon
2017-01-25 09:24:40 +01:00
fieldOfView
878ccc679c
Add a legend to Layer View
2017-01-24 23:24:52 +01:00
fieldOfView
f0333e2184
Fix typo
2017-01-24 23:18:46 +01:00
Mark Burton
3e7b9e99f3
Now the Infill Line Directions setting is enabled for all infill patterns.
...
The default value is now the empty string which tells the engine to use the
traditional angles (45 & 135 for lines and zig zag patterns, just 45 for
everything else.
2017-01-24 18:09:11 +00:00
Jack Ha
e21a6ed62a
Cleanup
2017-01-24 16:52:47 +01:00
Jack Ha
f80a04cbc3
Auto detect compatibility mode for layer view.
2017-01-24 16:31:57 +01:00
Mark Burton
eebd0862cc
Merge branch 'master' into mb-infill-line-angles
2017-01-24 15:02:50 +00:00
Ghostkeeper
a8efde9450
Merge pull request #1243 from fieldOfView/feature_material_cost
...
Implement material cost
2017-01-24 15:54:57 +01:00
Jaime van Kessel
b284e8508a
Added extra checks to prevent unneeded signal emits
2017-01-24 13:29:33 +01:00
Jaime van Kessel
699f7a143d
Merge branch 'master' of github.com:Ultimaker/Cura
2017-01-24 13:28:42 +01:00
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