Creality K1 Series #3
Replies: 14 comments 54 replies
-
The 3MS is not tied to the K1 Max's electronics. It runs on a separate board. See the Instructions. |
Beta Was this translation helpful? Give feedback.
-
I understand that it works on its own board. How does the printer and 3ms work synchronize if there is no physical connection between them? |
Beta Was this translation helpful? Give feedback.
-
The 3MS's board is controlled by the same Klipper that your printer is controlled by and configured as another MCU. This way the 3MS macros can control them and Klipper can synchronize/desync the 3MS with your extruder. |
Beta Was this translation helpful? Give feedback.
-
I am actually having an issue where the K!Max doesn't have enough to clone the repository. any idea on how to fix that? I took out all extra things but it only gets to 88% and errors out. Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Wow, thank you so much. I really appreciate that and I see you even updated the site. You’re awesome. I really appreciate the work you did. I bought the 3-D chameleon and it’s been a pain in the ass so thank you so much!Sincerely,Paul Andrew Vilbig Jr.On Sep 14, 2024, at 9:39 AM, Christopher Mattar ***@***.***> wrote:
The entire repository of the 3MS is ~100MB (including the documentation). Most installations only need the main branch. Can you try running this command to clone the repository instead?
git clone -b main --single-branch https://github.com/3DCoded/3MS
That should reduce the size to less than 1MB.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The only issue I have now is for some reason the variables folder is unable to be found.Sincerely,Paul Andrew Vilbig Jr.On Sep 14, 2024, at 9:39 AM, Christopher Mattar ***@***.***> wrote:
The entire repository of the 3MS is ~100MB (including the documentation). Most installations only need the main branch. Can you try running this command to clone the repository instead?
git clone -b main --single-branch https://github.com/3DCoded/3MS
That should reduce the size to less than 1MB.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Sincerely,Paul Andrew Vilbig Jr.On Sep 14, 2024, at 11:19 AM, Christopher Mattar ***@***.***> wrote:
Can you please put the exact error message you're facing here?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Ok so I was able to get past that but now the dynamic macros aren’t playing nicely lolSincerely,Paul Andrew Vilbig Jr.On Sep 14, 2024, at 11:25 AM, Christopher Mattar ***@***.***> wrote:
Can you try changing this section in 3ms/main.cfg?
[save_variables]
filename: /usr/data/variables.cfg
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes I did the other script wouldn’t even runSincerely,Paul Andrew Vilbig Jr.On Sep 14, 2024, at 12:01 PM, Christopher Mattar ***@***.***> wrote:
Did you run the K1-specific install script?
python3 install.py --path /usr/data/printer_data/config/3ms
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes that is there as wellSincerely,Paul Andrew Vilbig Jr.On Sep 14, 2024, at 12:02 PM, Christopher Mattar ***@***.***> wrote:
Also, can you confirm that the macros.cfg file is located in /usr/data/printer_data/config/3ms?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
What EXACT error is DynamicMacros giving you? The full error text and/or a screenshot will really help me debug this. |
Beta Was this translation helpful? Give feedback.
-
Sincerely,Paul Andrew Vilbig Jr.On Sep 14, 2024, at 12:12 PM, Christopher Mattar ***@***.***> wrote:
What error is DynamicMacros giving you?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Alright! Seems to have worked now I’m just trying to install the KlipperScreen fork but after running the git clone it doesn’t find the install file |
Beta Was this translation helpful? Give feedback.
-
I am not finding anyway to update it to full klipper. It seems that pivlbig may have had success with this. Maybe he will comment on the steps he took to get it working. |
Beta Was this translation helpful? Give feedback.
-
Questions/Answers for using the 3MS with a Creality K1 Max
Beta Was this translation helpful? Give feedback.
All reactions