3
1
Back

From 7022ad9ddb43c592e11528a5ae21edf443c088e4 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fixes for CAD and sorcery101 9a2ab6dc7f initial notes for v1 front panel components and interconnects between middle and bottom railHeight = (threeUHeight-panelOuterHeight)/2; mountSurfaceHeight = (panelOuterHeight-panelInnerHeight-railHeight*2)/2; panelInnerOffset = (panelOuterHeight-panelInnerHeight)/2; echo("railHeight: ", railHeight); echo("mountSurfaceHeight",mountSurfaceHeight); offsetToMountHoleCenterY=mountSurfaceHeight/2; offsetToMountHoleCenterX = hp - holeOffset; // 1 for manual step (sw13) // 1 rotary switch, 5+ positions - 10 - center_adjust; center_col = width_mm/2; //mm third_col = 60.7-center_adjust; //mm cv_in = [h_margin, row_1, 0]; square_out = [output_column, row_2, 0]; pwm_in = [width_mm - h_margin - working_width/8, row_3, 0]; pwm_duty = [second_col, fourth_row, 0]; pwm_cv_lvl = [width_mm - h_margin.

New Pull Request