Skip to content

Commit

Permalink
Fix a method name typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Zhang <[email protected]>
  • Loading branch information
rickyzhang82 committed May 31, 2018
1 parent e090a9f commit 78b03ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/diagram/code_call_path.dot
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ writeGCode [label = "fffProcessor::writeGCode"]

addSupportToGCode [label = "fffProcessor::addSupportToGCode"]

addVolumeToGCode [label = "fffProcessor::addVolumeToGCode"]
addVolumeLayerToGCode [label = "fffProcessor::addVolumeLayerToGCode"]

GCodePlanner_writeGCode [label = "GCodePlanner::writeGCode"]

Expand All @@ -35,11 +35,11 @@ processFile->processSliceData
processFile->writeGCode

writeGCode->addSupportToGCode
writeGCode->addVolumeToGCode
writeGCode->addVolumeLayerToGCode
writeGCode->GCodePlanner_writeGCode

addVolumeToGCode->addInfillToGCode
addVolumeToGCode->addInsetToGCode
addVolumeLayerToGCode->addInfillToGCode
addVolumeLayerToGCode->addInsetToGCode


}
Binary file modified doc/diagram/code_call_path.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78b03ba

Please sign in to comment.