marcoleo

About

Username
marcoleo
Joined
Visits
95
Last Active
Roles
Member

Comments

  • Now it work perfectly, thanks
  • forgot to say, with all config m119 work as aspected
  • I guess is something with endstop check... with this configuration work X2 motor move togheter with X but X2 endstop is disabled so multihoming is disabled https://drive.google.com/open?id=0B1hn4VshjrDkNmcxN1NJWi1XXzQ same file just enabled X2 endst…
  • 1. yes dual_x_axis 0 2. m119 return the correct status for x and x2 3. the x motor move the x2 motor not and it's locked so EN is ok, with m84 unlock 4. drive system 0 5. already set ALWAYS_CHECK_EDSTOPS 0 also MOVE_X_WHEN_HOMED 0 same configuratio…
  • Repetier said: Also just checked it and saw no error in enable/direction/steps. What drive system are you using here? Also do you have 2 endstops or one for x? I'm using arduino 2 & radds 1.5 Yes off course two indipendent endstop; and…
  • nope also with the corrections doesn't work. The endstops working, also the home cycle is active; when I homing X I see x axis homing to endstop and start to wait forever for x2 endstop, when I manually move the x2 axes to endstop the x move to x_ba…
  • configuration.h with two motors on Y axis, everything work. loaded in online configuration the working configuration.h, make changes to configure two motor on X axis, homing driving only X and not mirror to X2, same with movement over X from repetie…
  • sure I didn't check dual axis. I'm comparing now dual motor configuration.h for X and for Y, I let U know in few minutes
  • I've try the latest dev version 26/10 where it's now implemented, thanks to @Repetier, it work perfectly on Z and Y; on X the firmware doesn't send step to the mirror axle driver (the system work if I move manually X slave); anyone the same problem …
  • you are correct, it's important the delay with tb6600; thanks for all your suggestion, but all this caution are already applied; everything is supplied with 36V/600W.I don't have problem of loosing steps, my problem is to have the machine squared ev…
  • two separate tb6600 4A drivers
  • yes I've closed frame but if for any reason a motor loose a step I'm loosing the square between x and y, also if I homing.Another problem is to check the square everytime I power on
  • I've make a router 1000x700x300, I've two x motor because I don't want the lead screew in the middle, I want to run it also directly on the material to be engraved and that can be larger than my router bed, so I put the material below the frame.My m…
  • I'm making now a router with two motor on X axis, many routers having this configuration, it will be very usefull.At least if there aren't flags free, will be possible to choose which axis having two end stop (dev version)?
  • with z stepper prevent disabling off m84 work fine also for z
  • thank u so much, I will test tomorrow when the printer come back to office, I will confirm
  • with alluminium bed using the nozzle as probe everything is perfect!
  • Yes the probe offset is declared in the eeprom.No end stop hitting in any movement YOU ARE RIGHT the extruder plate tilting! The printer is squared but tollerance of the diagonal rod+tollerance of steel ball fixture make the plate tilt of +-0.1 Now …
  • sorry, I mean rotation matrixif I've the probe installed in place of extruder = rotation matrix perfectif I've the probe offsetted from extruder, with proper declaration in firmware = rotation matrix wrong thx
  • thank you so much for the explanation, now it's clear.I've try over the weekend to understand why I can't autolevel (manually I can calibrate the printer with dial whithin +-002mm).After many test I've discovered that if I put the probe in the same …
  • another test this morning, repeater the last test, at the end homing then g30 p0; it report proper zlenght + 0.1.Is possible that this 0.1 come out from this line of code: float maxStartHeight = EEPROM::zProbeBedDistance() + (EEPROM::zProbeHeight() …