SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
7.21k stars 848 forks source link

Arc fitting wall overflow problem #4215

Closed GlauTechCo closed 8 months ago

GlauTechCo commented 8 months ago

Is there an existing issue for this problem?

OrcaSlicer Version

1.9.1

Operating System (OS)

macOS

OS Version

14.2.1 Sonoma

Additional system information

Air M1 Arm

Printer

Elegoo Neptune 4 Pro

How to reproduce

1- Add Cylinder 2- On arc fitting

Actual results

Arc fitting on:

Ekran Resmi 2024-02-24 14 44 26 Ekran Resmi 2024-02-24 14 44 32

Arc fitting off:

Ekran Resmi 2024-02-24 14 44 51 Ekran Resmi 2024-02-24 14 44 56

Expected results

None

Project file & Debug log uploads

Cylinder.3mf.zip

Checklist of files to include

Anything else?

No response

igiannakas commented 8 months ago

Your resolution is set to 0... Set it back to default and try again

GlauTechCo commented 8 months ago

Your resolution is set to 0... Set it back to default and try again

With default values, there are still deformities on the walls

Arc fitting on:

Ekran Resmi 2024-02-26 10 40 09 Ekran Resmi 2024-02-26 10 39 53

Arc fitting off:

Ekran Resmi 2024-02-26 10 40 47 Ekran Resmi 2024-02-26 10 40 26
igiannakas commented 8 months ago

With klipper arc fitting should be turned off as klipper does not create arc movements - it breaks them down to segments (lines) defined by the resolution in the printer.cfg.

if you print the cylinder on a Bambu or marlin printer you they will come out artefacts free.

GlauTechCo commented 8 months ago

With klipper arc fitting should be turned off as klipper does not create arc movements - it breaks them down to segments (lines) defined by the resolution in the printer.cfg.

if you print the cylinder on a Bambu or marlin printer you they will come out artefacts free.

I didn't know that klipper doesn't support g2 and g3 commands. When I examined it in detail, I confirmed that it was not supported. Thank you for your information. 👏