polychemprint3.sequence.gapLine module

Predefined print sequence for gapLines.

First created on 13/11/2019 14:41:31
Revised: 5/3/20
Author: Bijal Patel
class polychemprint3.sequence.gapLine.gapLine(axes: <module 'polychemprint3.axes.axes3DSpec' from '/home/docs/checkouts/readthedocs.org/user_builds/polychemprint3/checkouts/latest/polychemprint3/axes/axes3DSpec.py'> = <polychemprint3.axes.nullAxes.nullAxes object>, tool: polychemprint3.tools.toolSpec.toolSpec = <polychemprint3.tools.nullTool.nullTool object>, **kwargs)

Bases: polychemprint3.sequence.sequenceSpec.sequenceSpec

Implemented print sequence for gapLines.

genSequence()

Generates the list of python commands to execute for this sequence (shape).

Returns:whether successfully reached the end or not
Return type:bool
loadLogSelf(logString)

loads log back into dict.

Parameters:logString (String) – log string to be loaded back in
writeLogSelf()

Generates log string containing dict to be written to log file.

Returns:log in string format
Return type:String