vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 528 forks source link

autoleveling and manual tool change tutorial german #1614

Open ltspicer opened 2 years ago

ltspicer commented 2 years ago

I wrote a german tutorial for autoleveling and manual tool change. If you want, you can transfer it to the wiki. I hope I have made a useful contribution to bCNC. bcnc_autoleveling_anleitung.pdf

Harvie commented 2 years ago

@treki1 thank you, you should have write access to the wiki, so you can add it yourself if you wish...

ltspicer commented 2 years ago

How can I upload pictures to include in the wiki?

Harvie commented 2 years ago

This is bit tricky. People usualy commit and PR them to "doc" branch in here: https://github.com/vlachoudis/bCNC/tree/doc Maybe try first to create the PR (pullrequest) for the german translation, it is simpler operation for beginner, because it does not involve branches. But very similar. If you learn about the process you will be able to contribute your code to lots of projects here on github, it is certainly useful to learn how to create PR.

Alternative way is to host the images offsite (eg. imgur.com, but such site might stop providing the service one day, already happend with imageshack site in the past)

ltspicer commented 2 years ago

Uploads are disabled :(

Auswahl_001

otherwise I use xup. Is this ok?

Harvie commented 2 years ago

Yes, you have to do the same thing as with the translation. Unfortunately :-( I don't know why github does not allow to upload images directly to the wiki...

https://github.com/treki1/bCNC/tree/doc

ltspicer commented 2 years ago

Done ^^ https://github.com/vlachoudis/bCNC/wiki/Autoleveling-und-manueller-Werkzeugwechsel-mit-bCNC

Harvie commented 2 years ago

please also make pull request from https://github.com/treki1/bCNC/tree/doc to https://github.com/vlachoudis/bCNC/tree/doc Otherwise the files will disappear when you update your fork to reflect the upstream.

ltspicer commented 2 years ago

Is this ok? https://github.com/vlachoudis/bCNC/pull/1617

ltspicer commented 2 years ago

Why is the pdf version deleted? https://github.com/vlachoudis/bCNC/wiki/Autoleveling-und-manueller-Werkzeugwechsel-mit-bCNC At the bottom of the document. I have changed now the link to xup.

ImranKhan203 commented 2 years ago

Hello,

Please help me out. I am using GRBL 0.9 with the help of bCNC software and I want to attach Tower Lamp/Stack Light on our CNC machine. I would like to add 2 outputs on our machine to indicate if we’re running the program (green light) or if we’re in pause (called ‘hold’ in the program / red light). For that, I have to work on bCNC that is the software used in all our machines.

So, when the program is running, the green light has to be lighted, and if we’re in pause, the red light has to be lighted. The orange one will probably be used for something else in the future. To do that, I’ll have to detect the state of the program and send it to the lights (2 outputs).

Please tell me in which file of bCNC and which type of program I have to use?

Here is the file which I am using on Python 2.7.16 : bCNC01.ZIP

I want to attach this type of Tower Lamp/Stack Light : tower-lamp-230v-ac-500x500

Please suggest me in which file of bCNC and which type of program I have to use?

ltspicer commented 2 years ago

Pls create a new (issue) post. I can not unzip your file. Auswahl_001