Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
1coderookie authored Dec 8, 2023
1 parent 39bae14 commit dccf6db
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/further_sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ In the following you'll find some further sources for certain kind of informatio
## Anycubic
Here of course the [Anycubic website](https://www.anycubic.com) has to be mentioned first.
You can find [manuals and firmware](https://www.anycubic.com/pages/firmware-software) at their support page.
They also produced some video tutorials about e.g. changing the printhead or the mainboard for the **Go** and the **Neo**. You can find them at their [guide videos page](https://www.anycubic.com/pages/guide-videos).
Pretty much all of these information are also available at their [blog page](https://www.anycubic.com/blogs/news/all-you-need-to-know-about-kobra-series).
They also produced some video tutorials about e.g. changing the printhead or the mainboard. You can find them at their [guide videos page](https://www.anycubic.com/pages/guide-videos).
These information are also available at their [wiki page](https://wiki.anycubic.com/en/fdm-3d-printer/kobra-2-pro) they're now setting up.

---

Expand Down Expand Up @@ -46,7 +46,7 @@ Some of the following pages offer direct downloads (DD), others are search engin
---

## G-Code Documentation
If you're new to this whole 3D printing world, then you might want to start reading the article from [All3DP: 3D Printer G-code Commands: Main List & Quick Tutorial](https://all3dp.com/2/3d-printer-g-code-commands-list-tutorial/) to get an overview about what G-code is.
Even though at this point we're not able to use certain g-code commands to change settings of the firmware, you might want to start getting to know a bit about g-codes by reading the article from [All3DP: 3D Printer G-code Commands: Main List & Quick Tutorial](https://all3dp.com/2/3d-printer-g-code-commands-list-tutorial/) if you're new to this.

For a complete reference of G-codes, you might want to have a look at the following 'official' sources.
Of course there are countless sites to find which cover this topic, but the following ones are definitely the one I'd look up first.
Expand All @@ -65,7 +65,8 @@ The stock firmware is based on Marlin v2.0.x. You can find a complete G-code com
---

### Klipper
Besides most of the standard G-code Klipper does support (Attention: it doesn't support *all* of the standard commands!), Klipper uses so called "extended" G-code commands and scripts/macros for general status and configuration. These extended commands start with a command which may be followed by one or more parameters. You can find the whole reference at the [Klipper documentation page about G-codes](https://www.klipper3d.org/G-Codes.html).
Besides most of the standard G-code Klipper does support (Attention: it doesn't support *all* of the standard commands!), Klipper uses so called "extended" G-code commands and scripts/macros for general status and configuration. These extended commands start with a command which may be followed by one or more parameters.
You can find the whole reference at the [Klipper documentation page about G-codes](https://www.klipper3d.org/G-Codes.html).

---

Expand Down

0 comments on commit dccf6db

Please sign in to comment.