Commit graph

494 commits

Author SHA1 Message Date
Tim Kuipers
ebe372c5b2 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-11-05 11:24:38 +01:00
Tim Kuipers
6303062f45 JSON: workaround for stutter in spiralize vase: set travel speed to printing speed 2015-11-05 11:24:27 +01:00
Tamara Hogenhout
dc2ca67727 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-11-04 17:39:31 +01:00
Tamara Hogenhout
1a35971edf Adds a color for the error-messages
Menno designed the use of the color orange for error messages, but this is not yet the definitive hue of orange. But I kinda needed it now.

Contributes to #CURA-325
2015-11-04 17:38:45 +01:00
Tamara Hogenhout
b2f4e2bf26 Shows an error message when a user tries to add a printer with a name that already excists.
Also auto-generates numbering in the name, when the automatically generated machine-name is non-unique

contributes to #CURA-325
2015-11-04 17:36:20 +01:00
Tim Kuipers
35ba7d59f4 JSON: support bottom stair step height defaults changed so that the bottom distance to the model isn't violated too much 2015-11-04 17:16:00 +01:00
Arjen Hiemstra
2efcbc3c1f Revert "temporary hack so Ruben can test the update firmware fix"
This reverts commit 7eb9845ded.
2015-11-01 21:32:08 +01:00
Tamara Hogenhout
7eb9845ded temporary hack so Ruben can test the update firmware fix 2015-10-30 16:29:20 +01:00
fieldOfView
9bf3b2a226 Always show "General" page when reopening preferences 2015-10-29 14:29:04 +01:00
Ghostkeeper
6c20d41863 Make minimum layer height 1 micron
Previously the minimum layer height was 0.1 micron. This was rounded down to 0 microns in the engine, and then a check would cause the engine to return an error. 1 micron is the minimum that the engine can handle.
2015-10-28 16:23:00 +01:00
Tamara Hogenhout
91a8746c03 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-26 16:35:51 +01:00
Tamara Hogenhout
32de1b533d Adds an SVG checksign
Because Roboto does not have a checksign in its charachter set

Contributes to #CURA-244
2015-10-26 16:35:27 +01:00
Arjen Hiemstra
a94961d28b Remove full screen from menu and disable the shortcut key
Upstream is unfortunately riddled with bugs, so it is better to disable
full screen for now.

CURA-317 #Ready-for-Review
2015-10-26 16:23:49 +01:00
Arjen Hiemstra
d943bbee31 Properly default infill_sparse_thickness to layer_height`
Contributes to CURA-323
2015-10-26 16:05:34 +01:00
Tamara Hogenhout
dab05e39a5 Changes the color of the 'C' in one iconfile
fixes #CURA-241
2015-10-26 14:41:34 +01:00
Ghostkeeper
d0b5fe84b8 Remove infill_sparse_combine setting
In discussion, we deemed infill_sparse_thickness more clear to the user and infill_sparse_combine superfluous, since it is really an intermediary value used by the engine to round the thickness up. So now it is actually computed in the engine. Accompanying this commit will be a commit to CuraEngine to remove the setting from the .json file.
2015-10-23 12:16:05 +02:00
Nicanor Romero Venier
ae5e41e5c2 Update for BQ printers profiles
Update in the values of temperature, speeds and skirt minimal lenght.
2015-10-21 09:13:53 +02:00
Tamara Hogenhout
886083d2eb Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-16 12:12:47 +02:00
Tamara Hogenhout
c022dc68ae shortcut for engine log 2015-10-16 12:11:58 +02:00
Arjen Hiemstra
c1eab9c3a3 Fix inherit function for infill line distance
For some reason using parent value here creates odd override bugs
2015-10-16 11:23:33 +02:00
Tamara Hogenhout
4ffbfcf69f Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-16 11:02:27 +02:00
Tamara Hogenhout
a7d43efe15 Binds the backspace button to deleteSelection functionality
fixes #CURA-249
2015-10-16 11:02:02 +02:00
Tim Kuipers
484454dbaf Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-16 10:36:07 +02:00
Tim Kuipers
509cb4627e JSON: update raft defaults 2015-10-16 10:35:44 +02:00
Arjen Hiemstra
6effacb1de Change infill settings back to not being children of infill density
For some reason, making them children causes them to disappear
2015-10-16 10:15:01 +02:00
Arjen Hiemstra
0b9047f6ca Properly set the current folder on file open
This makes sure the next time the file dialog is opened the last folder
used is openend.

CURA-246 #Start-Review
2015-10-15 09:42:52 +02:00
Arjen Hiemstra
e42ffb23ca Move the infill pattern and infill overlap settings back as children of infill_density
This makes the inherit functions work properly
2015-10-15 01:04:32 +02:00
Arjen Hiemstra
769ff84c15 Delay showing the main window a little so we do not get garbage on the window
CURA-160 #Start-Review
2015-10-14 17:57:00 +02:00
Tamara Hogenhout
58d5487eb9 The print job name changes to empty when there is no mesh.
Only the machine abbreviation remains.

fixes #CURA-122
2015-10-14 16:36:12 +02:00
Tamara Hogenhout
4ceb48c3fd Makes the page display the separate test-values.
When the user doesn't finish the checkup and later on re-checks on it, it doens't look like they can't proceed with the check-up.

fixes #CURA-256
2015-10-14 16:19:24 +02:00
Tamara Hogenhout
6c14177401 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-10-14 16:03:53 +02:00
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
awhiemstra
99447c4cba Merge pull request #480 from bq/BQ_profiles_update
Added profiles for 2nd Gen printers from BQ
2015-10-14 15:29:55 +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
Nicanor Romero Venier
ead30e71ec Added profiles for 2nd Gen printers from BQ 2015-10-14 12:49:43 +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
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
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
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
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
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