Path.Area: add abs_center parameter to Path.fromShapes

Set to true to enable absolute arc center mode (G90.1)
This commit is contained in:
Zheng, Lei
2017-04-25 11:51:54 +08:00
parent 3e7b6b359d
commit e1fcdcf3bb
2 changed files with 10 additions and 12 deletions

View File

@@ -228,6 +228,7 @@
((double,feedrate,FeedRate,0.0, "Normal move feed rate", App::PropertyFloat)) \
((double,feedrate_v,FeedRateVertical,0.0, "Vertical only (step down) move feed rate", App::PropertyFloat)) \
((bool,verbose,Verbose,true, "If true, each motion GCode will contain full coordinate and feedrate")) \
((bool,abs_center,AbsoluteArcCenter,false, "Use absolute arc center mode (G90.1)")) \
AREA_PARAMS_DEFLECTION
/** Group of all Area configuration parameters except CArea's*/