Thingiverse
Speed Tower
door arjanmels
18
Downloads
11
Likes
0
Makes
Customizable tower to test print speed and acceleration. Intended to test maximum speed and acceleration settings: the long perimeter stretches allow the printer to reach maximum speed. Watch the quality of the sharp corners.
You can print this with no-infill and no top fill. For proper build plate attachment, I suggest to keep the bottom fill.
In prusaslicer you can change a parameter every x layers by adding something like the following in the "After layer change G-code" field in the Printer Settings:
```{if layer_num%20==0}M900 K{layer_num/20*0.5}{endif}```
(This example changes the linear advance K factor every 20 layers in 0.5 increments.)
You can print this with no-infill and no top fill. For proper build plate attachment, I suggest to keep the bottom fill.
In prusaslicer you can change a parameter every x layers by adding something like the following in the "After layer change G-code" field in the Printer Settings:
```{if layer_num%20==0}M900 K{layer_num/20*0.5}{endif}```
(This example changes the linear advance K factor every 20 layers in 0.5 increments.)
Heb je dit model geprint? Inloggen en deel je make!
Log in om een reactie achter te laten
InloggenNog geen reacties – wees de eerste!