Ben3D

About

Username
Ben3D
Joined
Visits
52
Last Active
Roles
Member

Comments

  • Did a new setup, removed the springs under the bed. leveled it and did a grid autolevel measurement: 12:30:36.266 : Info:Autoleveling disabled 12:30:44.620 : Z-probe:4.236 X:20.00 Y:20.00 12:30:50.710 : Z-probe:4.247 X:20.00 Y:53.75 12:30:56.835 : Z…
  • And disable the bedlevel correction?
    in G33 problem Comment by Ben3D May 2017
  • So a good procedure would be:Heatup nozzle and bed (wait for 15minutes)Then do G28 (home all axisMove Z up to 5 mmG32 S2G33 (if I get it to work)
    in G33 problem Comment by Ben3D May 2017
  • what I do before starting the G32 is home X then home Y, make sure that Z is about 4-5 mm above the bed (not homed it)I really need to get the distortion measurement in place...Also the grid coordinates can it be set without doing a firmware upload?…
    in G33 problem Comment by Ben3D May 2017
  • Repetier could you check if this is a feasible autolevel correction?21:44:45.705 : Z correction disabled 21:44:45.707 : Info:Autoleveling disabled 21:44:52.162 : Z-probe:3.371 X:20.00 Y:20.00 21:44:58.563 : Z-probe:3.241 X:160.00 Y:20.00 21:45:04.98…
    in G33 problem Comment by Ben3D May 2017
  • I think I started it at the point where P3 was done for the G32 command...
    in G33 problem Comment by Ben3D May 2017
  • is it ok for me to after taking the G32 S2 do a home using G28 before starting the print?
  • And also worth nothing is that after a G32 S2 command, i do a test with probing the bed and do a paper test on the nozlle, the paper get touched at Z at 0.1 mm in a spot when i start my printing action it is pushing the nozzle to the ben (with a fir…
  • G30 at 0.0 show expected offset correction also the measurments for G32 S2 are spot on. I have set the grid for G33 Xmin 30 Ymin 30 Xmax 170 Ymax150 it should be al safe pos, but i still get the error displayd above...
    in G33 problem Comment by Ben3D May 2017
  • G30 command show an expected X and Y offset correction
  • or could it be that not the new  measured correction is used but one that is in the firmware?
    in G33 problem Comment by Ben3D May 2017
  • If i do a G32 S2 - the output is like this: 21:44:45.705 : Z correction disabled 21:44:45.707 : Info:Autoleveling disabled 21:44:52.162 : Z-probe:3.371 X:20.00 Y:20.00 21:44:58.563 : Z-probe:3.241 X:160.00 Y:20.00 21:45:04.982 : Z-probe:3.145 X:100…
    in G33 problem Comment by Ben3D May 2017
  • Strange in deed that it stil measures. But the measurements where just fine!!, could i have soms setting wrong in dimensions of the printer? Could you give a guide how tot define the grid for distortion grid definition? My printbed is 220x2…
    in G33 problem Comment by Ben3D May 2017
  •  BTW i used https://www.repetier.com/firmware/dev/index.php to generate the configuration.h And donwloaded the complete code from that site...
    in G33 problem Comment by Ben3D May 2017
  • Hi, I'm experiencing simalar problems like you, also on DEV version. Region of the bed are pretty good levelled, other are to low or to high It is quite frustating ...
  • Does the G33 command uses the probe offset ad inputted in the Zprobe sections? The grid is defined in nozzle positions it seems
  • Don't have z-max homing currently, but I plan to use my old z min end stop for as a z max switch.Only need to figure out how to mount it...
  • I have a glass plate but it is to thick for the detection rang of the z probe.Could I do the autolevel correction and home, and then place the glass and add the offset for the glass plate in the slicer for instance?
  • Ok I will give it a try this evening, how big should I make the grid?(I'm using a prussa i3 clone)
  • I disabled arc support and know it compiles :-)
  • But how to do this in the arduino code? do you have an example?
  • MartinH said: Allso unselect all unused languages to save memory But how to do this in the arduino code? do you have an example? thx
  • Repetier said: You need to deselect some features to reduce flash usage. LCD display and different langagues are the main source for high flash usage. So reduce lcd languages to 1 or remove it completely. Or check some minor features dependin…
  • Thx, i managed to find that i need the DEV version. Now i have the issue that is does not fit on my melzi board. I need to reduce the size of the firmware, i do not need the SD card support. But how do i remove it from the compiles code?