From 66898457a03907052d4efb9c2d261e114c51f0c0 Mon Sep 17 00:00:00 2001 From: teachingtechYT Date: Mon, 29 Nov 2021 09:30:43 +1100 Subject: [PATCH] Change linked gcode viewer --- calibration.html | 2 +- js/createform.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calibration.html b/calibration.html index c6d465d..0a932de 100644 --- a/calibration.html +++ b/calibration.html @@ -35,7 +35,7 @@

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. Until now!

Warning - Read carefully!

-

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 Gcode.ws and print at your own risk.

+

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 Zupfe GCode Viewer and print at your own risk.

Only print this gcode when you are present, alert and capable of stopping the printer in case of emergency.

Validation has been built into the forms to only allow sensible min and max values, however this is not foolproof.

diff --git a/js/createform.js b/js/createform.js index 3db7e43..c79742e 100644 --- a/js/createform.js +++ b/js/createform.js @@ -455,7 +455,7 @@ var endGcode = /*html*/ `

Additional end gcode

`; -var preview = /*html*/ `

It is advised to preview the generated gcode through your slicer or Gcode.ws before printing.`; +var preview = /*html*/ `

It is advised to preview the generated gcode through your slicer or Zupfe GCode Viewer before printing.`; function createForm(n){ document.write('')