Skip to content

Commit

Permalink
Update probe macro as tested
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Apr 16, 2024
1 parent 8042e18 commit a6d6bc0
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 @@ -224,7 +224,7 @@ function selectToolhead() {
}

if ($("#hasPlasma").is(':checked')) {
$("#ihsgcode").val("G38.2 Z-30 F100; Probe\nG10 L20 Z0; Set Z Zero\n")
$("#ihsgcode").val("G38.2 Z-30 F100; Probe\nG10 L20 Z-3; Set Z Zero\n")
$('#scommandscale').val(1000);
}

Expand Down

0 comments on commit a6d6bc0

Please sign in to comment.