sandro730

About

Username
sandro730
Joined
Visits
41
Last Active
Roles
Member

Comments

  • Thanks I solved that error by entering this data. 330.218 - Alpha B (330) 089.782 - Alpha C (90) I calibrated the probe in the center of the plane. I don't understand why the probe gives me values that are discordant from the check with a feeler gau…
  • Good morning Because with only 1 diagonally nothing changes ? In order not to change anything, shouldn't they all be zero ? Thanks
  • Thanks for the replies.For the V2 version I don't want to rush you I just wanted to understand if it will be implemented or not. What I don't understand is why the probe gives me values for a parallel plane instead by checking the nozle of the hoten…
  • I was able to calibrate the printer with wizarddelta.Following this procedure 1 - Limit switch calibrated as documented in z-probing Delta Printer2 - To detect the values ​​to be entered in wizarddelta I used the probe with the G30 command with the …
  • Thanks I solved.It was enough to disable the automatic retraction. Thank you all
  • I find myself in this situationI send these commands:G28G1 Z100M302 S1G1 E100- Extruder motor moves a little then stops.G1 E100- Engine does not moveG1 E-100- Extruder motor moves a little then stops.G1 E-100- Engine does not move How can I raise th…
  • I cannot understand an information inconsistency and or what causes the error. Z-Probe adjusted and calibrated. 1 - I adjust the end-stops with the pole or bar procedure to bring all the trolleys to the same height.2 - Configuration.h - #define Z_PR…
  • I try to move the filament with extruder with the manual commands of the Repetier-Host.Through the graphic interface of the Repetier-Host I move the wire with the extruder in one direction.Still through the graphic interface of the Repetier-Host I c…
  • Did I miss some entry in the configuration file? Configuration.h
  • The log generated by my test. G28M302 S1M302 S0M302 I move the extruder with the manual command 20:38:23.768 : N40 G28*3920:38:23.770 : ok 4020:38:23.774 : Info:Autoleveling disabled20:38:24.169 : T:23.87 /0 B:21.95 /0 B@:0 @:020:38:24.929 : Select…
  • HelloFrom the code the command indicated, M302 P1, does not work.Or am I wrong ? I also tried with M302 S0 but I have the same behavior.
  • I finished the implementation  You can check the following links  https://github.com/sandro730/Repetier-Firmware/tree/DistortionCircular https://github.com/sandro730/Repetier-Firmware/wiki https://github.com/sandro730/Repetier-Firmware/wiki/D…
    in G30 Comment by sandro730 March 2018
  • Can you explain how to print strings and values in the Repetier Host console without generating errors ? Or which method can I use ? For example, can I use these functions ? Com :: printF (PSTR ("Y"), y, 2); Com :: printFLN (PSTR ("radiusCorr:"),…
    in G30 Comment by sandro730 February 2018
  • Yes. I want to to rewrite the code. I can set to zero all points outside to the circle ? Or I do calculate the medium value of the points neighboring ? Thank You
    in G30 Comment by sandro730 February 2018
  • I created a google sheet to understand the distribution of the dot matrix for the G33 command. For DISTORTION_CORRECTION_R = 120 and DISTORTION_CORRECTION_POINTS = 9 is correct?See link : GoogleSheet I want to exclude all the points outside the ci…
    in G30 Comment by sandro730 February 2018
  • I'm trying to change extra corners to exclude points outside the measuring beam. I was not able to understand what server the function:extrapolateCorners #if (DRIVE_SYSTEM == DELTA) && DISTORTION_EXTRAPOLATE_CORNERS     extrapolateCorners ()…
    in G30 Comment by sandro730 February 2018
  • I have configured the distortion correction with the following define. #define DISTORTION_CORRECTION 1 #define DISTORTION_CORRECTION_POINTS 9 / * For delta printers you simply define the measured radius around origin * / #define DISTORTION_CORRECTI…
    in G30 Comment by sandro730 January 2018
  • sandro730 said: Thank you for answering so fast. Now I'm using the 1.0 firmware I set the firmware to probe three points below the columns to auto-level with the G29 command. # define BED_LEVELING_METHOD 0# define FEATURE_AUTOLVEL 1// Tower A…
    in G30 Comment by sandro730 January 2018
  • Sorry... Now I would like to calculate the distortion of the plan with the G32 command.
    in G30 Comment by sandro730 December 2017
  • Thank you for answering so fast. Now I'm using the 1.0 firmware I set the firmware to probe three points below the columns to auto-level with the G29 command. # define BED_LEVELING_METHOD 0# define FEATURE_AUTOLVEL 1// Tower A#define Z_PROBE_X1 -116…
    in G30 Comment by sandro730 December 2017
  • Is there a procedure to calculate the end-stop offset using the z-probe? Thank you
    in G30 Comment by sandro730 December 2017
  • Thank you. I'm using Arduino Mega Ramps with 1.4.How do I connect an IPS?Can you tell me the links where I can figure out what to buy and what to download software to do this? Thank youSandro
  • Good morning. Which software is possible use for debug step by step ?It 'very difficult to debug with Arduino IDE. ThanksSandro
  • Good Evening I also interested in this procedure.But, as described above, I did not understand.Where can I find documentation ? Thank youSandro
  • Because in Configuration.h is recommend set it to 0 "CARRIAGE_HORIZONTAL_OFFSET" and "END_EFFECTOR_HORIZONTAL_OFFSET" ? thank you Sandro /*  =========== Parameter essential for delta calibration ===================             C, Y-Axis            |…
  • Thank you. Some indication where modify the firmware as required from me? Or where can I find documentation on the development of the firmware? Thank you.