Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-11-03 05:42:23 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-11-03 05:42:23 +0300
commit146835fa1df7919d14c11c4def7300c2c104635e (patch)
tree0656ff6cd58e0e26b192043a571a5bb9af9393e9 /wiki
parent41e0942bcc5b0b8130da47f8245a6c86f2fcfe8b (diff)
Update uvtools_acceleration.gcode
Diffstat (limited to 'wiki')
-rw-r--r--wiki/uvtools_acceleration.gcode25
1 files changed, 15 insertions, 10 deletions
diff --git a/wiki/uvtools_acceleration.gcode b/wiki/uvtools_acceleration.gcode
index 41317d5..881417a 100644
--- a/wiki/uvtools_acceleration.gcode
+++ b/wiki/uvtools_acceleration.gcode
@@ -2,6 +2,7 @@
; https://github.com/sn4k3/UVtools/wiki/Rest-times-and-TSMC
;
; Changelog:
+; Version 3: (1/1/10/4/NOTMC) @ 03/11/2021
; Version 2: (1/1/400/5) @ 02/11/2021
; Version 1: (0.7/0.4/400/5) @ 28/08/2021
;
@@ -12,15 +13,19 @@
; 4. Reboot the printer to fetch the new configuration
;
-;
-; M8006 I0.7 ; Maximum starting speed mm/s
-; M8007 I0.4 ; Jerk mm/s
-; It seens the float numbers are not allowed and firmware constrains anything lower than 1 and set
-; to a default value, given that, i will default to I1, but keep in mind it should be a bit lower like above...
-;
+M8006 I1 ; Maximum starting speed mm/s (60mm/min) [Should be 0.7 but firmware constrains anything lower than 1]
+M8007 I1 ; Jerk mm/s (60mm/min) [Should be 0.4 but firmware constrains anything lower than 1]
+M8008 I10 ; Acceleration mm/s2
+M8013 I4 ; Maximum speed of Z motion mm/s (240mm/min)
+M8016 I1 ; Second home speed: Decreasing the second home speed improve the positioning accuracy of the home limit
+M8070 S0.0 ; Disable the slow rising (Disable in firmware TSMC)
+M8021 S0.0 ; Disable the slow retract (Disable in firmware TSMC)
+M8015 T4 ; Slow maximum limit rise speed (240mm/min)
+M8016 T4 ; Fast maximum limit fall speed (240mm/min)
+M8015 P4.0 ; Slow maximum limit rise speed (240mm/min)
+M8028 S4.0 ; Fast maximum limit rise speed (240mm/min)
+M8020 S4.0 ; Slow maximum limit fall speed (240mm/min)
+M8016 P4.0 ; Fast maximum limit fall speed (240mm/min)
+
-M8006 I1 ; Maximum starting speed mm/s
-M8007 I1 ; Jerk mm/s
-M8008 I400 ; Acceleration mm/s2
-M8013 I5 ; Maximum speed of Z motion mm/s
M8500 ; Save configuration permanently