RAyWB

About

Username
RAyWB
Joined
Visits
2,124
Last Active
Roles
Member

Comments

  • OK , back to error messageexit status 1 incomplete type 'GCode' used in nested name specifier if i uncomment "include "gcode.h" in ui.h which should solve that Problem i get following: In file included from sketch\ui.h:22:0,                 from s…
  • Thanks,so what if i just want to recieve some ASCII commands without line number from a Serial Connection?
  • Thanks, I´ll try that .If you find some time can you please Show me up how new communication works?
  • compiling original dev version(DUE) with arduino 1.8.0 gave error message: exit status 1 'zBabystepsMissing' is not a member of 'Printer' (disappears when activating babysteps) so i implemented most of my features now but new communication makes my…
  • try different settings i slic3r (located in print settings /layers and perimeters) you cannot influence slicing directly in the way you want but you can improve. for example" avoid crossing perimeters "makes a big change also as repetier wrote seam …
  • OK, got it. Shame on me , had not latest dev version thats why i couldnt see newest menu structure. so please mark this task as ANSWERED. If you are still interested in Laser Warmup , Laser safety door (it´s different from the door included in dev…
  • Think i understood now...- generate a case            if(menuPos[0] == 0 &&( Printer::mode ==PRINTER_MODE_CNC)) {            col = 0;             r = 0;             if(UI_ROWS > 2) {                 text = (char*)Com::translatedF(UI_TEXT_…
  • OK,just for understanding , i have 2 sets of lines , for example set 1 ID from 200 to 205   and set2 ID from 250 to255can i do something like adding just an Offset of 50 in case of laser/cnc  ?think it should be done here , but i don´t understand wh…
  • I went that way because i was not  able to follow up the Guide ....found just filters for 4line  and 2 line pages including Actions but nothing i can use for 6-line pages with filter.so my programming abilities are only "for home use" may be i just …
  • first of all happy new Year! principially i agree with you, but as i want to change only main page i wrote some placeholders to generate the complete strings for line 1 to 3 in UIDisplay::parse. looks like the result i wanted, but still is not pe…
  • OK,that´s where i deactivated the symbols. what do you mean with menu modes ? So it´s time to say " Thank you so much for support in 2016" and my best wishes to you and your family for 2017 . RAyWB
  • Ok, found that Symbols , also managed to deactivate for CNC and Laser mode, still hanging on second point from above
  • digging out that stuff again.... figured out now , but i still have two problems : 1st: i can´t get rid of the  marked signs (see picture) 2nd: i added a second set of strings  original: UI_TEXT_MAINPAGE6_1_ID (for FFF)                          …
  • may be that helps :  once imported eagles cam processor should be able to generate hpgl , gcode etc. there is a freeware version available so just check it out
  • bojan said: Originally I wanted to end up with HPGL code (I have two plotters lying around and doing nothing recently). so if you can convert your gerber to HPGL , there is a shortcut to Gcode (http://www.cnc-steuerung.com/blog/?p=17…
  • i also had good result by making a needle from old tungsten drill , mounting it in a selfmade spring loaded holder. covering pcb copper just with some spray paint (harden paint  24h) and scratching the tracks on homemade cnc. (works similar to a dra…
  • might be temperature problem. i have a RF1000 in office and from my side of view hotends seem to be not very reliable ( 3 hotends/4Kg Filament ). Problem is you cannot change thermistor or heater ... just take a look at the temperature logs to see …
  • Think the problem is not the data conversion, there are many tools available. (google gives lot of results) The problem is that filament will not stick reliable on the copper side of PCB . Result will be underetching . Better way to make pcb on a pr…
  • OK i´ll try to explain  : for unknown workpiece height (sheet metal for example 15mm thickness +-0.4) and lets call it" flute 0" i use mobile z-probe to find surface of workpiece and set  it to z=0. Some milling is done and afterwards the original …
  • OK,thanks. Think i´ll try a hack of z-probe function to get it done with something like moveable z-probe to get workpiece height combined with a fixed position z-probe button and calculating tool length offsets. Any thoughts about that from your s…
  • "Only problem I see if you enable while bed is removed it would start in FFF mode and trigger the error.There your trick will work good, but with bed mounted and a real error your fix will prevent the failure. " that´s correct but nobody wil…
  • You can Handle that as follows (just tested on my machine because i have same "problem") in extruder.cpp (should be line 351) search for : GCode::fatalError(PSTR("Heater/sensor failure")); and replace that by :   if (Printer::mode == PRINTER…
  • you can just mount  a dummy resistor (i use a 100kOhm) for simulating a bed temperature sensor.(also for simulating Extruders).@Repetier : wouldn´t  it make sense to disable the sensor check in CNC  and Laser mode                    and for example …
  • Ok, thank you. One more question please as my correction is like  a V-shaped line falling linear from 0.1 mm at x=0  to 0mm at x=260mm and rising from there to 0.1 at x=520  (its completely independent from y position) how many points do i have to d…
  • Ok,i can´t use z-probing because i need opposite direction of correction so my question :how can i generate correction Matrix manually?
  • BTW , seems to be linear, so starting from x= 0 means to subtract 3.85 microns per mm from Z up to x=260 and from there add 3.85 microns per mm from Z up to x=520.
  • Hi , i´m working on that now, but i´m not shure about the%xx tags. there are many of them explained but commented and i cannot find how they work. if i´m correct generating 3 more means to modify the parse function and also add 3 more in uilang etc?
  • Hi, as i read you check distance with paper.... is it at Z Zero? Why i ask this Question is as follows: If Z Zero allows paper between Bed and nozzle you have a real distance of lets say about 0.05 to 0.1 mm your first layer is 0.2 mm so your real d…
  • bluetooth module RX has to be connected to Due TX  and bluetooth module TX has to be connected to Due RX otherwise it will never work.Did you try that?
  • Ok, wenns tut wie es soll. Für mich siehts aus wie 2*falsch=richtig Meine persönliche Meinung wäre aber ZAchse sowie Cam Program richtigrum zu konfigurieren (Sicherheitsabstand ist im default normalerweise positiv zumindest bei CAMBAM , ESTLCAM und …