frguy
About
- Username
- frguy
- Joined
- Visits
- 51
- Last Active
- Roles
- Member
Comments
-
Thank you for your quick feedback
-
I cleaned up the compilation, but it doesn't change anything.To test I downloaded the latest version of V2 and I only changed "default_envs = RUMBA32" in plaformio.ini and "#define MOTHERBOARD MOTHERBOARD_RUMBA32" in Configuration.hThis displays the…
-
Thank you for the clarification. Regarding M114 E, it seems that it shows the value progress of the extruder during printing and that it is compared to the pulses of the detection encoder.
-
Jam detection works correctly with the Repetier Host interface.On the other hand, for long prints, it is very restrictive not to have this function in stand-alone printing. This implies that we have to do without this security feature, or else not b…
-
When I send M218 T1 X50, the console displays:Unknown command: N31 M218 T1 X50.00 M218 is not present in the "implemented codes" list in "main.cpp" If I search through all of the code, it is not found.
-
Needing a computer to adjust our printer is penalizing.Currently I am using a touch screen, but I also need the LCD screen so that I can adjust the heads offsets through the Repetier interface. The absence of the M218 command is penalizing, especia…
-
Small question about the heads offset:What command can be used to change the offset values? The M218 command is not implemented in Dev2 unlike Marlin.
-
I did some tests. The problem is solved with your 2 fixes: if (Tool :: getActiveTool ()! = nullptr && ok && (axes & 7)! = 0) {// only select if everything is referenced or if we get unwanted movements! Also do this only if …
-
Great! I will do more testing, but it seems to be working! @AbsoluteCatalyst, @Repetier, thank you very much!
-
Yes, when I talk about TFT screen, I am talking about touch screen.I have been using MKS and Beegtreetch touch screens with Repetier firmware for a long time without problems.Once, however, I requested a change from beegtreetech, as the connection w…
-
I tested out of curiosity by changing the A axis to Y.TOOL_EXTRUDER (ToolExtruder1, 0, 0, 0, HeaterExtruder1, E1MotorBase, 1.75, 220.0, 20, 30, 1000, 40, "G28 Y0", "", & Fan1PWM)TOOL_EXTRUDER (ToolExtruder2, 12, 0, 0, HeaterExtruder2, E2MotorBas…
-
As long as the TFT screen is active:All the T0 commands sent by the Repetier-Server console or its head selection interface cause the problem, as well as screen controls in TFT mode. With the TFT, sometimes the problem only occurs after 1 or 2 succe…
-
Sorry, I did not see that you indicate to deactivate the line.That's now better, but there is a strange thing: It only works if the TFT screen is disconnected.If the line "Tool :: selectTool (activeToolId, true);" is active: "G28 A0" works, but "T0"…
-
I tested G28 A0. It gives the same result as G28 A// Tool :: selectTool (activeToolId, true); in MotionLevel1.cpp is OKI tried G1 A0 instead and send G28 A0 at startup. Same result. - If I send G28 A0, G1 A30 and G28 A0 manually, that works all ti…
-
OK. Thanks for your answer
-
Thank you for your quick work
-
OK, Thanks
-
Thank you,I'm going to look at how I can set this up
-
OK, thanks. Maybe in a future realise ?!...
-
Problem solved!Shame on me.I selected "Ramps up to 1.2" instead "Ramps 1.3 / 1.4"...
-
I wish you luck. ( For information, I use this detector: http://www.genapart.com/electronique/el1086/ )
-
Thanks for Your Answer Increase the detection distance to fit all situations avoids the stops, but it increases the lack of material on parts in case of jam detection. The ideal would be to change the values or disable detection without having to …
-
Thank for your reply.I'll test this solution.I just found that with the #define FAN_BOARD_PIN of 0.92.3, the fan is on when the bed is heating, but also when stepper motors are active. This near what I want for protect my card, even if the ventilati…