im-pro-at / cncgcodecontroller

CNC-GCode-Controller
MIT License
145 stars 59 forks source link

Suport for modal G1 (Changed for pull request) #11

Closed alromh87 closed 10 years ago

alromh87 commented 10 years ago

Hi, I have added support for modal G1 as output by pcb2gcode, and would like to have it included in the main code, here are the relevant lines:

diff --git a/src/cnc/gcode/controller/CNCCommand.java b/src/cnc/gcode/controller/CNCCommand.java index aaa30d4..f0485af 100644 --- a/src/cnc/gcode/controller/CNCCommand.java +++ b/src/cnc/gcode/controller/CNCCommand.java @@ -269,6 +269,22 @@ public class CNCCommand { } else {

Thnaks