Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
It's a mixture. You in deed found some bugs that are not your fault, but ours. Some parts are hard to understand if you are new or do not understand how everything is connected. Some could be found with google.
-
Yes, that way I do it all the time for debugging. Just do not use strings having special meaning like T: B: A: X: Y: Z: used for position or temperature parsing. And finish with a newline. Writes should be done in main thread of firmware and not in …
-
Looks like the log but it is missing the send commands. So I guess you are not printing with host but with repetier-server. In that case you need to check the server logs. But server will overwrite old log if you print same file twice. But we are in…
-
Engraving is not supported with our plugin. It only converts lines to moves. Also firmware does not natively support changing PWM for laser, that requires some modification of the setIntensity function to set a hardware pwm instead of switching a di…
-
Firmware does not tell host about coordinate changes, and even if it would do so that does not mean it would be still valid when host reads it, so it would not be used for that. Therefore do not mix positioning. Host will not know and move a sit was…
-
Yes it will in deed always move 18mm away if extruder 0 is selected. With E1 selected it will as you need it. Or if you have the x endstop at x max you would have no gap for E0 selected. You can test if you can go to X=-18 then you could defined x …
-
Assuming it got send, you can not do anything except flashing a new firmware and knowing your amount of questions here I would not advice that. That may be the point where problems really start if you have nor enough programming knowledge and deep u…
-
It is ok if you have a dual extruder. That way you can select second extruder at X0 without hitting the endstop. Homing with T1 active would then have no extra space.
-
Yes it does a sit now uses fan to control laser. Laser mode is better in that it controls exactly when laser is on and when not. Your way requires M106 for each change.
-
Yes, it is linux disconnecting usb. You see all the disconnect messages at the top and serial is one of them. 2 seconds later it reconnects all usb devices, but that is of course bad as serial is now closed and can not communicate any more and print…
-
That is not the written file log. Here the commands send are missing. Also the local log only contains last 2000 lines. I see a lot of ok where I could guess it contained a G28 but without seeing it I can not say. You can also just try your self ho…
-
M302 S1 would even allow cold extrusion, so no temperature limit. Hope heater works with that temperature at all. Remember some
-
Not really. I have already written it but not compiled on linux for testing. I think we make a public beta when it has stabilized the new feature set and should work, which is maybe end of march. After all it is the biggest update we ever had, so mu…
-
No log. Also when positing log note the time entry where it happens for fast searching.
-
Select extruder 2 for second stl file in object placement and slice again.
-
Why should print continue if you unplug usb? Server sends commands while printing and does not send file to printer and starts. What happens when print stops? Com errors are normally catched and no problem. A bigger problem is if linux closes the u…
-
Should work, yes. At least is no other function like fan or so uses pin 44 as well. But also notice that it only enables laser on G1 moves if you have enabled the laser with M3 before the move. If it stands still laser will be off.
-
You can not use a fan and laser on the same pin. Fan will always deactivate fan then. Also you need to enable laser with M3 or use the increasing E value solution to activate it on G1 moves.
-
Not sure why some get that error. I never got it. Solution should be to download manually and just drag the app into program folder.
-
Ok, looks like host thinks you did not select a second object with extruder 2 in object placement. If that is not the case it will not send a second stl for that extruder and only activate heater 1.
-
Some marlin versions have problems with : in text. Apart from this it normally works.
-
Ok, copied dev to master again. So now both should work.
-
What does the generated start code look like? Are the T1 parts missing or set to 0?
-
You should browse the forum for the thread form the one who added the 2130 support. I think it contains some informations that would be useful. Have no 2130 so no experience here, but I think he used software SPI. Hardware SPI with V1 firmware is a …
-
That issue is already solved for years.
-
Moves are executed by firmware. All you can set in server is the speed. So try different speeds and see if noise changes.
-
If you have the sources you just modify configuration.h. Each extruder has a step/dir/enable pin that you can change to th epins of the other socket. Before that also check if you are not in dry run mode and if there are some errors in log that als…
-
The second object is called Pillar and is used in 2 color prints to refill the unused extruder so print comes out fine. That is good to have and added by CuraEngine.
-
Are you using 0.86.2 or an old version? In that case you should upgrade. But this discrepancy is strange. never seen. Hitting stop should also finsih timelapse. If it does not get created directly you can still redo it in details page.
-
That is fork not managed by us. It looks like the sensors are not on the pins where they are expected. So first guess is you selected the wrong board.