Orca profiles

Contents:


joescalon SV06+ profile+buildplate

my (based on joescalon)


joescalon SV07+ profile+buildplate

Christian Vicks profiles


Automatic z-offset adjustment per filament

Some filaments (like PLA, or some transparent PETG) require a lower z-offset for good bed adhesion than others.
Adjusting the z-offset e.g. by -0.05mm can be achieved by by adding SET_GCODE_OFFSET Z=-0.05 to the slicer’s filament start code and resetting it in the filament end code (add SET_GCODE_OFFSET Z=0.0 there).
The filament start end end codes can be found in Orca’s material settings window under the “Advanced” tab.

That offset should be reset in your printer.cfg as well (to ensure it is reset e.g. after a cancelled print). Add SET_GCODE_OFFSET Z=0.0 to the end of the sections [gcode_macro CANCEL_PRINT] and [gcode_macro END_PRINT].

Summarized:

  • Add SET_GCODE_OFFSET Z=-0.05 to slicers filament start code
  • Add SET_GCODE_OFFSET Z=0.0 to
    • slicers filament end code
    • printer.cfg section [gcode_macro CANCEL_PRINT]
    • printer.cfg section [gcode_macro END_PRINT]

Back to start