Commit graph

1173 commits

Author SHA1 Message Date
Tamara Hogenhout
ed693d57a9 Fixes that the firmware update kan be called from the add machine -> add UMO wizard
fixes #CURA-256
2015-10-14 16:03:29 +02:00
Tamara Hogenhout
f9f0969a6d Fixes problems with the upgraded parts page of the add Original wizard
The setMachineSettingValue functionalities are now bound to whether the checkboxes are checked or not instead of onClicked. Also the wizard now saves the values, so the user cannot get confused when revisiting this part of the wizard.

commits to #143
contributes to #CURA-256
2015-10-14 15:00:27 +02:00
Tamara Hogenhout
861b535f9d Implementing missing functionalities on the addmachine -> add original wizard
contributes to #CURA-256
2015-10-14 11:53:53 +02:00
Arjen Hiemstra
463fbae9aa Fail loading the 3MF file if no meshes were found
This way we indicate loading the 3MF file failed instead of indicating
success but not actually loading anything.

CURA-236
2015-10-13 18:42:01 +02:00
Arjen Hiemstra
3bbefd588b Increase the amount of spacing from platform physics
This creates a stable situation more quickly

CURA-203 #Start-Review
2015-10-13 15:40:40 +02:00
Tamara Hogenhout
a855da5c4c contributes to #CURA-256 2015-10-12 18:39:53 +02:00
Tamara Hogenhout
9aeb9bb37d cleanup 2015-10-09 17:18:14 +02:00
Tamara Hogenhout
a45dfe6a57 15.10 Restyling of the post-processing-plugin
Contributes to issue CURA-47
2015-10-09 15:38:22 +02:00
Arjen Hiemstra
9c6c06d501 Clean up "View" configuration page
Contributes to CURA-211
2015-10-08 17:48:22 +02:00
Arjen Hiemstra
d77903871d Fix crash handler to not complain about debug_mode not being set 2015-10-08 15:28:38 +02:00
Hajo Nils Krabbenhöft
1e5a2ddab9 hide jumps from line view + fix solid display 2015-10-08 15:28:38 +02:00
Hajo Nils Krabbenhöft
3ed5a466a3 regenerate python protobuf reader 2015-10-08 15:28:38 +02:00
Hajo Nils Krabbenhöft
cead06e925 colors 2015-10-08 15:28:38 +02:00
Hajo Nils Krabbenhöft
5505d5dc74 introduce combind and retraction polygon types 2015-10-08 15:28:38 +02:00
Hajo Nils Krabbenhöft
8dd46be2ca add _current_layer_jumps 2015-10-08 15:28:38 +02:00
Tamara Hogenhout
9258501a3a Makes that only the name of the first model is displayed in the Printjob Name textfield.
fixes #224
2015-10-07 14:56:28 +02:00
Tim Kuipers
152406cd44 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-07 09:39:40 +02:00
Tim Kuipers
d5e646ce3d JSON: made top_layers default coincide with its inherited value when parent is set to default 2015-10-07 09:39:23 +02:00
Arjen Hiemstra
560662ac59 Properly clear stored layer data
This fixes an issue where switching back and forth between layer view
would trigger a reload of the layer data
2015-10-06 12:07:57 +02:00
Arjen Hiemstra
aac269f82a Render SupportInfillType so support is rendered correctly again.
Fixes #445
2015-10-06 12:07:57 +02:00
Arjen Hiemstra
ba86352642 Fix issues with crash handler and log file creation on Windows 2015-10-05 18:32:44 +02:00
Arjen Hiemstra
07d35a3439 Bump version 2015-10-05 16:47:45 +02:00
Arjen Hiemstra
acfd2861f1 Make the UMO upgrade selection page work properly 2015-10-05 16:47:45 +02:00
Arjen Hiemstra
03ad005462 Update preference dialog to the changed API 2015-10-05 14:40:02 +02:00
Arjen Hiemstra
03748ca19a Disable crash handler if debug mode is not enabled 2015-10-05 14:13:49 +02:00
Arjen Hiemstra
a9527920ae Prevent crashes when centering an object
Fixes #457
2015-10-05 13:14:42 +02:00
Arjen Hiemstra
34e37af8c9 Also disable output device selection when main save button is disabled
CURA-209 #done
2015-10-01 17:51:54 +02:00
Arjen Hiemstra
5c5fb647c9 Fix name of Low Quality profile 2015-10-01 17:51:19 +02:00
Arjen Hiemstra
23e36b51e6 Fix stdout/stderr output location so we do not output to UM but to cura
Fixes #452
2015-10-01 16:43:29 +02:00
Arjen Hiemstra
afa44ed314 Tweak the initial camera position
As requested by Menno
2015-10-01 14:20:47 +02:00
Arjen Hiemstra
a63db94d06 Never disable the view button
Fixes #443
CURA-225 #done
2015-10-01 12:37:17 +02:00
Arjen Hiemstra
16c5aeba68 Use selection status to disable/enable tools rather than platform activity
Fixes issues with tool activation.
2015-10-01 12:37:17 +02:00
Tim Kuipers
f9be4def09 JSON: bugfix: skirt_speed was the only child of speed_layer_0, which meant you couldnt tweak them separately 2015-09-30 17:12:20 +02:00
Arjen Hiemstra
5adee69b75 Fix Windows build 2015-09-29 09:24:22 -07:00
Arjen Hiemstra
8ac5c8d52d Move all contributed profiles to an "Other" manufacturer
CURA-210 #done
2015-09-29 17:23:28 +02:00
Arjen Hiemstra
457f2945b0 Bump version 2015-09-29 16:59:26 +02:00
Arjen Hiemstra
ca60ed0aad Make the Infill buttons and support checkboxes in Simple mode functional
CURA-182 #done
2015-09-29 16:58:04 +02:00
Arjen Hiemstra
d2ed9bc74f Fix the variants menu so the variants actually get added
Contributes to CURA-24
2015-09-29 16:58:04 +02:00
Arjen Hiemstra
3b5664f250 Try to add a page when the name of a wizard page is unknown
Contributes to CURA-91
2015-09-29 16:58:04 +02:00
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
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
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