Update uvtools_acceleration.gcode

This commit is contained in:
Tiago Conceição
2021-11-03 02:42:23 +00:00
parent 41e0942bcc
commit 146835fa1d
+15 -10
View File
@@ -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