From 8f9247f597ec57f6b2936bac64f61581db754ce0 Mon Sep 17 00:00:00 2001 From: litter Date: Tue, 11 Feb 2020 18:11:36 -0500 Subject: [PATCH] Reset to non-stretched default --- filmless_processing/filmless_processing.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filmless_processing/filmless_processing.pde b/filmless_processing/filmless_processing.pde index 8af802d..4bd9824 100644 --- a/filmless_processing/filmless_processing.pde +++ b/filmless_processing/filmless_processing.pde @@ -33,7 +33,7 @@ int SOUND_OFFSET = 25; //This is a magic number that is used to scale the vertical (H) or horizontal (W) resolution //because the printer sometimes lies to you. -float MAGIC_H_CORRECTION = 251.45999 / 253.4; //1.0; +float MAGIC_H_CORRECTION = 1.0; float MAGIC_W_CORRECTION = 1.0; /**