You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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_STARTM220 B
M220S100; CP TOOLCHANGE UNLOAD;WIDTH:0.6;WIDTH:0.5; Retract(unload)G1X194.857Y100.685 E-15.0000 **F6000**G1 E-53.5500 **F5400**G1 E-15.3000 **F2700**M73P2R106M73P2R106G1 E-7.6500 F1620G4S0M104S205; Cooling parkG1 E-0.5000 F2000G4S0G1 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_
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this problem?
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
The text was updated successfully, but these errors were encountered: