Skip to content

Commit eeb3525

Browse files
committed
Remove comments
1 parent 3769582 commit eeb3525

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Toolpath.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ class Toolpath {
2222
z: 0
2323
};
2424

25-
// https://github.com/grbl/grbl/wiki/Configuring-Grbl-v0.9
26-
// Also see "../constants/modal-groups.js"
2725
modal = {
2826
// Moton Mode
2927
// G0, G1, G2, G3, G38.2, G38.3, G38.4, G38.5, G80
@@ -473,7 +471,6 @@ class Toolpath {
473471
this.setModal({ feedmode: 'G95' });
474472
}
475473
},
476-
// Program Mode
477474
// M0: Program Pause
478475
'M0': () => {
479476
if (this.modal.program !== 'M0') {

0 commit comments

Comments
 (0)