Frix-x / klippain

Generic Klipper configuration for 3D printers
GNU General Public License v3.0
849 stars 221 forks source link

BIGTREETECH BTT Pi V1.2 #232

Closed jha03500 closed 1 year ago

jha03500 commented 1 year ago

Bonjour,

Klippain est il ou sera il compatible avec le BIGTREETECH BTT Pi V1.2 ?

Merci

Surion79 commented 1 year ago

BIGTREETECH BTT Pi V1.2 utilise un compte diffèrent de "pi".

@Frix-x : Based on my findings, the install.sh is "pi" independant, but the files in scripts are partly "pi" dependant. E.g. graph_vibrations.py has a changelog for being independant of "pi", but it is linked in line 217 as default. I have marked this as enhancement, but maybe bug worthy as it is different to the changelog.

Frix-x commented 1 year ago

E.g. graph_vibrations.py has a changelog for being independant of "pi", but it is linked in line 217 as default.

Yes but it's not used. The Pi in the script is default if no parameter is sent to the script call. The thing (that is said in the changelog) is that now the script accept a parameter for that, and this is used also in the plot_graph.sh here (-k parameter at the end of the line): https://github.com/Frix-x/klippain/blob/4baf0ea6aec60c3959693b95e531a336bea9a906/scripts/plot_graphs.sh#L139

So this is not a problem anymore and also work when the use is not pi :)

The only place where it's still needed and I can't use a generic like (~/) is in the shell_command. But this is not really a problem as it can be overriden very easily https://github.com/Frix-x/klippain/blob/4baf0ea6aec60c3959693b95e531a336bea9a906/scripts/shell_commands.cfg#L4-L7

Conclusion: there is no problem. If Klipper can run on a computer, Klippain can also run on it.

Surion79 commented 1 year ago

@Frix-x i think the requester likes an answer 'en français' 😀

jha03500 commented 1 year ago

Oui le français est ma langue, mais je peux faire l’effort Ma question est peut on installer klippain sur un BTT Pi V1.2 ? La procédure est compliquée ? Merci

Surion79 commented 1 year ago

La procédure n'est pas compliquée. BTT Klipper Pi 1.2 est lent. (Je parle un poco peu français)

Frix-x commented 1 year ago

Hello,

Oups, oui j'avais pas fait attention que c'était en Français ^^ Mais du coup Klippain est une configuration spéciale pour Klipper (c'est un équivalent au fichier printer.cfg que tu connais déjà surement). Donc cela veut dire que si Klipper fonctionne, Klippain aussi :)

jha03500 commented 1 year ago

Merci, Pour vos explications , donc c’est un printer.cfg optimiser , je que je peux mettre à la la place du mien pour essayer alors ?

Frix-x commented 1 year ago

Globalement oui, Klippain c'est ça :)

jha03500 commented 1 year ago

Merci pour votre patience 😉