Cura/plugins/PostProcessingPlugin/scripts
Pascal 17514b2a6a
Head was 1mm to high after the pause
The wrong line starts here:
458: prepend_gcode += self.putValue(G = 1, Z = current_z + 1, F = 300) + "\n"
The correct line:
458: prepend_gcode += self.putValue(G = 1, Z = current_z, F = 300) + "\n"
2020-10-20 11:36:11 +02:00
..
ChangeAtZ.py Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"" 2020-08-20 16:35:52 +02:00
ColorMix.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
DisplayFilenameAndLayerOnLCD.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
DisplayProgressOnLCD.py Apply suggestions from code review 2020-07-08 00:30:19 -05:00
ExampleScript.md point people to a good example 2018-11-29 15:29:51 +01:00
FilamentChange.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
InsertAtLayerChange.py Correct and consistent spelling of g-code 2020-07-20 13:36:49 +02:00
PauseAtHeight.py Head was 1mm to high after the pause 2020-10-20 11:36:11 +02:00
RetractContinue.py Convert doxygen to rst for POS, MonitorStage, PostProcessing 2020-05-08 16:28:07 +02:00
SearchAndReplace.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
Stretch.py Fix extruder and feed rate after extruder-only moves in post stretch script (issue 7755) 2020-05-16 14:37:57 -07:00
TimeLapse.py Correct and consistent spelling of g-code 2020-07-20 13:36:49 +02:00
UsePreviousProbeMeasurements.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00