Skip to content

Commit 6689845

Browse files
Change linked gcode viewer
1 parent 641e7eb commit 6689845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

calibration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>Introduction</h2>
3535
<p>Watch the videos and then work through each tab. I have created a custom gcode generator to assist in making testing towers. This used to be a laborious process and beyond the skills of many users. Other times pre-sliced gcode was used from the internet, but it is impossible to have gcode available for every printer configuration. <i>Until now!</i></p>
3636
<div class="warning">
3737
<h2>Warning - Read carefully!</h2>
38-
<p>Every attempt has been made to ensure this is safe but ultimately there always is risk in running pre-sliced gcode from the internet. Preview the gcode in your slicer or <a href="http://gcode.ws/" target="_blank">Gcode.ws</a> and <span style="color:red; font-weight: bolder;">print at your own risk.</span></p>
38+
<p>Every attempt has been made to ensure this is safe but ultimately there always is risk in running pre-sliced gcode from the internet. Preview the gcode in your slicer or <a href="http://zupfe.velor.ca" target="_blank">Zupfe GCode Viewer</a> and <span style="color:red; font-weight: bolder;">print at your own risk.</span></p>
3939
<p>Only print this gcode when you are present, alert and capable of stopping the printer in case of emergency.</p>
4040
<p>Validation has been built into the forms to only allow sensible min and max values, however this is not foolproof.</p>
4141
</div>

js/createform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ var endGcode = /*html*/ `<h4>Additional end gcode</h4>
455455
<textarea name="endgcode"></textarea>
456456
</div>`;
457457

458-
var preview = /*html*/ `<p>It is advised to preview the generated gcode through your slicer or <a href="http://gcode.ws/" target="_blank">Gcode.ws</a> before printing.`;
458+
var preview = /*html*/ `<p>It is advised to preview the generated gcode through your slicer or <a href="http://zupfe.velor.ca" target="_blank">Zupfe GCode Viewer</a> before printing.`;
459459

460460
function createForm(n){
461461
document.write('<input type="hidden" name="description" value="'+n+'">')

0 commit comments

Comments
 (0)