RAyWB
About
- Username
- RAyWB
- Joined
- Visits
- 2,124
- Last Active
- Roles
- Member
Comments
-
some of the files are different, but these are not affected by the mod
-
seems to be memory problem. i checked the code which is identical for due and avr and as it works perfect on my due also in delta mode i think it´s memory problem on the avr. but maybe you start bug report as the not correct working behavior is repr…
-
ok.unfortunately i´m using due board , but i´ll check it on a ramps/mega as soon as i find the time
-
ok, so what do you want to do exactly? the mod i wrote is thought for manual movement to find workpiece zero. welding sounds interesting, what type of laser?
-
i rechecked and also saw that now ,also no reaction on m5. but in this case i cannot help so gcode is same for all drive systems. when i set drive system to 0 everything is ok.but not useable for you may be you start a bug report for delta system f…
-
you wrote : But it's also strange that the pin is going high only during movement and only during laser mode. thats exactly what it shall do.....!!! if it stops and laser would be on you would just make things burning. it´s wanted that laser is o…
-
so i´ve set it up , just downloaded fresh dev. version and copied your configuration.h in it. i just connected a led with series resistor to d4 for simulating laser as expected , it works. are you shure your mega is ok? only thing i see problema…
-
ok, as i work with Due i can´t check directly, but ihave a ramps board free so i´ll try to set it up tomorrow to check your setup. (even i don´t have the controller but that shouldn´t matter)
-
hi, so what hardware do you use?
-
some more informations of your setup would be useful..... which controller do you use (f.e. ramps or something else) check pinlist for double use etc. software(dev version) is for shure not the problem as i use it .
-
so as nothing changes at all... seems your wiring is the problem. i have laser working without any problem. refer text from configuration.h
-
should do what you want, just check it out
-
if you mean opposite after power on just change from #define CASE_LIGHT_DEFAULT_ON 0 to #define CASE_LIGHT_DEFAULT_ON 1 in configuration.h
-
why do you move Z in laser operation? (Laser gets not activated in z-move and also not in g28 and G0 moves) (if laser on/off is swapped change from #define LASER_ON_HIGH 1 to #define LASER_ON_HIGH 0 in configuration.h) try as follows: M452 G28…
-
I´m not shure if it makes that difference,and the more i think about i agree with you so for now i´ll keep the 256 shades ( just shift that value 4 bits left in my routine to get 4095) for first tests with a led and oscilloscope it looks quite nic…
-
seems not that simple , next part affected is uint8_t secondspeed
-
ok, thanks i´ll follow up
-
Ok , thanks. would it be a problem for you to change intensity from uint8_t to uint16_t ? (i´m playing with 12bit external PWM controller ,looks quite nice :-) ) so i´ll shift spindle control also to Custom event system with external hardware .
-
seems you did not follow the instructions in the video... so pls read the manual on www.slic3r.org where they explain how to use and configure it. For me it´s impossible to help on pictures or screenshots.
-
it´s still the same procedure , just watch and follow the instructions
-
Can you please give me a hint how to shift laserdriver to Custom events? is it something like : #undef EVENT_INITALIZE_LASER #define EVENT_INITALIZE_LASER { "my initialisation" ; return false;} #undef EVENT_SET_LASER(intensity) #define EVENT_S…
-
-
ok, so can you take the part for the different display types? ( i just have the st7920 and ks0108 )
-
Back to coordinates... Quote: I see now you have replaced the extruder/bed place with Xw/Yw/Zw (why w?) Might be an idea to have both on startscreen and G92 modded everywhere as this is more helpfull after calibration. so the reason for the"w"…
-
Well done :-) works as wanted without slowing down
-
as written in Configuration.h:/* If your printer is not exactly square but is more like a parallelogram, you can use this to compensate the effect of printing squares like parallelograms. Set the parameter to then tangens of the deviation from 90° w…
-
thanks ,saw update will check this evening and inform you the result
-
did a short check, function has 2 problems : 1. Message "door open" is shown after closing door 2. executing gcode gets ugly slow. seems communication to host takes about 10 times more. have a short gcode file which takes about 2 seconds to execu…
-
Thanks, compiles now also in my Setup, will check functions tonight.
-
OK, no mismatch from my side. downloaded development version and in configuration.h just set : #define SUPPORT_LASER 1 // set 1 to enable laser support #define LASER_PIN 67 // set to pin enabling laser #define LASER_ON_HIGH 1 // Set 0 if low s…