23916 Commits

Author SHA1 Message Date
Arjen Hiemstra
de533b660e Catch any exception that happens while trying to eject
This should prevent crashes on eject on any platform.

CURA-106 #done
2015-09-29 16:58:04 +02:00
Arjen Hiemstra
1bcc82a22a Set High Quality to 0.08 layer height
Contributes to CURA-208
2015-09-29 16:58:04 +02:00
Arjen Hiemstra
9b119e996a Capture stdout and stderr on Windows to prevent py2exe messages
CURA-215 #done
2015-09-29 16:58:04 +02:00
Arjen Hiemstra
4ae07084bf Add missing Ulti and Low quality profiles
Contributes to CURA-208
2015-09-29 16:58:04 +02:00
Olliver Schinagl
c94b13e680 Add cpack using the uranium style
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
2015-09-29 13:42:08 +02:00
Tim Kuipers
f132720aff JSON: bugfix/feat: wall_line_width defaults to nozzle size and wall_line_count computed properly 2015-09-29 13:13:21 +02:00
Tamara Hogenhout
4dba1cefcb When you click [Manage Printers..] it brings you to the right page
Fixes: issue CURA-128
2015-09-29 11:07:51 +02:00
awhiemstra
f225495378 Merge pull request #420 from thopiekar/patch-1
Adding supported stl mime-type
2015-09-28 11:50:12 +02:00
adamarumjahn
f18ec756da Update innovo-inventor.json
Added   "machine_heated_bed": { "default": true } to agree with "material_bed_temperature": { "default": 60, "visible": true }, statement
2015-09-25 14:29:49 -05:00
Arjen Hiemstra
c486794f33 Delay showing the Add Machine dialog until after the main window is properly shown
Showing the main window causes the Add Machine window to hide apparently
so instead make sure we show the add machine dialog after showing the
main window.

This also handles the "there is no machine" situation a little more
cleanly.
2015-09-24 19:22:00 +02:00
Tamara Hogenhout
ca7ed0d93e Adds a smaller cross icon
Contributes to: issue CURA-181
2015-09-24 18:58:11 +02:00
Arjen Hiemstra
d4ea9246f6 Use the job name for saving files
CURA-183 #Done
2015-09-23 18:21:39 +02:00
Arjen Hiemstra
5b2cdb8012 Update RemovableDrive and USB output devices to use the new file_name parameter
Contributes to CURA-183
2015-09-23 18:21:04 +02:00
Arjen Hiemstra
e44297e400 Add a job name property to CuraApplication
This can be used to store the current job name.

Contributes to CURA-183
2015-09-23 18:20:11 +02:00
Jaime van Kessel
162e27691f Added file extension checking 2015-09-23 15:16:00 +02:00
Jaime van Kessel
fdd485a884 Moved LayerData & Decorator outside of backend plugin 2015-09-23 15:01:48 +02:00
Jaime van Kessel
3d292cf328 Added g-code reader stub 2015-09-23 14:27:50 +02:00
Jaime van Kessel
b29f4176a7 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-23 11:04:53 +02:00
Jaime van Kessel
635ec0b683 Added more logging to usb printing 2015-09-23 11:04:41 +02:00
Thomas-Karl Pietrowski
94dcd718c8 Adding supported stl mime-type 2015-09-22 17:53:36 +02:00
Tamara Hogenhout
662dde077b Removes the little square panel thing for the per-object-settings
Contributes to: issue CURA-181
2015-09-22 17:31:47 +02:00
Tamara Hogenhout
781ab5fdca finetuning of the inactive states
contributes to: issue CURA-184
2015-09-22 15:37:46 +02:00
Tamara Hogenhout
e1c113a81a Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-22 15:32:15 +02:00
Tamara Hogenhout
c3036101f4 Adds an inactive states
contributes to: issue CURA-184
2015-09-22 15:32:01 +02:00
Jaime van Kessel
82ceccd5be Fixed size of head with fans for UMO2 family 2015-09-22 14:12:13 +02:00
Jaime van Kessel
9158e07189 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-22 13:51:02 +02:00
Jaime van Kessel
b770979be5 Force scene change event upon file load through commandline parameters
Fixes Ultimaker/Cura#409
2015-09-22 13:50:10 +02:00
Jaime van Kessel
7c9b190bee Split up onChanged code a bit for easier debugging 2015-09-22 13:47:52 +02:00
Tamara Hogenhout
8680d00ee1 Adds a settings button to go the the preference -> settings page
commits to: issue CURA-177
2015-09-22 12:08:05 +02:00
Jaime van Kessel
c21ad3df08 Added checks to prevent nonetype issues
Fixes Ultimaker/Cura#417
2015-09-22 11:56:13 +02:00
Jaime van Kessel
f8d677eee8 Connected tool operation events (again?)
Fixes Ultimaker/Cura#418
2015-09-22 11:52:04 +02:00
Tamara Hogenhout
3b7a5f65c6 Adds visible depth to the printsettings
commits to: issue CURA-177
2015-09-21 17:31:30 +02:00
Jaime van Kessel
770264e16e 3mf reader now flips the data points without rotation quaterion 2015-09-21 16:42:53 +02:00
Tamara Hogenhout
f866ecdd63 Restyling of the sidebar header and and profile setup
commits to: issue CURA-177
2015-09-21 16:03:53 +02:00
Jaime van Kessel
bfdb908148 Lowered retraction_min_travel to 1.5
As per suggestion of Ultimaker/CuraEngine#246
2015-09-21 15:21:51 +02:00
Jaime van Kessel
6596945ce0 Added some logging to 3mf reader 2015-09-21 15:21:39 +02:00
Tamara Hogenhout
d6793bc197 adapts the sizes between buttons etc
fixes: issue CURA-194
2015-09-21 14:31:43 +02:00
Tamara Hogenhout
c352c6f369 addapts the sizes of primarily the buttons
fixes: issue CURA-194
2015-09-21 14:14:28 +02:00
Tamara Hogenhout
c7efde275a Adds a visible active state to the advanced mode -> print settings
commits to: issue CURA-177
2015-09-21 13:43:49 +02:00
Jaime van Kessel
26b0554815 Merge pull request #410 from fxtentacle/master
display travel moves for current layer
2015-09-21 17:32:16 +08:00
Hajo Nils Krabbenhöft
c53b110ea9 ch color for retraction + draw jumps slightly above the rest 2015-09-21 00:16:52 +02:00
Hajo Nils Krabbenhöft
9b680893f7 hide jumps from line view + fix solid display 2015-09-21 00:13:52 +02:00
Hajo Nils Krabbenhöft
6725f94ab2 regenerate python protobuf reader 2015-09-20 23:21:30 +02:00
Hajo Nils Krabbenhöft
212877089c colors 2015-09-20 23:11:38 +02:00
Hajo Nils Krabbenhöft
2707079c4e introduce combind and retraction polygon types 2015-09-20 23:10:11 +02:00
Hajo Nils Krabbenhöft
24fc2d8154 add _current_layer_jumps 2015-09-20 22:58:07 +02:00
Thomas-Karl Pietrowski
4bc81c0c6a Merge pull request #1 from Ultimaker/master
Updating my fork
2015-09-19 20:36:49 +02:00
Jaime van Kessel
b512d57bb5 Bump version 2015-09-19 17:09:01 +02:00
Jaime van Kessel
5fecc76d3f Merge branch '15.10' 2015-09-18 15:34:05 +02:00
Jaime van Kessel
bc81363a33 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-18 15:24:32 +02:00