Skip to content

Commit

Permalink
Change probe feedrate for Add On
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Apr 19, 2024
1 parent 4b1d192 commit e33daca
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 @@ -235,7 +235,7 @@ function selectToolhead() {
}

if ($("#hasPlasma").is(':checked')) {
$("#ihsgcode").val("G38.2 Z-30 F100; Touch off Probe\nG10 L20 Z-3; Set Z Zero\n")
$("#ihsgcode").val("G38.2 Z-30 F500; Touch off Probe\nG10 L20 Z-3; Set Z Zero\n")
$('#scommandscale').val(1000);
var xaxis = 740
var yaxis = 830
Expand Down

0 comments on commit e33daca

Please sign in to comment.