Replies: 24 comments 35 replies
-
Before step 6, you need to root the printer. |
Beta Was this translation helpful? Give feedback.
-
That's awesome! Thanks for letting us know and taking the time to provide the guide! |
Beta Was this translation helpful? Give feedback.
-
Did you install moonraker and KAMP? |
Beta Was this translation helpful? Give feedback.
-
sorry for that stupid question, but what is meant with point 2 "download the content of the github repo" ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
How is compatibilty with the cfs? |
Beta Was this translation helpful? Give feedback.
-
Has anyone managed to install OctoEverywhere or moonraker obico? give this erro |
Beta Was this translation helpful? Give feedback.
-
To get git working do the following after installing the script.
|
Beta Was this translation helpful? Give feedback.
-
Does anybody else got a problem to use ssh since the upgrade ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
***@***.*** /root [#] ls -l /usr/bin/git
-rwxr-xr-x 129 root root 0 Feb 20 02:42 /usr/bin/git
The git file, and actually all 5 versions of it is of size 0. That seems
to be the biggest issue. I am going to copy it over from my other K1.
Lets see how that goes.
…-Jeremy
On Tue, May 13, 2025 at 5:50 AM mawa85 ***@***.***> wrote:
Updated my post, try
git config --global --add safe.directory /usr/data/moonraker
—
Reply to this email directly, view it on GitHub
<#797 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMD5Z7PJWTY4J3GWGBTVBV326HFAFAVCNFSM6AAAAAB3FH2A3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJSHE3DQNY>
.
You are receiving this because you commented.Message ID:
<Guilouz/Creality-Helper-Script-Wiki/repo-discussions/797/comments/13129687
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
I had to copy it over all versions of git except the readonly versions.
***@***.*** /root [#] find / -type f -name git -ls
19816 2337 -rwxr-xr-x 1 root root 2380820 May 13 09:44
/overlay/upper/usr/bin/git
19867 2337 -rwxr-xr-x 1 root root 2380820 May 13 09:51
/overlay/upper/usr/libexec/git-core/git
1295 0 -rwxr-xr-x 129 root root 0 Feb 20 02:42
/rom/usr/bin/git
1295 0 -rwxr-xr-x 129 root root 0 Feb 20 02:42
/rom/usr/libexec/git-core/git
19816 2337 -rwxr-xr-x 1 root root 2380820 May 13 09:44
/usr/bin/git
19867 2337 -rwxr-xr-x 1 root root 2380820 May 13 09:51
/usr/libexec/git-core/git
Then I recloned your repository after renaming your previous directory:
mv /usr/data/helper-script /usr/data/helper-script.old
git clone --depth 1 https://github.com/Guilouz/Creality-Helper-Script.git
/usr/data/helper-script
Now, now only does it look fixed, it seems to be updating several modules.
…-Jeremy
On Tue, May 13, 2025 at 9:44 AM Jeremy Palmer ***@***.***> wrote:
***@***.*** /root [#] ls -l /usr/bin/git
-rwxr-xr-x 129 root root 0 Feb 20 02:42 /usr/bin/git
The git file, and actually all 5 versions of it is of size 0. That seems
to be the biggest issue. I am going to copy it over from my other K1.
Lets see how that goes.
-Jeremy
On Tue, May 13, 2025 at 5:50 AM mawa85 ***@***.***> wrote:
> Updated my post, try
> git config --global --add safe.directory /usr/data/moonraker
>
> —
> Reply to this email directly, view it on GitHub
> <#797 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMD5Z7PJWTY4J3GWGBTVBV326HFAFAVCNFSM6AAAAAB3FH2A3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJSHE3DQNY>
> .
> You are receiving this because you commented.Message ID:
> <Guilouz/Creality-Helper-Script-Wiki/repo-discussions/797/comments/13129687
> @github.com>
>
|
Beta Was this translation helpful? Give feedback.
-
do "ls -l /usr/bin/git", my guess is yours is also size 0. I also got no
error. After copying over the file:
***@***.*** /root [#] git config
usage: git config [<options>]
Config file location
--global use global config file
--system use system config file
--local use repository config file
--worktree use per-worktree config file
-f, --file <file> use given config file
--blob <blob-id> read config from given blob object
Action
--get get value: name [value-regex]
--get-all get all values: key [value-regex]
--get-regexp get values for regexp: name-regex [value-regex]
--get-urlmatch get value specific for the URL: section[.var] URL
--replace-all replace all matching variables: name value
[value_regex]
--add add a new variable: name value
--unset remove a variable: name [value-regex]
--unset-all remove all matches: name [value-regex]
--rename-section rename section: old-name new-name
--remove-section remove a section: name
-l, --list list all
-e, --edit open an editor
--get-color find the color configured: slot [default]
--get-colorbool find the color setting: slot [stdout-is-tty]
Type
-t, --type <> value is given this type
--bool value is "true" or "false"
--int value is decimal number
--bool-or-int value is --bool or --int
--path value is a path (file or directory name)
--expiry-date value is an expiry date
Other
-z, --null terminate values with NUL byte
--name-only show variable names only
--includes respect include directives on lookup
--show-origin show origin of config (file, standard input,
blob, command line)
--default <value> with --get, use default value when missing entry
…On Tue, May 13, 2025 at 1:14 PM 3rdnfnlbst ***@***.***> wrote:
git config
I tried to copy that 1 line as a whole and it did nothing. Didnt even come
back with an error
—
Reply to this email directly, view it on GitHub
<#797 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMD5Z7JAW6IYBAS2ABFNKWT26IY7TAVCNFSM6AAAAAB3FH2A3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJTGUYDGMA>
.
You are receiving this because you commented.Message ID:
<Guilouz/Creality-Helper-Script-Wiki/repo-discussions/797/comments/13135030
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
That is a symbolic link indicated by the l in lrwxrwxrwx, you need to look
at the file it's pointing at to see the actual permissions. Do "ls -l
/opt/bin/git" to see what it's set to. If you need help You can reach me
on Discord, my handle is Jeremy3D.
…-Jeremy
On Tue, May 13, 2025 at 2:21 PM 3rdnfnlbst ***@***.***> wrote:
lrwxrwxrwx 1 root root 12 May 5 12:01 /usr/bin/git -> /opt/bin/git
***@***.*** /root [#]
—
Reply to this email directly, view it on GitHub
<#797 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMD5Z7KNYYKNK2MLFS7BRIT26JA4XAVCNFSM6AAAAAB3FH2A3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJTGU2TAMI>
.
You are receiving this because you commented.Message ID:
<Guilouz/Creality-Helper-Script-Wiki/repo-discussions/797/comments/13135501
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
the steps mentioned at the beginning of the thread works fine and thanks for that. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Try this with your printer on 192.168.50.98:4408 Btw: your computer or phone needs to be in the same network as your printer |
Beta Was this translation helpful? Give feedback.
-
Can you summarize where we are?
…On Sun, Jun 8, 2025 at 8:00 AM 3rdnfnlbst ***@***.***> wrote:
Bumping this as I still have this issue.
—
Reply to this email directly, view it on GitHub
<#797 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMD5Z7N6NH3S2R3ZXPVAKXT3CQXYBAVCNFSM6AAAAAB3FH2A3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBQGIZDOMY>
.
You are receiving this because you commented.Message ID:
<Guilouz/Creality-Helper-Script-Wiki/repo-discussions/797/comments/13402273
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Actually, anyone. It's been bumped a few times, and my dyslexia prevents
me from following this chain which is getting kind of long. So I was
curious for just a summary of what was tried, what's still not working, ...
Once the threads get this long they are just useless to me.
…On Sun, Jun 8, 2025 at 8:32 AM 3rdnfnlbst ***@***.***> wrote:
Who is this in reply to? Myself or miladild. I think it’s for miladild but
didn’t want to be rude and
Not respond lol
—
Reply to this email directly, view it on GitHub
<#797 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMD5Z7MQUMNDC4XJDEKJPW33CQ3P3AVCNFSM6AAAAAB3FH2A3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBQGI2DANY>
.
You are receiving this because you commented.Message ID:
<Guilouz/Creality-Helper-Script-Wiki/repo-discussions/797/comments/13402407
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
If your printer has an IP address and Klipper/Fluid are running then it
should respond. So it could be using standard port 80 or it could be using
4408 or 4409. Those are the standard ports, if it's using some other port
that would be more difficult to find.
***@***.*** /root [#] netstat -an | grep LISTEN
tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:7125 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:4408 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:4409 0.0.0.0:* LISTEN
You can see it's listening on port 80 for HTTP, 22 is ssh, 4408 is Fluid,
4409 is MainSail, 8080 is usually a webcam, 7125 is Moonraker, Not sure
what's listening on 9999.
…-Jeremy
On Sun, Jun 8, 2025 at 9:18 AM 3rdnfnlbst ***@***.***> wrote:
You were trying to help me over on discord Jeremy. We seemed to have hit a
wall and couldn’t figure out how to fix the moonraker issue. We tried
resetting the machine and such. I think there is something wrong with the
location of moonraker and that’s why I cannot recover it bc it says
something about an invalid address. I went through the usb method to get
this working so maybe I have to try to reinsert the USB and click recover.
Maybe it doesn’t have a web address associated with it.
—
Reply to this email directly, view it on GitHub
<#797 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMD5Z7PTSQ2C4AHZXDLPTU33CRA4XAVCNFSM6AAAAAB3FH2A3WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBQGI3DGNY>
.
You are receiving this because you commented.Message ID:
<Guilouz/Creality-Helper-Script-Wiki/repo-discussions/797/comments/13402637
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Still getting the above screen shot failed to detect git branch after trying all this. Helper script after installing moonraker shows this from the menu screen: fatal: not a git repository (or any parent up to mount point /usr) git does seem to be installed and working, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
hey all, ive got the script installed with bfs most recent firmware. I have a gantry upgrade with other hardware that's not factory. im having an issue when I turn printer off it reverts back to factory printer config, so I have to go in everytime and add mine. having a hell of a time with what do do there. also since my printer is modded how does setting up the purge location work? |
Beta Was this translation helpful? Give feedback.
-
I’m hearing that there aren’t as many issues with firmware .34. I just had it sent to me and will hopefully be able to give it a try tonight but no guarantee. But apparently no issue with having no space during installation |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks, here is litle guide on how to install the helper script on the new Firmware 2.3.5.33, I have installed on my K1C, currently using Fluid, I have not tested mainsail but it looks like all is working OK
mkdir /usr/data/helper-script
cd /tmp/udisk/sda1
cp -R * /usr/data/helper-script
cd /usr/data/helper-script
sh helper.sh
This procedure work for me, I'm not responsable if you break your Printer or any harm this procedure can have on you, your house or anything else.
Beta Was this translation helpful? Give feedback.
All reactions