Skip to content

Commit

Permalink
Update Plasma profile
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Apr 16, 2024
1 parent a6d6bc0 commit 92f821e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion js/application-settings-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,14 @@ function selectToolhead() {
}

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

if ($("#hasLaser").is(':checked')) {
Expand Down

0 comments on commit 92f821e

Please sign in to comment.