Domingo

About

Username
Domingo
Joined
Visits
8
Last Active
Roles
Member

Comments

  • I use z-min homing with the printhead being off the bed and homing about 3mm sub surface. then I move to Z10 (which leads to about 7mm nozzle to bed and 5mm 3d-touch to bed) and start bed sensing. the first point starts with about 5mm from untrigger…
  • what does the value mean? I had it at 10 and 30 and 100, it doesn't change anything. what distance from where to where is meant?
  • I tried another project and had the same problem with cutting all through to y0, and the just changed the lines with missing spaces to lines with spaces, e.g. From G1 X133.8962 Y282.8003F600.000000 to G1 X133.8962 Y282.8003 F600.000000 and it wor…
  • I thought it were arcs, because I especially saw the problem when I used the burn correction in the box generator like https://www.festi.info/boxes.py/ClosedBox. the first image shows the rounded corners due to the 0.1mm burn correction, which leeds…
  • I just used an online C compiler for testing, so I used the original float parseFloatValue(char *s) from gcode.h with the line from above, but that does not lead to a zero value.  The code I tested: https://onlinegdb.com/SJaO6opqV I can't test it w…
  • That missing space between the values makes sense. I haven't had a look at the repetier code, but by assuming a line parser would like to see a space after a number. sscanf or similar expecting a number would be ok with something like "276.5839", bu…
  • One example I had the last week, interesting, that there are no arcs... It failed somewhere between line 17-22. There are those super short lines at the corners, that seem to fail. It's a part from https://www.festi.info/boxes.py/ClosedBox. If i dis…
  • A laser power control will be included, but it will not solve the problem, because CO2 laser tubes can not be used under a certain power (about 25% in my case) The speed in my example was really just an example. I tried all speeds from near zero to…