103 résultats trouvés

par 3DStyle
19 oct. 2020 20:20
Forum : GRBL32bits V1.0/1.5
Sujet : LCD Turns OFF When Inserting a SD Card
Réponses : 1
Vues : 1092

LCD Turns OFF When Inserting a SD Card

I bought a new kit of the RS-CNC-32Bit, and when I connect a SD card to the LCD the screen shuts OFF.
I tried with 3 different TFT LCDs and they all shows the same result. I have SdFat 1.0.0 installed. Tried different SD cards - same issue.

Does anyone know what could be the root cause for this?
par 3DStyle
23 sept. 2020 21:30
Forum : GRBL32bits V1.0/1.5
Sujet : Removing Unwanted Buttons in CMD
Réponses : 1
Vues : 1446

Re: Removing Unwanted Buttons in CMD

Found it (the answer is inside the Arduino file).
to delete a button create and execute a file having a name like Cmd3_delete where 3 is the button position (digit 1...9, A or B) to delete.
par 3DStyle
23 sept. 2020 20:59
Forum : GRBL32bits V1.0/1.5
Sujet : Removing Unwanted Buttons in CMD
Réponses : 1
Vues : 1446

Removing Unwanted Buttons in CMD

Is there any way to remove commands buttons that I created in the CMD page?

Thanks.
par 3DStyle
15 sept. 2020 21:36
Forum : GRBL32bits V1.0/1.5
Sujet : Machine Restarts After Corner Finder G-Code
Réponses : 3
Vues : 1952

Re: Machine Restarts After Corner Finder G-Code

I tried removing them, but it didn't help - still restarts. I tried to eliminate each line from the G-Code, one by one, to see where the machine is not behaving as it should. I noticed that after the line "G92 X-10.9; Set X work to 0" the machine will not implement the next code in the G-C...
par 3DStyle
15 sept. 2020 15:56
Forum : GRBL32bits V1.0/1.5
Sujet : Machine Restarts After Corner Finder G-Code
Réponses : 3
Vues : 1952

Machine Restarts After Corner Finder G-Code

I'm trying to add a corner finder G-Code to my CNC machine that runs with RS-CNC32-Bit board. There is an issue that I'm facing with the corner finder G-Code. Here is the code: G38.2 Z-15 F100; Probe Z G92 Z3.15; Set Z work to 0 (with the thickness of the plate) G91 G0 Z3; Move Z up by 3mm G91 G0 X-...
par 3DStyle
26 août 2020 16:23
Forum : GRBL32bits V1.0/1.5
Sujet : LaserGRBL and Telnet connection
Réponses : 0
Vues : 2125

LaserGRBL and Telnet connection

I'm trying to connect to the machine with LaserGRBL via WIFI (Telnet), the LaserGRBL shows like
it's connected to the machine but when I'm trying to send commands nothing happens.
I pressed reset & unlock buttons but it didn't help.

Was anyone able to connect to his machine that way?
par 3DStyle
03 août 2020 10:45
Forum : GRBL32bits V1.0/1.5
Sujet : Need help with GCODE for tool changer probe
Réponses : 4
Vues : 3719

Re: Need help with GCODE for tool changer probe

Please refer to the BitSetter product page from Carbide 3D. The BitSetter is an automatic tool offset probe. The BitSetter measures the length of the cutter in your spindle and, combined with Carbide Motion, automatically resets your Z-axis zero point to reflect the new length, making tool changes s...
par 3DStyle
02 août 2020 11:17
Forum : GRBL32bits V1.0/1.5
Sujet : Need help with GCODE for tool changer probe
Réponses : 4
Vues : 3719

Re: Need help with GCODE for tool changer probe

I tried to get some help from this GCODE but the problem is that the BitSetter, as you said, is not the same. The Z probe that you refered to is working with a known height of the Z plate. With a BitSetter, the machine needs to know the tool Z offset from two tools that have been changed. I'm not su...
par 3DStyle
28 juil. 2020 13:18
Forum : GRBL32bits V1.0/1.5
Sujet : Need help with GCODE for tool changer probe
Réponses : 4
Vues : 3719

Need help with GCODE for tool changer probe

I saw the BitSetter by Carbide 3D and wanted to implement it into the RS-CNC. https://i.ibb.co/Xb8BHB0/Screen-Shot-2020-07-28-at-14-16-53.png I have a momentary button switch and I 3D printed a holder for it. I am able to do probes with it, but I'm stuck with writing a GCODE for making it to work pr...
par 3DStyle
25 juin 2020 17:19
Forum : GRBL32bits V1.0/1.5
Sujet : Could Not Create Uploaded File (write-protected?) error
Réponses : 4
Vues : 2399

Re: Could Not Create Uploaded File (write-protected?) error

So I downgraded SdFat from 1.1.4 to 1.1.0, I can now upload files from the file server.
However, I still can't remove the SD card and then mount it again - I still receive a message "Card Mount Failed". I also made sure the latest GRBL version is installed (v1.0.v).