Тёмный
Chris Chris
Chris Chris
Chris Chris
Подписаться
arduino TypeK thermocouple test
0:41
2 года назад
super DIY 2020 CNC move test
1:03
2 года назад
Комментарии
@mlab47robotica
@mlab47robotica 15 дней назад
hi!. How is it going with the operation of that machine in CNC mode? I'm asking about the belts you use, as I'm doing the same thing and I've come across comments saying that the belt system is not suitable for CNC mode.
@f00d4tehg0dz
@f00d4tehg0dz Месяц назад
I don't see your github above in the description. It says "my version of software which supports the cutter" but no link?
@philipludlow356
@philipludlow356 Месяц назад
you are a life saver! I've been trying to figure out how to get filament cutting setup on a printer that isn't compatible with the ERF and i think this may be my solution. thank you. I'm saving this for later when I'm ready for this part of my build.
@The_Spiritual_seeker.
@The_Spiritual_seeker. 3 месяца назад
Hello will it be possible for you to share the pulley design??
@swapnilgawas5847
@swapnilgawas5847 4 месяца назад
Hey, I am trying to build something similar, but I am stuck on designing the z axis , it would be a ton of help if I could reference your z axis. Are the files available for this project?
@f1lab535
@f1lab535 5 месяцев назад
where can you find the tip and handle?
@instheray
@instheray Год назад
Missing step: swap nozzle and do all over again. Really a brush in the long run is faster. Also the way to go is klicky/tap with auto z if you want always perfect first layer. Just add a quick brush before homing.
@davinchewk
@davinchewk 8 месяцев назад
This is the way! In my PRINT_START i set the heaters to preheat to 185, then do a brush before rehoming z. Preheat to 190 is enough to get most filaments off. Obviously you can also program the macro to calculate the temperature based on material to heat the hotend just warm enough to scrub off any debris before homing.
@robbjosh
@robbjosh Год назад
Where can I get the STL files?
@robbjosh
@robbjosh Год назад
Hey man, do you have the step files for this? or STL files?
@GururajKashikar
@GururajKashikar Год назад
@chrischris6399 : First of all, this is great work. Thank you for sharing this grbl version to control BLDC Motors (BLDCM) and I want to use it in my CNC. I have a A2212/6T, 2200KV BLDCM, powered by Simonk30A ESC. It is working perfectly with Arduino (servo Library) with POT. But when connected to this Grbl (enabled #define ESC_PWM_FREQ_244HZ 244).I am seeing the following challenges... 1. When I first power up ESC with 12V 5A PS, bldc keeps beeping (at 1sec rate ) continuously, 2. Then If I connect Arduino UNO board to Laptop's USB port, beeping becomes like 5-10 beeps per second. 3. At this stage if I disconnect the UNO from USB, BLDCM gives 3 beeps, a gap of 1sec and one long beep. Then on Bldc Continues to beep at 1sec rate. (I have observed this in Servo Library and POT. After this BLDCM starts to run there as well with POT turned min to max.) 4. After step 3's sound from BLDCM, If I connect UNO to USB, BLDCM starts spinning instantly at low speed without even grlb booting. (Initial Speed as if we issued M03 S100) 5. BLDCM slows/stops for a small period soon after starting (as grbl boots now and $ prompt appears on Serial Monitor). Then it continues to run at its initial speed, even without issuing any M03 SXXX command. 6. Now, if I issue command like M03 S200, S450, S1000... Speed increases to upto maximum. 7. After this, cant stop the BLDCM with any command (like M02, M05, M03 S0) below its initial speed. Only way to stop it is disconnecting the UNO from USB. What I am doing wrong? I tried with 60Hz, 488Hz. Same result. Any help will be greatly appreciated. Thanks in Advance. -Guru
@chrischris6399
@chrischris6399 Год назад
sorry, I guess I missed your questions for far too long time! I hope you have figured it out and fixed it already. in case not, I think it could be caused by different brand of ESC may or may not work on different frequency. standard RC ESC works for 60Hz signal, very slow. many bldc ESC works for higher frequency. so maybe you could try different frequency, 60, 120, and higher. good luck!
@stevenchen3745
@stevenchen3745 Год назад
Hi my friend can you please tell me what is the name and model of this soldering station thanks
@chrischris6399
@chrischris6399 Год назад
www.weller-tools.com/professional/EUR/en/Professional/Soldering+technology/Soldering+irons/Desoldering+tweezers the solder station is a Arduino diy project. The tweezers is Weller, pls check the link
@jairosantos
@jairosantos Год назад
Chris Chris I don't know how to download it, it's not zipped. No zip option
@lightbluelou
@lightbluelou Год назад
hi, can you please share which brushless motor is that? it sends me some diy-ish vibes, am I correct?
@Evilslayer73
@Evilslayer73 Год назад
i2c lcd sketch?
@chrischris6399
@chrischris6399 Год назад
It's very cheap to buy. Search for lcd1602 and (with the small i2c adapter)
@jairosantos
@jairosantos 2 года назад
Chris Chris I don't know how to download it, it's not zipped. No zip option
@humble_777
@humble_777 2 года назад
Awesome, do you have any for sale ?
@lightbody232
@lightbody232 2 года назад
hi, I have same project were I built bldc spindle 2050kv powered by 120amp ESC that connected to 12v 30amp psu, when using it with external analog coded arduino and potiontometer it works fine but when connecting it to 0-5v pmw in main grbl board it dosent run not any beebs from ESC also, what did I miss here?, or is it related to pmw issue?, thanks.
@chrischris6399
@chrischris6399 2 года назад
first off, please check that, 1 are you using the special type of pwm signal for the esc? usually, valid freq is 60HZ to 488HZ. but 60Hz is tooo low; most drone Esc should work on 488hz. 2 Also min pwm on time :1000us = 1 ms ; max pwm on time: 2000us = 2 ms. 3 are you giving the ESC a slow/soft start ? this is mandatory, ie. set pwm to 5% power, wait for some time, then 10%, wait, then 20%...finally 100%. do not set 100% from 0%.
@chrischris6399
@chrischris6399 2 года назад
if you want to see more detail check this file github.com/ntchris/grbl/blob/master/grbl/spindle_control.c
@wanazib8519
@wanazib8519 3 года назад
Can u make tutorial video on how to make that door?
@nicorodriguez6207
@nicorodriguez6207 3 года назад
hi, is this intended to be used as a spindle or as a stepper motor to control axis
@chrischris6399
@chrischris6399 3 года назад
This is a grbl modified version, its for cnc, including stepper motor xyz control, which is the function of grbl, and the newly added brussless motor support, which is not available in the original grbl. Grbl is a famous cnc controller
@pruthuvinavod7035
@pruthuvinavod7035 3 года назад
why grbl 1.1h version $38 command not supported
@chrischris6399
@chrischris6399 3 года назад
Because this is a special build, I made it myself, pleaee use the special buld, not the standard build. I have posted the link in the description
@chrischris6399
@chrischris6399 3 года назад
github.com/ntchris/grbl/releases
@pruthuvinavod7035
@pruthuvinavod7035 3 года назад
@@chrischris6399 thank you soo much.ill really appreciate your effort.keep up♥️
@nicorodriguez6207
@nicorodriguez6207 3 года назад
Hi im building a cnc router with that method, can you mix brushless motor and steppers mith this version of grbl
@chrischris6399
@chrischris6399 3 года назад
What do you mean mix? This version of grbl supports all. Good luck.
@nicorodriguez6207
@nicorodriguez6207 3 года назад
@@chrischris6399 thanks man you helped me a lot
@nothingmuch02784
@nothingmuch02784 4 года назад
This is great! Nice job!👍