misc. typos in Assembly and Path WB
[skip ci]
This commit is contained in:
@@ -572,7 +572,7 @@ struct id_prop {
|
||||
}
|
||||
|
||||
namespace boost {
|
||||
//access the propertymap needs to be boost visable
|
||||
//access the propertymap needs to be boost visible
|
||||
template<typename P, typename G>
|
||||
typename dcm::property_map<P, G>::value_type get(const dcm::property_map<P, G>& map,
|
||||
typename dcm::property_map<P, G>::key_type key)
|
||||
|
||||
@@ -135,7 +135,8 @@ def export(objectslist,filename,argstring):
|
||||
gcode = ""
|
||||
|
||||
#Find the machine.
|
||||
#The user my have overriden post processor defaults in the GUI. Make sure we're using the current values in the Machine Def.
|
||||
#The user my have overridden post processor defaults in the GUI.
|
||||
#Make sure we're using the current values in the Machine Def.
|
||||
myMachine = None
|
||||
for pathobj in objectslist:
|
||||
if hasattr(pathobj,"Group"): #We have a compound or project.
|
||||
|
||||
Reference in New Issue
Block a user