PathScripts.post.grbl_post Namespace Reference

Variables

bool OUTPUT_COMMENTS = True
 
bool OUTPUT_HEADER = True
 
bool OUTPUT_LINE_NUMBERS = False
 
string TOOLTIP
 

Variable Documentation

◆ OUTPUT_COMMENTS

bool PathScripts.post.grbl_post.OUTPUT_COMMENTS = True

◆ OUTPUT_HEADER

bool PathScripts.post.grbl_post.OUTPUT_HEADER = True

◆ OUTPUT_LINE_NUMBERS

bool PathScripts.post.grbl_post.OUTPUT_LINE_NUMBERS = False

◆ TOOLTIP

string PathScripts.post.grbl_post.TOOLTIP
Initial value:
1= """
2Generate g-code from a Path that is compatible with the grbl controller.
3import grbl_post
4grbl_post.export(object, "/path/to/file.ncc")
5"""