Search found 369 matches
- Tue Feb 23, 2021 5:34 pm
- Forum: myCNC Technical support (English)
- Topic: Cutcharts for Hypertherm HPR 130 XD
- Replies: 30
- Views: 850
Re: Cutcharts for Hypertherm HPR 130 XD
I would advise against reinstalling the system from scratch - there version of myCNC software on the Ubuntu image is not the most recent one, and will still need to be updated, possibly running into the same issue if you cannot update it now. Do you mind going through the steps that you took to upda...
- Tue Feb 23, 2021 4:05 pm
- Forum: myCNC Technical support (English)
- Topic: THC System Steups
- Replies: 1
- Views: 25
Re: THC System Steups
Hello there, A few comments regarding your setup. 1) The THC pre-off time value is used to turn off THC before the end of the cut. At the end of the cut, as the contour is finalized, the part may drop down or alternatively you may pass over a section that you have already cut. The result of that wou...
- Fri Feb 19, 2021 2:30 pm
- Forum: myCNC Technical support (English)
- Topic: Cutcharts for Hypertherm HPR 130 XD
- Replies: 30
- Views: 850
Re: Cutcharts for Hypertherm HPR 130 XD
Hello there,
You can upload the videos via Dropbox/Google Drive, and then share the link by sending it to me on this forum via a private message, or by sending it to my email at ivan@pv-automation.com, if you'd prefer.
You can upload the videos via Dropbox/Google Drive, and then share the link by sending it to me on this forum via a private message, or by sending it to my email at ivan@pv-automation.com, if you'd prefer.
- Thu Feb 18, 2021 1:01 am
- Forum: myCNC Technical support (English)
- Topic: Cutcharts for Hypertherm HPR 130 XD
- Replies: 30
- Views: 850
Re: Cutcharts for Hypertherm HPR 130 XD
Hello, The software update is up, you can update your myCNC application through the Support tab. Regarding the M14/M15 codes, we have uploaded a short video on how they operate: hokT3eAYFik Those codes are built into the software, and are working on the latest release as shown in the video above - l...
- Thu Feb 04, 2021 8:29 pm
- Forum: myCNC Technical support (English)
- Topic: Cutcharts for Hypertherm HPR 130 XD
- Replies: 30
- Views: 850
Re: Cutcharts for Hypertherm HPR 130 XD
Hi there, Just wanted to do a quick update - we have fixed the way Corner Reduction values work in our software and will have the updated software version released in a few days. We will also be posting the updated Cutcharts file. https://i.imgur.com/yTRA1EA.png I'll keep you posted when it becomes ...
- Thu Feb 04, 2021 7:39 pm
- Forum: myCNC Technical support (English)
- Topic: Custom Kinematics on ET6?
- Replies: 3
- Views: 80
Re: Custom Kinematics on ET6?
Thank you for the kind words! Yes, the CoreXY-style system is indeed similar to the machine we have designed this for - in our case it was a 3D printer two-motor belt system, with belts going along the perimeter of the machine. In that configuration, the motors would turn in the same direction for X...
- Thu Feb 04, 2021 5:25 pm
- Forum: myCNC Technical support (English)
- Topic: Custom Kinematics on ET6?
- Replies: 3
- Views: 80
Re: Custom Kinematics on ET6?
Hi there,
Unfortunately, there isn't an option for custom kinematics for the ET6.
A configuration similar to your request has been implemented for a 3D printer some time back however (X+Y, X-Y axes configuration in the Axes/Motors tab):

Unfortunately, there isn't an option for custom kinematics for the ET6.
A configuration similar to your request has been implemented for a 3D printer some time back however (X+Y, X-Y axes configuration in the Axes/Motors tab):

- Thu Feb 04, 2021 3:36 pm
- Forum: myCNC Technical support (English)
- Topic: Odroid C2 linux ISO image files +mycnc
- Replies: 1
- Views: 42
Re: Odroid C2 linux ISO image files +mycnc
Hi there,
The ODROID image is available here: https://www.pv-automation.com/downloads ... 001.iso.7z
Let me know if that works for you, or if you have any issues during installation.
The ODROID image is available here: https://www.pv-automation.com/downloads ... 001.iso.7z
Let me know if that works for you, or if you have any issues during installation.
- Tue Feb 02, 2021 3:48 pm
- Forum: myCNC Technical support (English)
- Topic: Cutcharts for Hypertherm HPR 130 XD
- Replies: 30
- Views: 850
Re: Cutcharts for Hypertherm HPR 130 XD
Hello there, Just wanted to answer your question regarding additional cutcharts options for manual parameter selection. In general, when adding new options to myCNC, we base the added/improved functionality on the recommendations and input from our regular long-term customers (these are also the cli...
- Wed Jan 13, 2021 6:55 pm
- Forum: myCNC Technical support (English)
- Topic: CNC Offset & Marking
- Replies: 6
- Views: 155
Re: CNC Offset & Marking
Examples of movement delays or timers can be found in the M71 PLC in the X1366P profile, called upon by the do_wait_plasma and do_wait_pierce commands, for example: https://i.imgur.com/yKpHiQD.png The contents of those commands are located in the func_plasma.h file: https://i.imgur.com/QPGOePR.png S...