User Tools

Site Tools


orca_profiles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
orca_profiles [2024/02/16 10:10] torteorca_profiles [2025/01/21 12:17] (current) torte
Line 1: Line 1:
 +{{page>redirect#this_wiki_has_moved}}
 +https://torte71.github.io/InsideSovolKlipperScreen/orca_profiles.html
 +{{page>redirect#section}}
 +----
 +
 ===== Slicing / Design ===== ===== Slicing / Design =====
 ==== Orca profiles ==== ==== Orca profiles ====
Line 5: Line 10:
 === my (based on joescalon) === === my (based on joescalon) ===
   * {{ :wiki:tm_sv06_klipper_profiles.orca_printer.zip |}}  {{anchor:my}}   * {{ :wiki:tm_sv06_klipper_profiles.orca_printer.zip |}}  {{anchor:my}}
 +  * Modified [[https://www.printables.com/model/1106765-sv06-bed-texture|buildplate texture]] (adjusted positions/sizes of imprints, added imprinted lines)
  
 ---- ----
Line 13: Line 19:
   * https://www.printables.com/de/model/607280-cvs-orcaslicer-presets-for-sovol-sv07-plus-v13b1  {{anchor:cv_profiles}}   * https://www.printables.com/de/model/607280-cvs-orcaslicer-presets-for-sovol-sv07-plus-v13b1  {{anchor:cv_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]]
orca_profiles.1708074644.txt.gz · Last modified: 2024/02/16 10:10 by torte