LeandroB
About
- Username
- LeandroB
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
Hi RAWWB, I want to thank you, for having patience to help me, now it works right \ o / kkkkkk, I'm sorry to bother you so much, thank you.
-
My X-axis 14,000, Y 19,000, Z 540.00, I 6.050 X minENDSTOP_PULLUP_X_MIN (Switch on GND, normally closed) Y minENDSTOP_PULLUP_Y_MIN (Switch on GND, normally open) Z minENDSTOP_PULLUP_Y_MIN (Switch on GND, normally open) X maxENDSTOP_PULLUP_X_Max (Swi…
-
I used the M106 e M107
-
This is the Firmware I'm using (https://github.com/nobolx/Repetier/tree/master)
-
I used the M03 M05, G1 G0, M452 C1 M452 C0
-
I changed from output 0 to 15 on line 35 of CustomEvents.h, output 15 is set to 5v (#define EXT_LASER_PIN 0 // PIN Number from PCA9685) (#define EXT_LASER_PIN 15 // PIN Number from PCA9685)
-
The PCA9685 board is not sending PWM signal at output 15, to control the laser, output 0 is all the time with 5v
-
Hi RAWWB, now the repeater host is running smoothly, thanks for the help, now I just can not connect the laser, would you know what it could be?
-
i2c_scanner I2C ScannerScanning...I2C device found at address 0x40 !done Scanning...I2C device found at address 0x40 !done Scanning...I2C device found at address 0x40 !done Scanning...I2C device found at address 0x40 !done
-
I deleted pwmtest, and PCA9685 worked fine
-
This was the result of the i2c scanner
-
I2CScanner ready!starting scanning of I2C bus from 8 to 119...addr: 8 addr: 9 addr: 10 addr: 11 addr: 12 addr: 13 addr: 14 addr: 15 addr: 16 addr: 17 addr: 18 addr: 19 …
-
the error (communication timeout - reset send buffer block repeater host) only appears when I put the (#define CUSTOM_EVENTS) Configuration.h, when I do not put the repeat host works
-
I'm doing something wrong when putting folders in Repetier-Firmware
-
I tested the communication between i2c and PCA9685, and all the outputs are working well, I tested with leds and multimeter
-
Okay, I'll go look
-
If I leave in (#define CUSTOM_EVENTS) the host repeater is giving this error (communication timeout - reset send buffer block repeater host)
-
If I leave in (#define CUSTOM_EVENTS) the host repeater is giving this error (communication timeout - reset send buffer block repeater host)
-
But I can not turn on the laser, what command do you use to turn on the laser to test?
-
when I change the (#define CUSTOM_EVENTS) to (#define CUSTOM_EVENTS _H) in the Configuration.h folder, then the repeater hodt
-
I've already made these modifications, but the duplicate host is locked, nothing works.
-
I am using the PCA9685 card. and a 15w laser
-
-
I'm installing CustomEvents.h and CustomEventslmpl.h on the repeat so, is that right?
-
-
I am using a mega arduino 2560, ramps 1.4, with the Repetier-Firmware version 1.0.1dev
-
When I add (#define CUSTOM_EVENTS)in Configuration.h, the commands stop working on the repeat host, what did I do wrong?
-
Hi, RAyWB could you please make a video explaining how to install CustomEvents.h and CustomEventslmpl.h in the firmware, thank you.