RAyWB
About
- Username
- RAyWB
- Joined
- Visits
- 2,124
- Last Active
- Roles
- Member
Comments
-
14:41:49.026: al Reset14:41:49.026: Info:Brown out Reset That´s the interesting Lines... it Shows that you have Problems on Power Supply.Reason may be that Arduinos Onboard Regulator is overloaded or Power Supply is a Bad one.Thats where to seach
-
OK, that does the job , will modify the eeprom stuff also ,so for corexy just the Z_backlash will show up in eepromthanks for pointing me direction
-
ok, found it twice , once in queueCartesianSegmentTo , the second in queueCartesianMovereplaced the following : back_diff[X_AXIS] = (changed & 1 ? (p->isXPositiveMove() ? Printer::backlashX : -Printer::backlashX) : 0); back_diff…
-
BTW : Laser Settings in configuration .h (beginning at Line 213 in your configuration.h)#define SUPPORT_LASER 1 #define LASER_PIN -1
-
1 . Change configuration.hdelete the entry in line 22#define LASER_PWM_MAX 4095(you have to set it in Line 217)Change#define LASER_PWM_MAX 255 to#define LASER_PWM_MAX 4095 2. GcodeM03 Switches laser on , m05 offto set PWM value You have to use the …
-
and what command do you send with repetier host?
-
what do you mean with cannot connect the laser?
-
thats the problem....Adress is set to 0x41 in CustomEventsImpl line 30 change to 0x40 the hint with i2c scanner is also written in line 33/34
-
so please generate github account and upload your complete Firmware so i´ll take a look a it alternatively just post your configuration.h and i´ll try to Setup a package this weekend and post it on my github btw, what´s the result of i2c scanner?
-
that is a sign that the Hardware is not running correct !!!so check what i wrote in last two answers
-
you can also check this to see if your Hardware is running https://learn.adafruit.com/16-channel-pwm-servo-driver/using-the-adafruit-library USE LED FOR TEST NOT THE LASER !!!!
-
may be you should check first if the i2c bus is running....use nick gammons i2c scanner for example."when I change the (#define CUSTOM_EVENTS) to (#define CUSTOM_EVENTS _H) in the Configuration.h folder, then the repeater hodt"i never wrote to do th…
-
so i guess you didnt set up the files correctbeginning of custom Events.h in this case should look like #ifndef CustomEvents_H#define CustomEvents_H #define FEATURE_I2C_MACROS false#define FEATURE_EXT_PWM true #define FEATURE_PWM_LASER true#…
-
and what additional hardware did you install to mega/ramps?refer : https://github.com/repetier/Repetier-Firmware/blob/master/src/SampleEventSystems/Laser PWM and DAC/HardWareExample.pdf
-
may be you should tell me what additional hardware you have installed.also download source and date
-
just read Events.h its written there
-
If you want To replace E0 by E1 to make E1 work as E0 just swap the numbers. so there shoul be : #define E1_STEP_PIN 26#define E1_DIR_PIN 28#define E1_ENABLE_PIN 24#define E1_CS_PIN 42 and #define E0_STEP_PIN 36 #define E0_DIR_PIN 34 #define E0_ENAB…
-
usually impossible ... xmin homing with x max endstop... think that will cause trouble later on
-
before you wrote z is moving down... now you write z-is moving up....??????? so you have to rotate both z motor connectors again , lets do it step by step if you want to home x to the left side you have to move endstop to the left and set endstop…
-
Z-Axis : for homing to zmin it has to go down when you move that in + direction it has to go upwards X-Axis : for homing to xmax it has to go right . when you move it to - direction it has to move left , in + direction it has to move right Y-A…
-
as we see, movement directions are ok on all axis , and from looking at the config and also the x-endstop is working firmware setup seems ok. what about the wiring of endstops? is that ok?
-
if possible please also a picture where you connected the enstops to radds board
-
ok, please post the complete configuration and what happens when moving x + , y+ , z+ ????
-
yes, that´s whati wroterotate x-motor and both z-Motor
-
Right, i overlooked that last night.so connect the y endstop to y-min Input and reconfigure endstopalso rotate x-motor and both z-Motor connectors by 180 degrees andChange the Settings to:#define INVERT_X_DIR 0 #define INVERT_Y_DIR 0 #define INVERT_…
-
As there seem to be some more Problems we should see what we have actually...first of all place x-carriage and bed each on halfway.what happens when you move x+ ? is it moving right or left ?what happens when you move y+ ? is it moving Forwards or …
-
ok , same here ;-) i`m back at around 6PM CEST
-
not shure at the moment, i edited previous answer direction of movement is correct? just endstop doesn´t trigger
-
so rotate connector of y motor, that should work edit: stop direction of movement is correct? just endstop doesn´t trigger
-
change these to 1 instead of -1 #define X_HOME_DIR -1 #define Y_HOME_DIR -1