OrcaSlicer icon indicating copy to clipboard operation
OrcaSlicer copied to clipboard

Printing by object GCode does not get applied between objects

Open ruddy17 opened this issue 1 year ago • 3 comments

OrcaSlicer Version

1.9.0

OS version

Win 11

Additional system information

No response

Printer

Voron 2.4

How to reproduce

So, while printing sequentially I need to raise Z a bit to avoid knocking printed parts off. I open printer settings and add this to 'Printing by object gcode' field:

;RAISE_Z_BEFORE_NEXT_OBJECT
G91
G1 Z5
G90

Then save settings and hit 'slice'

Actual results

The gcode is not actually inserted between objects, could be verified by searching for ;RAISE_Z_BEFORE_NEXT_OBJECT in the resulting gcode file. Also, the expected travel move is not shown on preview.

Expected results

Obvioulsy, the gcode should be inserted between each of the object instances.

Project file & Debug log uploads

Calibrator(4).zip plates 5 and 6 are affected. here is also the resulting gcode I get: Uploading Calibrator(4)_PLA_1h14m.zip… log.zip

Checklist of files to include

  • [X] Log file
  • [X] Project file

ruddy17 avatar Feb 05 '24 13:02 ruddy17

mabye this ist related to the z-hop issue https://github.com/SoftFever/OrcaSlicer/issues/3747

Meth0d007 avatar Feb 05 '24 18:02 Meth0d007

@Meth0d007 don't think so. My issue is not about z-hop at all, but rather about failure to add any custom gcode between objects with sequential (by-object) printing mode

ruddy17 avatar Feb 05 '24 19:02 ruddy17

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

github-actions[bot] avatar May 06 '24 00:05 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 May 13 '24 00:05 github-actions[bot]