Cura/plugins
Remco Burema 432ed02aa6
Fix skip (or late) pause at height.
Previously, the line after the layer change would also contain the z height.
If not found, the could would break the per-line reading, and skip to the next layer.
However, if the code doesn't contain the Z on the first gcode line of the layer, this would cause it to skip past all layers, until there was a layer with the Z in the first line (so this also explains the 'late' pauses).
I just ignored the optimization and made it a continue.
I checked, and I don't think there's any way this causes the postproc.-gcode to be inserted twice, since it returns the complete data after insering it once.

CURA-6965
2019-11-21 14:08:51 +01:00
..
3MFReader Remove hardcoded sizes from dialogs & popups 2019-11-19 13:00:39 +01:00
3MFWriter Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
AMFReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
CuraDrive Make backup window modal 2019-11-12 10:31:45 +01:00
CuraEngineBackend Fix fallback to global if extruder_nr doesn't exist 2019-11-01 13:19:16 +01:00
CuraProfileReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
CuraProfileWriter Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
FirmwareUpdateChecker Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
FirmwareUpdater Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
GCodeGzReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
GCodeGzWriter Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
GCodeProfileReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
GCodeReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
GCodeWriter Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
ImageReader Change default image reader algorithm from logarithmic to linear 2019-11-01 10:31:34 +01:00
LegacyProfileReader Remove a bunch of unused imports 2019-11-08 13:38:42 +01:00
MachineSettingsAction Merge branch 'mb-shared-heater' of https://github.com/smartavionics/Cura 2019-11-14 11:06:12 +01:00
ModelChecker Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
MonitorStage Remove deprecated functions in MachineManager 2019-10-22 14:11:40 +02:00
PerObjectSettingsTool Remove a bunch of unused imports 2019-11-08 13:38:42 +01:00
PostProcessingPlugin Fix skip (or late) pause at height. 2019-11-21 14:08:51 +01:00
PrepareStage Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
PreviewStage Remove redundant visibility properties from Items 2019-10-30 10:57:03 +01:00
RemovableDriveOutputDevice Don't check A: and B: drives for USB sticks 2019-11-04 16:35:49 +01:00
SimulationView Refactor: simplify SimulationSliderLabel font metrics 2019-11-12 14:56:56 +01:00
SliceInfoPlugin Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
SolidView Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
SupportEraser Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
Toolbox Remove hardcoded sizes from dialogs & popups 2019-11-19 13:00:39 +01:00
TrimeshReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
UFPReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
UFPWriter Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
UltimakerMachineActions Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
UM3NetworkPrinting Remove a bunch of unused imports 2019-11-08 13:38:42 +01:00
USBPrinting Add names to all the threads 2019-11-01 16:20:42 +01:00
VersionUpgrade Remove a bunch of unused imports 2019-11-08 13:38:42 +01:00
X3DReader Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00
XmlMaterialProfile Small refactor: Rename in UM. 2019-11-12 08:40:50 +01:00
XRayView Change SDK version to 7.0.0 2019-10-21 14:51:34 +02:00