diff options
author | Georgiy Bondarenko <69736697+nehilo@users.noreply.github.com> | 2020-10-05 22:00:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 22:00:49 +0300 |
commit | b1942742241d900d335a1565a9b3c16bcae9747b (patch) | |
tree | c575657bb849e6232b12b04171f89fa8eb787946 /PidCalibration.gcode | |
parent | 6962089246aa9c129a0434e467466d454a9ef411 (diff) | |
download | kp3s-marlin-b1942742241d900d335a1565a9b3c16bcae9747b.tar.xz kp3s-marlin-b1942742241d900d335a1565a9b3c16bcae9747b.zip |
Add files via upload
Diffstat (limited to 'PidCalibration.gcode')
-rw-r--r-- | PidCalibration.gcode | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PidCalibration.gcode b/PidCalibration.gcode new file mode 100644 index 0000000..7bc4132 --- /dev/null +++ b/PidCalibration.gcode @@ -0,0 +1,5 @@ +M106 S127
+M303 E0 S235 C8 U
+M303 E-1 S75 C8 U
+M500
+M300 S500 P1
\ No newline at end of file |