Cura/cura
Arjen Hiemstra d8555fe57d Merge branch 'master' of github.com:ultimaker/Cura into feature_material_editing
* 'master' of github.com:ultimaker/Cura: (38 commits)
  Fixed profile file case-sensitivity.
  Fix UMO Checkup button size
  Remove debug statement and commented-out code CURA-1385
  Show "ready" state when a printer is connected but jobstate is not yet set
  Added deepcopy function
  Made exception handling of slice info plugin way more robust
  Restart timer after slicing is performed when not enabled.
  Update GUID for PLA to match the GUID in the official repository
  Set default extruder index to -1 (so global is default)
  Ensure that the display matches with the backend active extruder data
  Update UM2 Extended build volume height to value published in marketing materials
  Fixed firmware upgrade for um2+
  Capitalise setting label
  CHeckup action now correctly resets every time you start it
  Remove unused name/id when importing a profile from a gcode file
  Just a little typo
  BQ Hephestos2: Heat up nozzle while leveling
  Saving g-code no longer crashes
  Removed update firmware from extensions; This is now handled by machine actions
  Changing active extruder no longer trigger re-slice
  ...
2016-07-07 11:29:18 +02:00
..
Settings Merge branch 'master' of github.com:ultimaker/Cura into feature_material_editing 2016-07-07 11:29:18 +02:00
__init__.py Move src to cura so we can use the same package for installed and source 2015-05-18 15:03:42 +02:00
BuildVolume.py Merge branch 'master' into simple_convex_hull 2016-06-21 14:47:10 +02:00
CameraAnimation.py Move src to cura so we can use the same package for installed and source 2015-05-18 15:03:42 +02:00
CameraImageProvider.py Added CameraImageProvider & camera handling 2016-06-16 09:34:43 +02:00
ConvexHullDecorator.py Fixed up the 3MF reader to use the changed MeshBuilder and MeshData. 2016-06-28 11:43:02 +02:00
ConvexHullNode.py Fixed up the convex hull 'shadow' creation and deletion after the merge. 2016-06-22 14:48:15 +02:00
CrashHandler.py Mark certain types of exceptions as fatal and abort the application if they occur 2016-06-10 15:08:16 +02:00
CuraActions.py Update documentation & code cleanup 2016-04-08 14:26:28 +02:00
CuraApplication.py Also expose the main Cura application object as CuraApplication to QML 2016-07-07 01:36:52 +02:00
CuraSplashScreen.py Code style 2016-07-03 16:01:57 +02:00
CuraVersion.py.in Restored accidental delete 2016-06-23 11:19:54 +02:00
Layer.py Updated the cura code for removal of MeshBuilder.getMesh(). 2016-05-24 20:51:49 +02:00
LayerData.py Introduced a LayerDataBuilder. Made LayerData immutable just like its superclass. Fixed the layer view which broke. 2016-05-23 09:49:31 +02:00
LayerDataBuilder.py Introduced a LayerDataBuilder. Made LayerData immutable just like its superclass. Fixed the layer view which broke. 2016-05-23 09:49:31 +02:00
LayerDataDecorator.py Moved LayerData & Decorator outside of backend plugin 2015-09-23 15:01:48 +02:00
LayerPolygon.py Moved layerData & polygon to own file 2016-04-08 15:07:07 +02:00
MachineAction.py Removed Execute, as it's no longer used 2016-06-22 13:10:10 +02:00
MachineActionManager.py Added missing decorator 2016-06-23 11:41:13 +02:00
MultiMaterialDecorator.py Added deepcopy function 2016-07-06 16:38:35 +02:00
OneAtATimeIterator.py One at a time iterator no longer ignores objects higher than gantry height 2016-04-04 11:25:41 +02:00
PlatformPhysics.py Fixes for the problem where duplicated objects were broken, missing hull 'shadows' or would fly off the build plate. 2016-06-30 09:35:41 +02:00
PlatformPhysicsOperation.py Prevent models from vibrating on the z axis due to fp errors, change the tolerance of the comparison. 2016-05-12 13:48:25 +02:00
PrinterOutputDevice.py Fix codestyle 2016-07-04 16:33:32 +02:00
PrintInformation.py We now recieve material estimation per extruder 2016-07-04 17:11:03 +02:00
ProfileReader.py Add profile reader plug-in type 2016-05-20 16:22:10 +02:00
ProfileWriter.py Move ProfileReader and ProfileWriter over to Cura itself. 2016-06-09 14:14:49 +02:00
SetParentOperation.py Refactor grouping/ungrouping into an operation that is undoable 2016-05-11 15:21:01 +02:00
ZOffsetDecorator.py ZOffset decorator is now correctly copied 2016-07-01 11:39:47 +02:00