Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excessive feedrate on tool change #6844

Open
1 task done
Baptou88 opened this issue Sep 20, 2024 · 0 comments
Open
1 task done

Excessive feedrate on tool change #6844

Baptou88 opened this issue Sep 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Baptou88
Copy link

Is there an existing issue for this problem?

  • I have searched the existing issues

OrcaSlicer Version

2.2.0-beta

Operating System (OS)

Windows

OS Version

Win11

Additional system information

No response

Printer

Geeetech Mizar M

How to reproduce

  1. I've created a project with 2 primitives shapes (the first one is a cube for Extruder1 and the second is a cylindre for E2)
  2. post process the project and in the gcode file you can see that we have an excessive feedrate
;--------------------
; CP TOOLCHANGE START
; toolchange #1
; material : PLA -> PLA
;--------------------
; WIPE_TOWER_START
M220 B
M220 S100
; CP TOOLCHANGE UNLOAD
;WIDTH:0.6
;WIDTH:0.5
; Retract(unload)
G1  X194.857 Y100.685 E-15.0000 **F6000**
G1 E-53.5500 **F5400**
G1 E-15.3000 **F2700**
M73 P2 R106
M73 P2 R106
G1 E-7.6500 F1620
G4 S0
M104 S205
; Cooling park
G1 E-0.5000 F2000
G4 S0
G1 E-2 F1200
; filament end gcode ```



### Actual results

we can see that we have an excessive feedrate (ex: F6000)

### Expected results

this feedrate should be affected by the parameter `machine_max_speed_e[0] ` (in my project this value is set to 60 mm/s) or by the parameter `retractation_speed[0]` (in my project this value is set to 20 mm/s)

### Project file & Debug log uploads

[Test bi injection orca.zip](https://github.com/user-attachments/files/17073108/Test.bi.injection.orca.zip)


### Checklist of files to include

- [ ] Log file
- [X] Project file

### Anything else?

_No response_
@Baptou88 Baptou88 added the bug Something isn't working label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant