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.07k stars 833 forks source link

Slicer generates unwanted G17 calls and G3 calls with arc fitting disabled #2024

Closed celtare21 closed 1 year ago

celtare21 commented 1 year ago

OrcaSlicer Version

1.7.0-dev

OS version

Windows 11

Additional system information

No response

Printer

ZeroG Mercury One

How to reproduce

Slice provided file with z-hop on auto or spiral, check the gcode and random G17 calls are added and also G3 calls even tho "Arc Fitting" is disabled: image

Actual results

_spiral_travel_to_z should makes G3 or G17 calls No should be made

Expected results

_spiral_travel_to_z should not make G3 or G17 calls

Project file & Debug log uploads

Mewtwo-Freestanding (2).zip debug_Wed_Sep_06_15_05_23_20396.log.zip

Checklist of files to include

SoftFever commented 1 year ago

@celtare21 It's the spiral z hop that generate arc moves. You need to disable that too.

celtare21 commented 1 year ago

@SoftFever just to confirm, this is intended behavior to not have spiral z hop without arc moves?

SoftFever commented 1 year ago

I'm not sure if I get your question correctly. The spiral z hop is not linked with arc fitting option. They all generate G3 commands but for different purpose.

-Jack

celtare21 commented 1 year ago

Got it, I'll close this ticket then. Thanks for the support