Cura/plugins/PostProcessingPlugin/scripts
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
..
BQ_PauseAtHeight.py Add post processing source files 2018-01-09 10:31:12 +01:00
ChangeAtZ.py Remove extra empty lines in ChangeAtZ-scipt output. 2019-09-13 13:33:06 +02:00
DisplayFilenameAndLayerOnLCD.py Add message while pausing 2019-09-06 12:41:09 +02:00
DisplayRemainingTimeOnLCD.py Fixed a bug caused by ":" 2019-08-08 11:03:24 +02:00
ExampleScript.md point people to a good example 2018-11-29 15:29:51 +01:00
FilamentChange.py Better bounds checking in layer numbers 2019-05-28 14:38:19 +02:00
InsertAtLayerChange.py Fix the insert & timelapse script so that you can use both at the same time 2019-03-13 13:28:10 +01:00
PauseAtHeight.py Fix skip (or late) pause at height. 2019-11-21 14:08:51 +01:00
PauseAtHeightforRepetier.py Only consider feedrates for extrusions (Pause At Height) 2019-09-24 16:11:00 +02:00
PauseAtHeightRepRapFirmwareDuet.py add PauseAtHeight post-processing script for RRF 2018-08-22 13:46:49 +02:00
RetractContinue.py Rename speed to ratio 2019-09-06 11:46:59 +02:00
SearchAndReplace.py Add post processing source files 2018-01-09 10:31:12 +01:00
Stretch.py Preserve extruder-only moves in post stretch script 2019-07-18 16:52:59 -07:00
TimeLapse.py Add space before comments 2019-09-06 14:35:29 +02:00
UsePreviousProbeMeasurements.py Update and rename UsePrevProbeMeasure.py to UsePreviousProbeMeasurements.py 2019-03-06 12:54:57 -08:00