From 963747017e6a6f0dd38220896dca18e06e335169 Mon Sep 17 00:00:00 2001 From: Koen Schmeets Date: Sat, 17 Dec 2022 15:04:31 +0100 Subject: [PATCH] Fix docs images [skip ci] --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8f8b304f..d1d3a351 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ Drop-cutter The drop cutter algorithm drops a cutter, positioned at a predefined (x,y) location, until it touches the 3D model. -.. image:: https://github.com/aewallin/opencamlib/blob/master/docs/drop-cutter.png +.. image:: https://github.com/aewallin/opencamlib/blob/master/docs/drop-cutter.png?raw=true :width: 200 :alt: Drop Cutter @@ -36,7 +36,7 @@ Push-cutter The Push-cutter is used to create a Waterline toolpath that follows the shape of the model at a constant z-height in the xy-plane. -.. image:: https://github.com/aewallin/opencamlib/blob/master/docs/push-cutter.png +.. image:: https://github.com/aewallin/opencamlib/blob/master/docs/push-cutter.png?raw=true :width: 200 :alt: Push Cutter