fix: formatting

This commit is contained in:
Kyle Brown 2024-05-24 11:34:49 -07:00
parent 5073a21e06
commit 885897856f

View file

@ -151,7 +151,7 @@ special comments at the top.
; Settings for the post-processing script "perAxis.py" that go into the Start GCode section in SuperSlicer.
; Accelerations are specified in the X_ACCEL / Y_ACCEL / Z_ACCEL format.
; ACCEL: 8000/8000/1000 for First Layer
; ACCEL: 8000/8000/1000 for First Layer
; ACCEL: 30000/15000/1000 for Travel
; ACCEL: 45000/16000/1000 for TYPE:Outer wall
; ACCEL: 45000/16000/1000 for TYPE:Overhang wall
@ -268,4 +268,4 @@ to track them down, but their post processing script was what I used as a basis
for the one here, with little modification just to make it work per axis.
Both of these wonderful people were the ones that did the heavy lifting for what
you see here. I simply stepped in and glued it together.