7988 Commits

Author SHA1 Message Date
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
Arjen Hiemstra
c5ca763621 If we have no active machine, return None in getEngineCommand
This fixes a race condition on Windows where setting the active machine
takes too long
2015-10-08 11:54:22 +02:00
Arjen Hiemstra
50e6455875 Send the actual machine JSON to the engine 2015-10-06 16:54:57 +02:00
Arjen Hiemstra
b23bbe02fd Send the dual extrusion file as base JSON to the engine 2015-10-06 14:54:24 +02:00
Arjen Hiemstra
ae3705514f Merge branch '15.10'
* 15.10:
  Properly clear stored layer data
  Render SupportInfillType so support is rendered correctly again.
  Fix issues with crash handler and log file creation on Windows
  Bump version
  Make the UMO upgrade selection page work properly
  Update preference dialog to the changed API
  Disable crash handler if debug mode is not enabled
  Prevent crashes when centering an object
  Also disable output device selection when main save button is disabled
  Fix name of Low Quality profile
  Fix stdout/stderr output location so we do not output to UM but to cura
2015-10-06 12:21:09 +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
7982e79940 Merge branch '15.10'
* 15.10: (37 commits)
  Tweak the initial camera position
  Never disable the view button
  Use selection status to disable/enable tools rather than platform activity
  JSON: bugfix: skirt_speed was the only child of speed_layer_0, which meant you couldnt tweak them separately
  Fix Windows build
  Move all contributed profiles to an "Other" manufacturer
  Bump version
  Make the Infill buttons and support checkboxes in Simple mode functional
  Fix the variants menu so the variants actually get added
  Try to add a page when the name of a wizard page is unknown
  Catch any exception that happens while trying to eject
  Set High Quality to 0.08 layer height
  Capture stdout and stderr on Windows to prevent py2exe messages
  Add missing Ulti and Low quality profiles
  JSON: bugfix/feat: wall_line_width defaults to nozzle size and wall_line_count computed properly
  When you click [Manage Printers..] it brings you to the right page
  Delay showing the Add Machine dialog until after the main window is properly shown
  Adds a smaller cross icon
  Use the job name for saving files
  Update RemovableDrive and USB output devices to use the new file_name parameter
  ...
2015-10-01 15:47:18 +02:00
Ghostkeeper
1bda2ff220 Move PerObjectSettings from Uranium to Cura
This tool is deemed Cura-specific, so it is moved to Cura. This prevents it from being included in other Uranium applications.
2015-10-01 15:41:36 +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
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
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
635ec0b683 Added more logging to usb printing 2015-09-23 11:04:41 +02:00
Jaime van Kessel
7c9b190bee Split up onChanged code a bit for easier debugging 2015-09-22 13:47:52 +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
Jaime van Kessel
770264e16e 3mf reader now flips the data points without rotation quaterion 2015-09-21 16:42:53 +02:00
Jaime van Kessel
6596945ce0 Added some logging to 3mf reader 2015-09-21 15:21:39 +02: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
Jaime van Kessel
9380dacbed Small fix to USB printing which should fix the issues for printrbots 2015-09-18 15:24:21 +02:00
Arjen Hiemstra
3f1e5bb44a Catch exceptions when trying to eject the SD card on Windows
CURA-106 #start-review
2015-09-18 12:27:10 +02:00
Arjen Hiemstra
6eeb4c9e75 Make sure we have a catalog to read translations from 2015-09-18 12:15:21 +02:00
Jaime van Kessel
b55c4d8e46 Made message for layerview interdimate
Fixes Ultimaker/Cura#303
2015-09-17 16:54:36 +02:00
Jaime van Kessel
c076e28e5f Changed infill color to amber 2015-09-17 15:21:16 +02:00
Jaime van Kessel
6aea81232d Added documentation 2015-09-17 14:50:52 +02:00
Jaime van Kessel
48d233ca84 Added explicit debug logging to slice process 2015-09-17 14:46:35 +02:00
Jaime van Kessel
51415a0c53 Updated logging & resuffled auto baud list to improve speed 2015-09-17 11:08:25 +02:00
Jaime van Kessel
631c02bf2c Added message when slicing was cancelled due to errors in settings.
Fixes CURA-166
2015-09-17 10:50:04 +02:00
Jaime van Kessel
4808f52f59 Fixed heatup bed command in checking wizard 2015-09-17 10:43:56 +02:00
Jaime van Kessel
fccf365424 When a new reslices is triggered the old data is removed 2015-09-16 15:56:37 +02:00
Jaime van Kessel
998ebce608 Fixed USB manager so correct firmware filename is generated 2015-09-14 16:11:06 +02:00
Jaime van Kessel
4639be180d Layerview now uses ctrl+ arrow to move through layers (just like legacy cura) 2015-09-14 15:18:45 +02:00
Jaime van Kessel
d72ec68d8c Added more checks to LayerViewProxy
Contributes to asana issue 49817948603866
2015-09-14 14:00:05 +02:00
Arjen Hiemstra
67086b4d9f Update translated strings and contexts 2015-09-12 20:08:41 +02:00
Arjen Hiemstra
0148186c7a Display a slicing message when performing a slice operation 2015-09-12 20:08:40 +02:00
Arjen Hiemstra
7f9ad28a1f ChangeLog: Use an ordered dict for items
This way we respect the ordering of the original text file instead of a
random ordering.
2015-09-11 14:47:53 +02:00
Arjen Hiemstra
0a2baec53b Use the right catalog for RemovableDriveOutputDevice 2015-09-11 14:47:53 +02:00
Tamara Hogenhout
506180fff9 changing the i18n call so that the actual string is shown instead of the context ;)
fixes #369
2015-09-11 10:06:34 +02:00
Arjen Hiemstra
b99a67ceb5 Display a more appropriate message when processing layers
Contributes to CURA-132
2015-09-10 16:25:26 +02:00
Jaime van Kessel
00cdafc50a Added new features to changelogplugin list 2015-09-10 11:50:50 +02:00
Jaime van Kessel
f272820100 Fixed paths for firmware 2015-09-10 11:24:47 +02:00
Jaime van Kessel
a0a0f3ea01 Added exception handling to layerview
Fixes Ultimaker/Cura#362
2015-09-10 11:16:55 +02:00
Tamara Hogenhout
776683219d Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-09 15:25:59 +02:00