Cura/cura
Ghostkeeper a87465186e
Fix off-by-one bug when importing profiles with extruder stacks
Since machine_extruders contains only the extruder stacks (not the global stack) but profile_index counts through all stacks including the global stack, we need to increase the length of machine_extruders by 1 when comparing.
I also swapped the comparison around since I think it's more logical this way around.

Contributes to issue CURA-4738.
2018-01-02 08:19:31 +01:00
..
Settings Fix off-by-one bug when importing profiles with extruder stacks 2018-01-02 08:19:31 +01:00
Stages Fix sidebar loading and unloading depending on active stage 2017-12-06 17:46:18 +01:00
__init__.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
Arrange.py Ignore models without a convex hull when auto arranging 2017-11-09 19:21:05 +01:00
ArrangeObjectsJob.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
BlockSlicingDecorator.py D6: Fixed file naming, removed spaces and fixed decoration calls 2016-12-23 15:53:17 -05:00
BuildVolume.py Update 3D viewer build volume when relevant machine settings are changed - CURA-4659 2017-12-01 16:29:42 +01:00
CameraAnimation.py Merge pull request #905 from Ultimaker/snappier_camera_animation 2017-10-24 10:36:55 +02:00
CameraImageProvider.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
ConvexHullDecorator.py Solve arrange and multiply models issue 2017-12-12 10:43:19 +01:00
ConvexHullNode.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
CrashHandler.py Also exit when the crash handler dialog is not created 2017-12-18 12:19:56 +01:00
CuraActions.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
CuraApplication.py Rename sidebar_collapsed and code style 2017-12-30 19:35:46 +01:00
CuraSplashScreen.py Fix size of "beta" classifier on splash screen for HiDPI (windows) screens 2017-10-16 14:51:59 +02:00
CuraVersion.py.in Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
GCodeListDecorator.py D6: Fixed file naming, removed spaces and fixed decoration calls 2016-12-23 15:53:17 -05:00
Layer.py CURA-4526 Delete LayerView plugin because it will be replaced with the 2017-11-21 10:47:29 +01:00
LayerData.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
LayerDataBuilder.py CURA-4526 Delete LayerView plugin because it will be replaced with the 2017-11-21 10:47:29 +01:00
LayerDataDecorator.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
LayerPolygon.py CURA-4526 Delete LayerView plugin because it will be replaced with the 2017-11-21 10:47:29 +01:00
MachineAction.py Fix generating view for machine action - CURA-4568 2017-11-28 15:18:05 +01:00
MachineActionManager.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
MultiplyObjectsJob.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
OneAtATimeIterator.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
PlatformPhysics.py Code style: Space around binary operator 2017-12-28 14:30:47 +01:00
PlatformPhysicsOperation.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
PreviewPass.py Update PreviewPass so that only slicable objects are rendered 2017-11-09 13:51:47 +01:00
PrinterOutputDevice.py Merge branch 'master' into feature_local_container_server 2017-12-08 16:03:05 +01:00
PrintInformation.py Split all non-word characters for making abbreviations 2017-12-18 11:01:15 +01:00
ProfileReader.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ProfileWriter.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
QualityManager.py Pass just metadata through quality manager instead of full containers 2017-11-29 14:33:04 +01:00
SetParentOperation.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ShapeArray.py Don't crash when loading model before a printer is loaded 2017-12-29 14:47:55 +01:00
SliceableObjectDecorator.py D6: Fixed layers and line widths 2017-01-05 13:04:32 -05:00
ZOffsetDecorator.py Added missing super call 2017-05-18 10:49:05 +02:00