In ChemFig, the "bond join=true" option does not work with "cram" bonds (see A, it is zoomed at join).
It is possible to increase the length of the bond with the "shorten" option, but the joint still has a difference in height (see B)
Is there any option/command in tikz that can be used in the bond options to shift up a bond at a height "H" (see B)?
\documentclass[12pt,border=2mm]{standalone}
\usepackage{chemfig}
\renewcommand*\printatom[1]{\ensuremath{\mathsf{#1}}}
\begin{document}
\setchemfig{bond offset =1pt,bond join=true,atom sep =2em,cram width =3pt,cram dash width =0.4pt,cram dash sep =0.4pt}
\chemfig{<[:300]-[0,,,,line width = 3pt]>[:60]}
\end{document}






line cap=round? Not a "shift" solution though ... – Jasper Habicht Nov 29 '23 at 18:08line cap=round. But maybe go with arrow heads? You could probably useTriangle[]from thearrows.metalibrary. – Jasper Habicht Nov 29 '23 at 18:46