Initial expansion for how the site works

This commit is contained in:
lawgicau
2021-07-14 11:58:25 +10:00
parent 7d680caed2
commit a4eadd10b6
2 changed files with 94 additions and 11 deletions

View File

@ -1,5 +1,5 @@
var commonStart =`; G-Code originally generated by Simplify3D(R) Version 4.1.2
This calibration test gcode modified by the Teaching Tech Calibration website: https://teachingtechyt.github.io/calibration.html
;This calibration test gcode modified by the Teaching Tech Calibration website: https://teachingtechyt.github.io/calibration.html
;M80 ; power supply on
G90
M82
@ -20,4 +20,4 @@ M104 S0 ; turn off extruder
M140 S0 ; turn off bed
M84 ; disable motors
M501 ; restore previous EEPROM values
;customend`
;customend`;