Tanuki44
About
- Username
- Tanuki44
- Joined
- Visits
- 67
- Last Active
- Roles
- Member
Comments
-
I just looked at the syntax for this command that I did not understand ...Cool, here's another point resolved. I will just forget about the 'temporary' and store in the Eeprom.Thanks
-
This is unfortunately what I feared too, hence my question But as I want to keep the initial value in Eeprom (corresponding to FFF mode) ... Thanks
-
Ok for G33 I usually use the machine with only the SD. I wish I could set these values temporarily via the Gcode file generated by the post pro. I was thinking of implementing a custom M code to do it ... as such as : case 210: // M210 H …
-
I will not be able to report all the tests and all the errors that I had .... BedLeveling's tests were all bad ... Not finding a solution, I executed M500 and I imported a backup of Eeprom, things worked out. Finally, I think that's what repaired…
-
Usually, I do not use any correction except Z_PROBE_Z_OFFSET and Z_PROBE_HEIGHT I'm looking at this more precisely as soon as I'm at home and I'll say
-
"it does not depend on homing direction.so may be you give the 3 different points a try , may be it helps isolate the error" Ok for z_max, I tested the 3 points as soon as I'm at home.
-
Even in cnc mode, after G30, the Z axis goes down to the sensor and goes back to Z100 Z: NAN, then impossible to move the Z axis, only G28 unblocks the axis.
-
Have you progressed to measure tools mentioned here: https://forum.repetier.com/discussion/2749/z-probe-for-different-heights#latest
-
I looked the CNC mode, the values are well indicated and correct after the G92 Z0.Good work Here is the link for the Confiiguration.h file https://1drv.ms/u/s!AlGMbs83UEm4gYg4vznCabw2tAsXfA The values of EEprom are in the post above. If G30 …
-
In fact, I do not really use the FEATURE_AUTOLEVEL, it is activated but I probe only one point, I should rather put FEATURE_AUTOLEVEL = 0, but is this important? ... I will look more precisely (display-for-laser-cnc-mode) and I will post the configu…
-
I use the 'Firmware EEPROM Configuration' in the 'Config' Menu. I exported the content, see post from 5:15Pm ... I'm not see anormal anything... I use the 1.0.3 version. I have tested in FFF and CNC mode, it's same... NAN ... I think like you, the v…
-
For simple G30 : 17:33:00.187 : wait17:33:00.859 : T:15.80 /0 B:16.00 /0 B@:0 @:0 T0:15.80 /0 @0:0 T1:15.80 /0 @1:017:33:01.078 : N16 G30*4517:33:01.078 : ok 1617:33:01.968 : T:15.80 /0 B:16.00 /0 B@:0 @:0 T0:15.80 /0 @0:0 T1:15.80 /0 @1:017:33:03…
-
For G30 H20 R0 : 17:36:13.078 : T:16.00 /0 B:16.00 /0 B@:0 @:0 T0:16.00 /0 @0:0 T1:16.00 /0 @1:017:36:13.296 : wait17:36:13.718 : N21 G30 R0 H20*1 17:36:13.718 : ok 2117:36:14.203 : T:16.00 /0 B:16.00 /0 B@:0 @:0 T0:16.00 /0 @0:0 T1:15.80 /0 @1:017…
-
With the modification of the 2 lines, the operation of G92 seems correct G21G28G1 F2400 Z100G92 Z0 ; redefined Z0 but display LCD = Z:100G1 F1000 Z-50 ; the Z axis goes down 50mm displ…
-
Ok no problem, I test this and return feedback
-
Yes, you're right, the display on the LCD should indicate 80 but after the G30, it says 0 ...the log after the G30:Z-probe : NAN X:0 Y:0 After the M114: X:0 Y:0 Z:NAN E:0 So even though it's perfectly detecting the piece, Z does not seem to have me…
-
G21 ; metric valuesG28 ; homeG1 F2400 Z100 ; Z degagementG30 H20 R0 ; ProbingG1 F200 Z90 Hello,I must have a problem, but without knowing where ...In the example:G30 H(stock height) R0the probe comes to palpat…
-
Thank you for your replyI will do otherwise, (use a gate 'OR' or an inverter switch)
-
Ok, I use a mega2560 with 256Kb ram. I thinks that actuatly the sort is by date of creation, the last written on the SD is often at the bottom of the list.I'll wait for the V2.Thanks
-
With the help of your code, I simply modified the file 'Commands.cpp' In : void Commands::processGCode(GCode *com) case 0: // G0 { // select faster axis max feed rate for g0,other axis speed is limi…
-
I only add these two files in the firmware folder? Is it directly functional for PRINTER_MODE_CNC or does it need to implement case 0? switch (com-> G) { case 0: // G0 -> G1 case 1: // G1 Thank you for your help !
-
Ok, this is a little inconvenience, some post processors do not add the feedrate to the G0 because it is considered that the speed is setting in the controller by a variable or the max value of the axis. Thanks.
-
Ok, I understood the problem of the servo I will change my gcode at startup to avoid jitter. Thank for the explanations
-
I reduced to 10 and for now, it's fine ^^ Thanks again
-
Thank you for your help, I will try and I will tell you back.
-
#define MAX_JERK 20 #define MAX_ZJERK 0.3
-
You can find the uilang (french section) here : https://1drv.ms/u/s!AlGMbs83UEm49T7rA5NcHNk-DR7c
-
It's perfect Good job :-bd
-
Thanks to you, I will test this weekend
-
That's what I do, it's not important, only for 2 months a year, and I can also ask Simplify3D to correct their log. This remark was to alert the users, I spent a little time before understanding why the gcode file was no longer running. I was just…