Skip to content

Commit

Permalink
adding the heater tools to the linkfactory #26
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed May 14, 2016
1 parent fa98612 commit ccdb403
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ private AbstractLink getLinkLocal(LinkConfiguration c){
tmp=new CameraLink(c,img);
break;
case GCODE_HEATER_TOOL:
if(getGCODE(c)!=null){
tmp = getGCODE(c).getHeater(c);
}
break;
case GCODE_STEPPER_PRISMATIC:
case GCODE_STEPPER_ROTORY:
Expand Down

0 comments on commit ccdb403

Please sign in to comment.