good_idea
work245@mail.ru
I might help with MKS Gen-2Z v1.1 board
About
- Username
- good_idea
- Joined
- Visits
- 58
- Last Active
- Roles
- Member
Comments
-
Hello, folks! We have got a nice LA calibration tool which is much more visual than the Marlin calibrator. https://k3d.tech/calibrations/la/pics/la5.png Instructions could be found here https://k3d.tech/calibrations/la/ and calibrator itself her…
-
Sorry, I wasn't clear. I don't want to change anything during print. I need to prepare a calibration G-code. Let's say we need to calibrate the retract length for a new plastic. We take a model (two separate towers) and slice it with PrusaSlicer. Pr…
-
Thank you!
-
Thank you! So, after changing the bed surface if I want to:- mesure a grid, store it to EEPROM, use the rotation correction;- measure distortion map, store it in EEPROM and use after printer rebootsthe following sequence should do the job: - G…
-
Oops, I've found the answer to the second question one post above. Here it is: https://forum.repetier.com/discussion/6320/g33-begin-height-question Sorry for bothering. But the first question remains.
-
One more tiny question: is it possible to take heatbed measurements only once and to use those data for both: rotation (autoleveling) and distortion correction?
-
Hello again. Here are two points to discuss. 1/ If I change the bed surface and want to: - probe using a grid - to use the rotation matrix correction method - store it for many next prints in EEPROM what command should i use: G32 S1 P0 ; …
-
Thank you, folks, your question and answer helped me too.
-
Thank you very much for the answer and for your whole job developing and maintaining the firmware!
-
Thank you!
-
I am glad to report that BedLevelVisualizer Octoprint plugin now supports Repetier firmware. I just want to report that my working gcode is as following: G28 M155 S30 G32 @BEDLEVELVISUALIZER ; this line may not be needed, I don't know G1 X0 Y0 G33 …
-
Thank you. One more question on this topic. There is an Octoprint plugin called "BedLevelVisualizer". https://github.com/jneilliii/OctoPrint-BedLevelVisualizer It uses the code below to get the table of the bed heights and to make a graphical repr…
-
Liebe Kollegen, thank you for answers. Introducing G33 command did not make any difference on first layer height. It is still 0.3 on left side of the table and 0.15 on the right. Nozzle does not follow the curvature of the glass. I did check the z…
-
So, if I don't know what data in autolevel matrix and distortion matrix are stored in EEPROM now it would be good to reset them once: M322 S1 ; reset autolevel matrix in EEPROM G33 R0 ; reset bump map Is it true? Thank you.
-
Thank you for explanations. What would be the correct starting script for the following conditions: - i change the mirrors i print on before each print, so they could have different distortions, so i need to reset old and create new distortion tabl…
-
Thank you. I solved the problem installing Raspbian and later manually Repetier Server on it.
-
Thank you! Would you recommend using PID with heatbed and extruder until V2 is ready?
-
Guys, sorry, I've found the bug and it isn't yours. My PSU and aluminium table are connected to the same ground. The PSU sent there some "noise" which triggered sensor on a longer distance from table. So, problem is solved. But I would anyway kind…
-
Thank you. Its not what I needed, but fine anyway. I need the enclosure to be ventilated during print starting at 40C with PWM=40 and reaching maximum PWM=125 at enclosure temp 43C. And the same fan should be turned on at PWM=125 for 10 minutes aft…
-
Should I use M42 command or are there other ways?
-
Thank you!
-
Thank you!
-
Sorry, I have found answers to both questions. My fault, I missed it. "This folder (RepetierHost) now contains a repetier-RepetierHost.desktop fileCopy it to your desktop to get a launch icon there" Thank you anyway.
-
You guys are really the best! It works perfectly! Thank you!
-
:-) Thank you for idea. Little problem is MKS Gen-2Z has only one socket for extruder driver (totally 5 sockets, for X, Y, Z1, Z2, Extruder0; where Z2 stepper is connected to E1 socket). If in setup wizard I enable Extruder 2 I should assign "extru…
-
Is there any way to control (switch on/off) case lights from reperiter host during print?
-
THANKS & QUESTION ===THANKS === First of all thank you guys for version 1.0 dev! It works much clearer now. The points for probing now should have the coordinates where probe (not nozzle) should come. For example my probe is located 27 mm in X-…