Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update estlcam page #594

Merged
merged 3 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cSpell.words": [
"Dring",
"gcode"
]
}
16 changes: 8 additions & 8 deletions docs/electronics/jackpot.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ If you bought your Jackpot CNC Controller from the [V1E.com](https://www.v1e.com

![!WebUI](../img/jackpot/LUI.jpg){: loading=lazy width="500"}

This Interface is from the [ESP3D WebUI project](https://github.com/luc-github/ESP3D-WEBUI). This interface allows for wireless machine jogging, custom macros, quick buttons for any of the Jackpot’s outputs, terminal control, file system control, UI and board configs, all in one place. You can update the firmware, GUI, and board settings all from the WebUI.You can wirelessly transfer your gcode files, but manually using the MicoSD card is still preferred. Most will probably never even plug the USB port in.
This Interface is from the [ESP3D WebUI project](https://github.com/luc-github/ESP3D-WEBUI). This interface allows for wireless machine jogging, custom macros, quick buttons for any of the Jackpot’s outputs, terminal control, file system control, UI and board configs, all in one place. You can update the firmware, GUI, and board settings all from the WebUI.You can wirelessly transfer your gcode files, but manually using the MicroSD card is still preferred. Most will probably never even plug the USB port in.

??? example "Control Options"
The Jackpot Control board can use most any control software that supports GRBL such as CNC.js or Lightburn, although most people will likely use the built in WebUI's wireless connection. This can be used from most any device that has a web browser. If you are using a small touchscreen you can even zoom in so the buttons are easier to hit.

We typically use the Jackpot board in AP mode (access point), this is a direct connection between your web enabled device and the board itself. No internet conenction is used in this case, this is a direct connection to the Jackpot only. Touch screens work (with zoom), or keyboard and mouse will work just as well.
We typically use the Jackpot board in AP mode (access point), this is a direct connection between your web enabled device and the board itself. No internet connection is used in this case, this is a direct connection to the Jackpot only. Touch screens work (with zoom), or keyboard and mouse will work just as well.

??? Info "Other Networking Options"
You can also configure your device in STA mode, http://fluid.local, if you have a strong signal to your home WiFi network. This will get your board connected to your local network. This is advanced and not reccomended unless you are very confident in your networking setup. It is not reccomended to use STA mode until you are familiar with how the firmware and your machine work as it is very difficult to support and troubleshoot network issues. Please stick to AP mode until everything is stable with your workflow.
You can also configure your device in STA mode, http://fluid.local, if you have a strong signal to your home WiFi network. This will get your board connected to your local network. This is advanced and not recommended unless you are very confident in your networking setup. It is not recommended to use STA mode until you are familiar with how the firmware and your machine work as it is very difficult to support and troubleshoot network issues. Please stick to AP mode until everything is stable with your workflow.

### Tests

Expand All @@ -162,15 +162,15 @@ It is important to note the endstops are only active during the homing procedure

### Auto Square

Auto Square on this board is as easy as editing each endstop indivdually directly from the "Config" section of the WebUI (or directly to the yaml file).
Auto Square on this board is as easy as editing each endstop individually directly from the "Config" section of the WebUI (or directly to the yaml file).

![!CONFIG WebUI](../img/jackpot/confg.png){: loading=lazy width="400"}

From there you have a "pulloff_mm" setting for each endstop. This setting is how far the machine backs away from the endstop after it triggers it. This needs to be far enough to reset the trigger at a minimum and if your values should be within 3mm of each other. If they are not it is best to move the endstop triggers.

![!CONFIG pulloff](../img/jackpot/pulloff.png){: loading=lazy width="400"}

Be sure to **save** your edits at the bottom of the config screen, and then by also using the red save button (macro) on the homescreen!
Be sure to **save** your edits at the bottom of the config screen, and then by also using the red save button (macro) on the home screen!

### Terminal Commands
Here are some other useful terminal commands, for a full list please see the [FluidNC Wiki](http://wiki.fluidnc.com/).
Expand Down Expand Up @@ -250,9 +250,9 @@ Quick note, **gpio.26** can have a quick pulse when starting. If you are using a
## Firmware
If you bought it from the V1E.com store it should be ready to go. This section is in case you want to update or start fresh.

V1 Engineering specific files - Keep an eye on this page or you can even subscribe to updates to know anytime the configuration files have changed, [Config and macros are here](https://github.com/V1EngineeringInc/FluidNC_Configs). **The Current tested and confimed files are in the V2 folder for your machine type** You need to download these to load them after flashing.
V1 Engineering specific files - Keep an eye on this page or you can even subscribe to updates to know anytime the configuration files have changed, [Config and macros are here](https://github.com/V1EngineeringInc/FluidNC_Configs). **The Current tested and confirmed files are in the V2 folder for your machine type** You need to download these to load them after flashing.

FluidNC Firmware - **The Current tested and confimed FluidNC version is 3.9.1**, use anything newer than this with caution. 11/1/2024- Configs updated as well, good idea to update them as well. Be sure to test homing after updates as some of the numbers have changed, also take note of your pull off values to keep things level and square after an update.
FluidNC Firmware - **The Current tested and confirmed FluidNC version is 3.9.1**, use anything newer than this with caution. 11/1/2024- Configs updated as well, good idea to update them as well. Be sure to test homing after updates as some of the numbers have changed, also take note of your pull off values to keep things level and square after an update.

### Updating / Installing Firmware

Expand Down Expand Up @@ -343,7 +343,7 @@ This can be a tough topic. It goes very deep but lets keep it simple, here are t
#### SKR Pro
* Has more onboard IO, this lets you plug more things in without an expansion port, but firmware edits, a recompile, and flash will be needed to use them.
* When ordered from V1E.com comes with a wired LCD screen instead of using a web capable device.
* Uses Marlin Firmware, tried and true, but a bit more complcated to edit if needed.
* Uses Marlin Firmware, tried and true, but a bit more complicated to edit if needed.

The Jackpot CNC Controller was developed by Bart Dring (FluidNC) and myself, with the biggest notable change being TMC2209 drivers using less I/O in FluidNC. The new board and FluidNC firmware revision were further refined with help from a lot of great community member here in the V1E.com forums. It has everything we need in one package with a few sensible extra ports. This is how you get the best bang for the buck in a
small footprint. If you ask me, I will honestly recommend the Jackpot, by far. The main feature people seem to buy the SKR for anymore is the wired LCD screen. The Jackpot can also have
Expand Down
10 changes: 5 additions & 5 deletions docs/electronics/skrpro.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ one jumper on the black (UART) pins. **There is no need to monkey with the tiny

![!Highlighted UART pins](../img/old/2020/07/uart2-Arrows.jpg){: loading=lazy width="400"}

The completed board looks like this. Notice there are no jumpers under the drivers. **Lowrider and MPCNC builds will have only 5 drivers**, MP3DP uses 6.
The completed board looks like this. Notice there are no jumpers under the drivers. **LowRider and MPCNC builds will have only 5 drivers**, MP3DP uses 6.

![!UART pins](../img/old/2020/07/Uart-scaled.jpg){: loading=lazy width="400"}

Expand Down Expand Up @@ -145,7 +145,7 @@ Closed" (NC), this is the outer two tabs on the endstops, we do not use the midd
Optical endstops are not recommended on a machine used for milling or routing. The debris can inhibit their function.

!!! Troubleshooting End Stops
There is a known issue on **OLDER** SKR Pro1.2 boards where a small percentage of boards intermittently do not trigger a stop in the firmware. The technical reason is the on board circuit was designed with a voltage divider that is on the edge of the microprocessors HIGH/LOW signal limit. This results in random missing of the stop signal. A symtom of this is that one or more of the steppers keep driving after the limit switch triggers. You will find the stop LEDs on the SKR board will illuminate, but the firmware does not react. This is discussed in [this thread](https://forum.v1e.com/t/firmware-issues/39109/5) There are a few ways to address this: 1) Replace the SKR board. 2) Solder 1.5K ohm resistors on the bottom of the board. 3) Modify the end stop wires to add the 1.5K ohm resistor.
There is a known issue on **OLDER** SKR Pro1.2 boards where a small percentage of boards intermittently do not trigger a stop in the firmware. The technical reason is the on board circuit was designed with a voltage divider that is on the edge of the microprocessors HIGH/LOW signal limit. This results in random missing of the stop signal. A symptom of this is that one or more of the steppers keep driving after the limit switch triggers. You will find the stop LEDs on the SKR board will illuminate, but the firmware does not react. This is discussed in [this thread](https://forum.v1e.com/t/firmware-issues/39109/5) There are a few ways to address this: 1) Replace the SKR board. 2) Solder 1.5K ohm resistors on the bottom of the board. 3) Modify the end stop wires to add the 1.5K ohm resistor.

### MPCNC Endstops
![!endstops](../img/old/2020/07/endstops-scaled.jpg){: loading=lazy width="400"}
Expand All @@ -154,7 +154,7 @@ Optical endstops are not recommended on a machine used for milling or routing. T
![!LR3 endstops](../img/LR3_endstops.jpg){: loading=lazy width="400"}

!!! note
Do not use the + (positive) pins or you will ruin your SKR Pro board. These are only used whith powered endstops, and those are uncommon.
Do not use the + (positive) pins or you will ruin your SKR Pro board. These are only used with powered endstops, and those are uncommon.

## Firmware

Expand Down Expand Up @@ -241,6 +241,6 @@ Box for the [TFT35 E3 V3](https://www.prusaprinters.org/prints/74330-tft35-e3-v3

Available [here](https://www.thingiverse.com/thing:4678675) on Thingiverse.

![!Flyflisher604 SKR Pro Case](../img/Flyfisher604_SKR_Pro_v1.2_and_TFT_E3_v3.0_Case.jpg){: loading=lazy width="400"}
![!Flyfisher604 SKR Pro Case](../img/Flyfisher604_SKR_Pro_v1.2_and_TFT_E3_v3.0_Case.jpg){: loading=lazy width="400"}

![!Flyflisher604 SKR Pro Case Inside](../img/Flyfisher604_SKR_Pro_v1.2_and_TFT_E3_v3.0_Case_Inside.jpg){: loading=lazy width="400"}
![!Flyfisher604 SKR Pro Case Inside](../img/Flyfisher604_SKR_Pro_v1.2_and_TFT_E3_v3.0_Case_Inside.jpg){: loading=lazy width="400"}
Binary file removed docs/img/old/2015/05/eSide.png
Binary file not shown.
Binary file removed docs/img/old/2015/09/Ecoord.jpg
Binary file not shown.
Binary file removed docs/img/old/2015/09/Esetup1.jpg
Binary file not shown.
Binary file removed docs/img/old/2015/09/e1.png
Binary file not shown.
Binary file removed docs/img/old/2015/09/e2.png
Binary file not shown.
Binary file removed docs/img/old/2015/09/e4.png
Binary file not shown.
Binary file removed docs/img/old/2015/09/eescale.jpg
Binary file not shown.
Binary file removed docs/img/old/2015/09/ezero.jpg
Binary file not shown.
Binary file removed docs/img/old/2018/08/0102.zip
Binary file not shown.
Loading