Skip to content

Commit

Permalink
Fix endcode for servo
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Nov 25, 2024
1 parent eecb1d0 commit dfe8551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/application-settings-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function selectToolhead() {
if ($("#hasPenPlotter").is(':checked')) {
// console.log('Add Laser Dynamic')
// startcode += "; Plotter does not need specific startup\n"
endcode += "G0 X0 Z0; Move back to start Position\n"
endcode += "G0 X0 Y0; Move back to start Position\n"
//$('#scommandscale').val(1000);
localStorage.setItem("hasPenPlotter", true);
} else {
Expand Down

0 comments on commit dfe8551

Please sign in to comment.