OrcaSlicer icon indicating copy to clipboard operation
OrcaSlicer copied to clipboard

Shorter Load Line outside of Building plate

Open SufficentMuffin opened this issue 1 year ago • 2 comments

Since sometimes when the object is big enough it can interfer with the load line. If it is not removed soon enough it will ruin the bottom of the print.

Describe the solution you'd like I came up with an solution where the load line is printed outside the actual printing zone

This should do the trick:

;===== noozle load line =============================== M975 S1 G90 M83 T1000 G1 X88 Y-3 Z0.8 F18000;Move to start position M109 S{nozzle_temperature_initial_layer[initial_extruder]} G1 Z0.2 G0 E2 F300 G0 X162 E5 F{outer_wall_volumetric_speed/(0.3*0.5) * 60} G0 Y-2.5 G0 E0.2 G0 X88 E5 M400

Proof of concept:

image 20240106_235233

I can edit the code myself if needed I just wanted to create a feature request first and idk if it makes sense to introduce this to the Orca Community while Bambu Studio still uses the old load line. But i created there a feature request too :)

SufficentMuffin avatar Jan 06 '24 23:01 SufficentMuffin

On Klipper machines, there is already a solution for this: KAMP (a macro script) https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging

https://youtu.be/HydfV8h4p60?si=G8i-vBnKgyJ2lzBj&t=415 https://www.youtube.com/watch?v=ojg5Zqgualc https://youtu.be/_cNXm44qvpU?si=2phzeb8iD4QbzX3H&t=776

DVSVIDEO avatar Jan 07 '24 17:01 DVSVIDEO

Okay I didn´t know that. But since BabmuLab not uses Klipper this would not work I think. Its just a suggestion for shorter and less interfering load line on X1 / P1 machines.

SufficentMuffin avatar Jan 08 '24 21:01 SufficentMuffin

Orca bot: this issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Apr 08 '24 00:04 github-actions[bot]

Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Apr 15 '24 02:04 github-actions[bot]