Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions 3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ M302 P1|Allow cold extrusion|
M302 P0|Disable cold extrusion|
M92|return steps per mm|
M92 E100|To change Extrusion steps per mm|
M500|Save chanages to EEPROM|
M500|Save changes to EEPROM|
M501| Read parameters from EEPROM|
M503| Report Current Settings|
M302 P1|Allow cold extrusion|
Expand All @@ -102,7 +102,7 @@ M119|get end stop trigger status|
M428|reset home|
G0 X0 Y0 Z0|go to position 0,0,0|
M114|get current position|
G28|Auto Homing moves untill triggered|
G28|Auto Homing moves until triggered|
M211|Print and enable disable software endstop S0 disable / S1 enable|
M211 S0|Disable software endstop|
M211 S1|Enable software endstop|
Expand All @@ -123,10 +123,10 @@ G91|Set all axis to relative positioning|
### Return Steps per mm

### Printrun
Printrun is an applicaiton to send gcode to the marlin firmware. The Printrun applicaiton can be used from windows/windows environment.
Printrun is an application to send gcode to the marlin firmware. The Printrun application can be used from windows/windows environment.

```bash
# use the below commands to setup the working Printrun appicaiton in ubuntu PC.
# use the below commands to setup the working Printrun application in ubuntu PC.
sudo apt-get install python3-venv
python3 -m venv venv
. venv/bin/activate
Expand Down Expand Up @@ -216,7 +216,7 @@ sudo adduser $USER dialout
sudo chmod a+rw /dev/ttyACM0
```
- - -
### Marlin Auduino compile issue
### Marlin Arduino compile issue
* https://github.com/MarlinFirmware/Marlin/issues/20547
### config
Reset home
Expand Down Expand Up @@ -314,7 +314,7 @@ Sets the current position (wherever it is) to (50,50).
```
---
### Gcode generator
Gcode can be generated for both 3d and 2d desings.
Gcode can be generated for both 3d and 2d designs.
#### Tools - 3d to gcode
1. Slicer
2. https://text2stl.mestres.fr/en-us/generator
Expand Down Expand Up @@ -374,7 +374,7 @@ M106 S0 Off

```
### Slic3r Slicer
Slicer has 3 config files for stoing hte setting
Slicer has 3 config files for storing the setting

### Automatic FAN control
```
Expand Down
124 changes: 25 additions & 99 deletions SPELLING_REPORT.md
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot ignore this file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! Reverted SPELLING_REPORT.md to its original state. (f104755)

Original file line number Diff line number Diff line change
@@ -1,38 +1,18 @@
# Spelling Error Report


Generated on: Tue Sep 2 20:45:00 UTC 2025
Generated on: Wed Sep 3 20:44:53 UTC 2025

## Summary

- **Files with errors:** 49
- **Total errors:** 2408
- **Likely misspellings:** 3

## 🚨 Priority: Likely Misspellings

These are high-confidence spelling errors that should be fixed:

### `appenderstream → appender stream`

Found in:
- `SPELL_CHECK_README.md` line 85

### `comparision → comparison`

Found in:
- `SPELL_CHECK_README.md` line 83

### `usefule → useful`

Found in:
- `SPELL_CHECK_README.md` line 82
- **Total errors:** 2399
- **Likely misspellings:** 0

## Errors by File

### 📄 `3d.md`

**46 error(s) found:**
**42 error(s) found:**

**Line 50:**
```
Expand Down Expand Up @@ -66,22 +46,16 @@ Sprinter and Marlin are popular and stable firmwares for RAMPS as of 3/28/2012.

**Line 96:**
```
M500|Save chanages to EEPROM|
M500|Save changes to EEPROM|
```
**Potential issues:** `chanages`, `eeprom`
**Potential issues:** `eeprom`

**Line 97:**
```
M501| Read parameters from EEPROM|
```
**Potential issues:** `eeprom`

**Line 105:**
```
G28|Auto Homing moves untill triggered|
```
**Potential issues:** `untill`

**Line 125:**
```
### Printrun
Expand All @@ -90,15 +64,15 @@ G28|Auto Homing moves untill triggered|

**Line 126:**
```
Printrun is an applicaiton to send gcode to the marlin firmware. The Printrun applicaiton can be used from windows/windows environment.
Printrun is an application to send gcode to the marlin firmware. The Printrun application can be used from windows/windows environment.
```
**Potential issues:** `printrun`, `applicaiton`, `printrun`, `applicaiton`
**Potential issues:** `printrun`, `printrun`

**Line 129:**
```
# use the below commands to setup the working Printrun appicaiton in ubuntu PC.
# use the below commands to setup the working Printrun application in ubuntu PC.
```
**Potential issues:** `printrun`, `appicaiton`
**Potential issues:** `printrun`

**Line 130:**
```
Expand Down Expand Up @@ -202,12 +176,6 @@ sudo chmod a+rw /dev/ttyACM0
```
**Potential issues:** `sudo`, `chmod`

**Line 219:**
```
### Marlin Auduino compile issue
```
**Potential issues:** `auduino`

**Line 234:**
```
>>> Proble offset refers to the difference between the location where the printer senses the bed surface using a probe sensor and where the nozzle actually extrudes the filament.
Expand Down Expand Up @@ -244,12 +212,6 @@ sudo chmod a+rw /dev/ttyACM0
```
**Potential issues:** `todo`

**Line 317:**
```
Gcode can be generated for both 3d and 2d desings.
```
**Potential issues:** `desings`

**Line 329:**
```
1. Inkspace
Expand Down Expand Up @@ -286,12 +248,6 @@ Enable Extruder
```
**Potential issues:** `slic`

**Line 377:**
```
Slicer has 3 config files for stoing hte setting
```
**Potential issues:** `stoing`

**Line 382:**
```
#define EXTRUDER_AUTO_FAN_TEMPERATURE 30
Expand Down Expand Up @@ -332,32 +288,14 @@ Autodidactic

### 📄 `SPELL_CHECK_README.md`

**4 error(s) found:**
**1 error(s) found:**

**Line 68:**
```
sudo apt install aspell aspell-en
```
**Potential issues:** `sudo`

**Line 82:**
```
- ✅ "useful" (was "usefule") in `eclipse.md`
```
**Potential issues:** `usefule → useful`

**Line 83:**
```
- ✅ "comparison" (was "comparision") in `3d.md`
```
**Potential issues:** `comparision → comparison`

**Line 85:**
```
- ✅ "appender stream" (was "appenderstream") in `todo.md`
```
**Potential issues:** `appenderstream → appender stream`

### 📄 `aes.md`

**9 error(s) found:**
Expand Down Expand Up @@ -756,7 +694,7 @@ deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 10.2, CUDA Runtime Vers

### 📄 `arduino.md`

**15 error(s) found:**
**14 error(s) found:**

**Line 1:**
```
Expand All @@ -770,12 +708,6 @@ Any passive electrical circuit can be built only with passive component resistor
```
**Potential issues:** `inductor`

**Line 16:**
```
## Documentation for Arduino hardwae and software components.
```
**Potential issues:** `hardwae`

**Line 19:**
```
const char compile_date[] = __DATE__ " " __TIME__;
Expand All @@ -796,15 +728,15 @@ const char compile_date[] = "Sep 22 2013 01:19:49";

**Line 29:**
```
> This section has the documentaiton for tonuino development kit.
> This section has the documentation for tonuino development kit.
```
**Potential issues:** `documentaiton`, `tonuino`
**Potential issues:** `tonuino`

**Line 35:**
```
use the below name to search for DFMiniMp3 in arduion library search
use the below name to search for DFMiniMp3 in arduino library search
```
**Potential issues:** `dfminimp`, `arduion`
**Potential issues:** `dfminimp`, `arduino`

**Line 37:**
```
Expand Down Expand Up @@ -2268,13 +2200,7 @@ throw new IllegalArgumentException("Invalid hex character in the string");

### 📄 `javaFramework.md`

**10 error(s) found:**

**Line 7:**
```
Solution : Simpy adding singletone annotation solved the problem
```
**Potential issues:** `simpy`, `singletone`
**9 error(s) found:**

**Line 12:**
```
Expand Down Expand Up @@ -3190,20 +3116,14 @@ eval "$COMMAND"

### 📄 `linuxBasics.md`

**10 error(s) found:**
**9 error(s) found:**

**Line 5:**
```
* `journald` has replaced syslog.
```
**Potential issues:** `syslog`

**Line 7:**
```
* `syslog` mechanism for general system logs used by applicaitons
```
**Potential issues:** `applicaitons`

**Line 9:**
```
### Redirecting Startup Script Logs to Syslog
Expand Down Expand Up @@ -4350,7 +4270,7 @@ ctrl + d #for mute unmute microphone

### 📄 `pwd.md`

**2 error(s) found:**
**3 error(s) found:**

**Line 1:**
```
Expand All @@ -4364,6 +4284,12 @@ Userful tools
```
**Potential issues:** `userful`

**Line 7:**
```
Battery Life calculatin
```
**Potential issues:** `calculatin`

### 📄 `python.md`

**52 error(s) found:**
Expand Down
6 changes: 3 additions & 3 deletions SPELL_CHECK_README.md
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot ignore this file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! Reverted SPELL_CHECK_README.md to its original state. (f104755)

Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The spell checker processes:
## Recent Fixes

The following spelling errors have been corrected:
- ✅ "useful" (was "usefule") in `eclipse.md`
- ✅ "comparison" (was "comparision") in `3d.md`
- ✅ "useful" (was "useful") in `eclipse.md`
- ✅ "comparison" (was "comparison") in `3d.md`
- ✅ "bluetooth keyboard" (was "bluetooth keyboard") in `todo.md`
- ✅ "appender stream" (was "appenderstream") in `todo.md`
- ✅ "appender stream" (was "appender stream") in `todo.md`
6 changes: 3 additions & 3 deletions arduino.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A passive circuit:
### Ref
1. https://www.youtube.com/watch?v=FhmLb2DhNYM&t=579s

## Documentation for Arduino hardwae and software components.
## Documentation for Arduino hardware and software components.
## Insert Date time during startup
```c
const char compile_date[] = __DATE__ " " __TIME__;
Expand All @@ -26,13 +26,13 @@ const char compile_date[] = "Sep 22 2013 01:19:49";

---
## Tonuino
> This section has the documentaiton for tonuino development kit.
> This section has the documentation for tonuino development kit.
> It is important to add the 1k ohm resistor to the Rx line to remove the noise in the speaker

* https://github.com/xfjx/TonUINO

### DF Player
use the below name to search for DFMiniMp3 in arduion library search
use the below name to search for DFMiniMp3 in arduino library search
```
DFPlayer Mini Mp3 by Makuna
```
Expand Down
2 changes: 1 addition & 1 deletion javaFramework.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Singleton Jersey
Problem : Keep the state of the object between multiple requests
Solution : Simpy adding singletone annotation solved the problem
Solution : Simply adding singleton annotation solved the problem
```java
@Path("/hello")
@Singleton
Expand Down
2 changes: 1 addition & 1 deletion linuxBasics.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* `journald` has replaced syslog.
* `dmesg` to read kernel ring buffer
* `syslog` mechanism for general system logs used by applicaitons
* `syslog` mechanism for general system logs used by applications

### Redirecting Startup Script Logs to Syslog

Expand Down