Replies: 7 comments 7 replies
-
The code for the OLED will allow a larger one, you just need to change the dimension in the config for the OLED and the left wall. If you plan to build I can help with which dimensions you need to change. I'm hesitant to create even more specific configs for OLED, but it might be helpful to create some example snippets of code for different examples. Let me know if you want to build for a larger OLED. I can tell you what parameters to modify. |
Beta Was this translation helpful? Give feedback.
-
Hi Josh,
Thanks for the revert. In looking at using the .96 128 X 64 oleds.
…On Fri, Jul 30, 2021 at 7:32 PM Joshua Shreve ***@***.***> wrote:
The code for the OLED will allow a larger one, you just need to change the
dimension in the config for the OLED and the left wall. If you plan to
build I can help with which dimensions you need to change. I'm hesitant to
create even more specific configs for OLED, but it might be helpful to
create some example snippets of code for different examples.
Let me know if you want to build for a larger OLED. I can tell you what
parameters to modify.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUD55P3WPOPUTJS37RG6QVLT2KETRANCNFSM5BBKVK4Q>
.
|
Beta Was this translation helpful? Give feedback.
-
Ohh. Ill search if there is something we could us
…On Fri, Jul 30, 2021 at 7:42 PM Joshua Shreve ***@***.***> wrote:
Chocs would only need someone to create a FreeCAD file for the plate. I
can convert it for import, but I don't have a geometry to export from for
Chocs. If you know of any already open sourced I can incorporate it easily.
I may post a poll on that and if it were popular enough I can make the
geometry myself. I'm trying to focus my time where there is the most
interest.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUD55PZ3A4IOB6LFON3SDJTT2KF2RANCNFSM5BBKVK4Q>
.
|
Beta Was this translation helpful? Give feedback.
-
Awesome. I will do test prints and report back. Thank you so much.
…On Sun, Aug 1, 2021 at 12:37 AM Joshua Shreve ***@***.***> wrote:
Here are the parameters I would start with, comments in CAPS:
DEFINITELY NEED TO CHANGE, MEASURE WIDTH AND ADD A LITTLE GAP
'oled_mount_width': 12.5, # whole OLED width
PROBABLY WANT TO MAKE LARGER BY ABOUT THE SAME AMOUNT AS MOUNT WIDTH
'oled_left_wall_x_offset_override': 24.0,
MAY BE THE SAME
'oled_mount_height': 39.0, # whole OLED length
PROBABLY NEED TO SHIFT AROUND A BIT DEPENDING ON CONNECTOR PINS IN BACK
AND SCREEN LOCATION ON FRONT
'oled_mount_connector_hole': 6.0,
'oled_screen_start_from_conn_end': 6.5,
'oled_screen_length': 24.5,
'oled_screen_width': 10.5,
The generator creates test files for the OLED mount so take a guess and
print one to test. Shouldn't be too bad. If you are willing to send the
values when you are done, I'd like to at least add notes to the file for
the next person trying it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUD55P4HCNT6GFOVU4UPSULT2QRERANCNFSM5BBKVK4Q>
.
|
Beta Was this translation helpful? Give feedback.
-
First test print:
Will need to adjust height more.
…On Sun, Aug 1, 2021 at 12:39 AM Freznel Sta. Ana ***@***.***> wrote:
Awesome. I will do test prints and report back. Thank you so much.
On Sun, Aug 1, 2021 at 12:37 AM Joshua Shreve ***@***.***>
wrote:
> Here are the parameters I would start with, comments in CAPS:
>
> DEFINITELY NEED TO CHANGE, MEASURE WIDTH AND ADD A LITTLE GAP
> 'oled_mount_width': 12.5, # whole OLED width
>
> PROBABLY WANT TO MAKE LARGER BY ABOUT THE SAME AMOUNT AS MOUNT WIDTH
> 'oled_left_wall_x_offset_override': 24.0,
>
> MAY BE THE SAME
> 'oled_mount_height': 39.0, # whole OLED length
>
> PROBABLY NEED TO SHIFT AROUND A BIT DEPENDING ON CONNECTOR PINS IN BACK
> AND SCREEN LOCATION ON FRONT
> 'oled_mount_connector_hole': 6.0,
> 'oled_screen_start_from_conn_end': 6.5,
> 'oled_screen_length': 24.5,
> 'oled_screen_width': 10.5,
>
> The generator creates test files for the OLED mount so take a guess and
> print one to test. Shouldn't be too bad. If you are willing to send the
> values when you are done, I'd like to at least add notes to the file for
> the next person trying it.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#19 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AUD55P4HCNT6GFOVU4UPSULT2QRERANCNFSM5BBKVK4Q>
> .
>
|
Beta Was this translation helpful? Give feedback.
-
Here's the second test print with the following settings: 'oled_mount_width': 27, # whole OLED width 'oled_left_wall_x_offset_override': 38.5, 'oled_mount_height': 28, # whole OLED length 'oled_mount_connector_hole': 5, These work well. |
Beta Was this translation helpful? Give feedback.
-
These use OLED clips.
…On Sun, Oct 31, 2021 at 8:25 AM Looooopy ***@***.***> wrote:
Do those values correspond to an 'UNDERCUT' OLED?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUD55P6VSTZ3VOOHXDVEWPTUJSLHJANCNFSM5BBKVK4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Hi, I was wondering the OLEDs could be made to support bigger oleds (128x64)? Will the HS pockets fit Choc hotswap sockets as well?
Beta Was this translation helpful? Give feedback.
All reactions