Machine default custom G-code retracting too much after print #799

Open
opened 2026-04-05 16:31:28 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Carlsans on 2/12/2026

Is there an existing issue for this problem?

  • I have searched the existing issues

OrcaSlicer Version

2.3.1

Operating System (OS)

Linux

OS Version

Arch

Additional system information

No response

Printer

Does not apply

How to reproduce

Install the app and select a default profile for a custom machine

Actual results

Here the line has been corrected but it ask for a 34mm retraction at the end of the print

Image

Expected results

It unload filament to far for my direct drive setup. The filament then do not return throught the proper path and skip out of the extruder.
Just remove the damn retraction from your default profiles please.

Project file & Debug log uploads

G1 E-.9 F2700
M106 S0
;TYPE:Custom
; filament end gcode
G1 E-1.0 F2100 ; retract
G92 E0.0
G1 Z66.3 E-34.0 F720 ; move print head up & retract filament
G4 ; wait
M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
G1 X0 Y105 F3000 ; park print head
M84 ; disable motors
M73 P100 R0

Checklist of files to include

  • Log file
  • Project file

Anything else?

No response

*Originally created by @Carlsans on 2/12/2026* ### Is there an existing issue for this problem? - [x] I have searched the existing issues ### OrcaSlicer Version 2.3.1 ### Operating System (OS) Linux ### OS Version Arch ### Additional system information _No response_ ### Printer Does not apply ### How to reproduce Install the app and select a default profile for a custom machine ### Actual results Here the line has been corrected but it ask for a 34mm retraction at the end of the print <img width="1654" height="1304" alt="Image" src="https://github.com/user-attachments/assets/81fd2e2f-bf90-4a13-aa76-dd97b6f646b4" /> ### Expected results It unload filament to far for my direct drive setup. The filament then do not return throught the proper path and skip out of the extruder. Just remove the damn retraction from your default profiles please. ### Project file & Debug log uploads G1 E-.9 F2700 M106 S0 ;TYPE:Custom ; filament end gcode G1 E-1.0 F2100 ; retract G92 E0.0 G1 Z66.3 E-34.0 F720 ; move print head up & retract filament G4 ; wait M104 S0 ; turn off temperature M140 S0 ; turn off heatbed M107 ; turn off fan G1 X0 Y105 F3000 ; park print head M84 ; disable motors M73 P100 R0 ### Checklist of files to include - [ ] Log file - [ ] Project file ### Anything else? _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#799