From 515a884bcd828b20664231b70337387cad5ee322 Mon Sep 17 00:00:00 2001 From: Viviana Monsalve Date: Tue, 2 Apr 2024 15:23:41 -0500 Subject: [PATCH] Add Vertical Position of Paint 1 [YPN1] axis --- .../data/y_position_paint_1.textproto | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Lib/axisregistry/data/y_position_paint_1.textproto diff --git a/Lib/axisregistry/data/y_position_paint_1.textproto b/Lib/axisregistry/data/y_position_paint_1.textproto new file mode 100644 index 0000000000..7d810cc5e7 --- /dev/null +++ b/Lib/axisregistry/data/y_position_paint_1.textproto @@ -0,0 +1,15 @@ +#Vertical Position Paint 1, based on https://github.com/petrvanblokland/TYPETR-Bitcount +tag: "YPN1" +display_name: "Vertical Position of Paint 1" +min_value: -100 +default_value: 0 +max_value: 100 +precision: 0 +fallback { + name: "Default" + value: 0 +} +fallback_only: false +description: + "The position of the paint moves up and down. Negative values" + " move down and positive values move up. Paint 1 is behind Paint 2." \ No newline at end of file -- 2.47.3