Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Not sure as I'm not the slicer author. But it is I think a consequence of using ini files where you can not repeat keys. So putting them in a list instead seems the choosen solution. The question is more where did you mess up that ini file as it nor…
-
Machine height is measued by G32 S2 as well and depends on z probe height you also use for G33. Dev version has a menu entry to measure it with a block of known height. Reducing z length should reduce the point where z = 0 is. All you would need is…
-
No, speed control is also only prepared for driver specific override but default only is on/off like for lasers. Events are quite simple if you look where they get used. Often it is inside a if condition, so return value determines if the if condit…
-
Also there is only one css - there is only one css! So no per printer css, sorry. You will need to use printer names to distinguish them.
-
Default driver will always set 100%. So the 100ms timer trick might be a solution if analog values work without breaking firmware (depends on required timer interrupt). You will miss on/off periosd if they are fast (dotted line). A better way is to …
-
Yes, you can use E1 for the second z motor and enable z mirror in configuration. In config tool it will then show the selector for the second motor socket.
-
xyz must be ste correctly of course. For xy you might need to multiply steps per mm by 2 or sqrt(2) compared to what you compute to move a single belt to get correct distances. Also make sure to move aways from xy andstops when touched so homing x a…
-
1. Yes it is normal behaviour. That way you calibrate offsets in firmware and position is always where you extruder, hence the move on extruder switch. 2. No, number of extruders is deeply compiled in. If you want to remove second extruder make a fa…
-
No, this is not possible. Problem is a G1 move for infill looks the same as for perimeter. Every slicer exports this information differently if it exports the information at all. What you can now do is show by speed which is a small help as infills …
-
I guess the problem arises with the different input formats. Splittet filament shoudl always contain one value. But if you supply a config for more extruders we can have parameters only once so we need to join values by ,
-
In next release 2.0.2 we will use always absolute coordinates. That solves the problem and you get then no more surprises.
-
Since they state "The touchscreen can support Pi 3 Now !only just edit config.txt for setting resolution or use we provide config at our website,make sure the the power supply is 5V 2.5A for Pi or extal power for touchscreen" it should work with ju…
-
Have already added --gui for 1.35.5 :-)
-
So you proved noise is mechanical. Doe sit happen with bost axis if pure and is the same? It is hard to find a noise source remotely. Sinc eit is a plotter are there any loose parts holding pen etc that can be heard when changing direction or accele…
-
That feature is new. Previously we would print everything without test. But especially with large objects this can lead to expensive errors, so we now run this test. And as you just confirmed it is working! So just add the server commands to exclude…
-
In CuraEngine you can not use the second extruder only. Just see that forum software has reduced my answer to first section :-( Check slic3r_settings.ini in work directory - there it should write the values comma separated. For that reason it is i…
-
You need to invert the enable signal. RAPS have it inverted compared to most others, so when you enable steppers you disable them just as you describe. Inverting the enable signal solves that problem.
-
What is happening if you connect with Arduino serial. Since you seem to be able to upload you should be able to connect especially if you have set baud rate to 115200. It it was different change EEPROM_MODE and upload again just to be sure it gets u…
-
Not sure if FEATURE_AUTOLEVEL should be disabled, might be needed to compile distortion, but no need to enable it. Looks at configs are useless - I can not say if a config is good or not by looking to it. It just needs to be tested to tell that.
-
While you can the question is more if you should. If your be dis tilted 2mm you definitely should. If bed is more or less leveled and you just have bumps, then distortion only is a good solution to stop z moves on higher z levels.
-
2 solutions. Rotate motor connector 180° that normally inverts the direction. Or in your firmware configuration choose to invert extruder direction. There is a define that controls this, but depends on used firmware.
-
Try with 7-zip. We used the much better better LZMA compression algorithm, maybe your zip command does not support this. 7-zip definitely does support it.
-
Your video is very hard to follow. All I saw was a extruder controlled manually just jittering from having no second coil powered or not enough power to turn. Are you sure motors are connected correctly? If you have normal speeds and steps per mm yo…
-
Actually it is not a bug but done on purpose. We now test if all extrusions are only above the bed shape. So if you get this message always I guess this is not the case. Most likely you use some initialization that does extrusions outside the bed ar…
-
If you say move x and y moves your motors are connected wrong. But could you please stop hijacking unrelated threads, that becomes annoying. I already told you how to progress.
-
Just tested with Slic3r 1.3.0 and it worked as expected. Maybe 1.2.9 which is bundled does behave different. Try the prusa engine slic3r which is also bundeled in 2.0.1.
-
I'm working on a 64 bit appimage so host installation becomes adding one file that contains all dependencies including mono, perl and slicers.
-
Ok, I see it is defect for delta printers. Will check for next release but do not ask when :-)
-
Trying with latest host gives for me ; filamentDiameter=3; filamentDiameter0=3; filamentDiameter1=1.75; filamentDiameter2=3; Filament gcode Which is correct. Not sure what you did wrong. But make sure to use . and not , for numbers. Slic3r uses , t…
-
Not really sure what your questions is. Automatic distortion measuring with G33 will override your manual settings of course. If enabled it will always use the last stored correction. Autoleveling is independent, but once you change autolevel the d…