A top 10 song from the 90s. Arcwleder’s Rosa. #Minneapolis#Arcwelder fused Husker Du with noise rock. Great stuff.

https://youtu.be/EnRmXU_7is0

Arcwelder - Rosa

YouTube

Arcwelder - Lafayette

Listening to radio all night and all day
Bathing in music is how my brain is geared

https://arcwelder1.bandcamp.com/track/lafayette-2

#nowplaying #arcwelder #postpunk #grunge #PunkRock #2024

Lafayette, by Arcwelder

from the album Continue

Arcwelder
#NowPlaying #Arcwelder - Pull released in 1993. Remember to Forget and What Did You Call It That For are both standout tracks on the album

A few days ago, we spoke about #ArcWelder. I used the #Octoprint plugin, so since I switched to #Klipper, I dont have the neativ feature, and I haven't set it up as a post-processing script yet in my slicer.

The lack of ArcWelder is clear: You'll see that the circle in the back of this Preasure Advance tower is very blocking, I would never get this with Arcwelder

@3dprinting #3dprinting

@Siff @3dprinting

It depends on your geometry and speed. It js possible that you get an increase in centripetal force because of the circular motions, so I would decrease the maximum speed and acceleration by a bit and try again.

I've not had any negative effects using #ArcWelder

Does anyone know if the #ArcWelder plug-in for @octoprint is still being developed. Hasn't been updated since 2021 on their GitHub page.

@stooovie

It isn't as bad printing from an SD card or #Klipper but still occurs. Even #Klipper can lag behind. It comes down to, too high, that a resolution could literally result in 1000s of G1 movements for tiny circles. Say what you want, but even Klipper can't handle that. Because Klipper would still do 1000s of G1 movements.

G3 movements replace all of those 1000s mocements to an actual circular movement and also to a single command.

So even if you don't see the bulges, your #Gcode will be compressed in the sense that it reduces the total amount of commands.

I once had a 34-hour print, which was about 40MB in #Gcode, using #ArcWelder and replacing all of the circular motions with G3, I reduced the size to 17MB on Gcode. More than 50% compression, which helps a lot when you have a cheaper 8-bit printer, will very little RAM.

It's the law of big number, the less lines you have, the less possible things can go wrong.

@3dprinting #3dprinting

GitHub - FormerLurker/ArcWelderLib: A collection of projects used to convert G0/G1 commands to G2/G3 commands.

A collection of projects used to convert G0/G1 commands to G2/G3 commands. - GitHub - FormerLurker/ArcWelderLib: A collection of projects used to convert G0/G1 commands to G2/G3 commands.

GitHub

Color me impressed!!!

So how did I do this?

Well, as you saw in the videos, not all circular mocements were converted, and without this technique, none of them are. Why is that?

Well, the #Slicers we use like #Cura #PrusaSlicer and #Superslicer need to "slice" or models. This converts the 3D model from its original format to the tool paths of the printer.

These software are insanely complex, and they dont recognize circles easily. They basically just find the shortest straight path with the least amount of deviation from the original curve.

Some slicers do use arc movements, but it is better to do it in post-processing.

Post-processing is when a sliced #Gcode file is processed further after it was created.

The tool I use for this is #ArcWelder. You can either download and use a #Python script or use an #Octoprint plugin to do it automatically for you.

@3dprinting #3dprinting

@3dprinting #3dprinting

We use #Octoprint and #ArcWelder to compress the #GCode and improve the quality!