Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
We have no guide but if you look into our sources you see how we like it. camel case names, astyle formatted. Important note so we can merge it is to use latest dev version from us, so pull request shows clearly the added code parts. And also to in…
-
This result will put nozzle around 0.3mm deeper into the bed for z=0 but now also includes bed leveling results. So it might be good or 0.3 too much. You have to check best with a paper sheet where you end up at z=0. If it has too much force you nee…
-
I guess both create a .slic3r in your home directory. We have forced them internally to use different folders since config options differ a bit and that might increase over time.
-
Have tested it with the 1.3dev we have bundled with Marlin/Sprinter flavour and I could see the support. SO please recheck and compare with prusa version where your differences are.
-
You need to delete it. Read the docs what storage directory means for your computer. Position differs between operating systems. First stop server in os, delete file and start again.
-
Not sure which parameters you changed but sounds like for horizontal radius calculation. In eeprom they do not even appear if it is that as it is just subtracted from a variable if you use the classic way of changing configuration manually, which we…
-
78000 steps per second is in deed possible with a due. Have it even at 200k and more for cartesiens. Here you would have to see how much time the computations take away.
-
What message does Marlin sen din this case? I know the M999 answer but that is coming to frequently once it is triggered. We have a message box for fatal errors, if I know the firmware output on that case I could add it to the trigger words.
-
You need to use slic3r for it and latest host. I think then it should work also I never tested it.
-
You must save with the save button in slic3r and then reslice in repetierhost. Gcode is not automatically changed!
-
No, in slicer you have selected Mach3 gcode flavour and not repetier/marlin. Mach3 uses A/B/C
-
So your printer config for slic3r is just using wrong flavour as it seems.
-
The normal logins do not support per printer access. We are planning an extension with online users where these permissions will be per user. Maybe that will also then change for local users, can not say at the moment. Have to think about user havi…
-
Please check the gcode. I guess it has no increasing E for support so it shows it as moves. Maybe you have selected wrong firmware flavour so it uses A/B instead?
-
And then in higher regions you get the problem that motors need to turn faster to achieve same extruder move speed so that is another limit. Fastest motor move area determines max. speed allowed even if you could print much faster at the bottom. And…
-
First picture is a clear overheated pla picture. You print so fast that the printed filament did not get hard before adding next layer, so you are mixing the pla soup. You need a fan or configure the minimum layer time in the slicer so slicer slows …
-
G33 is implemented wrong in 0.92. G32 would work under the right circumstances, which is what 1.0 improved. G32/G33 need real homing positions to work. If you position manually you can not tell firmware where 0,0,0 is. We have now homing flags that…
-
Exactly. Linux sets the links to the same device but using the link is safe.
-
If they turn only in one direction you might have direction pin not connected/defined wrong. If enable is correct is easy to see. When enabling firmware the motors must have no current so you can turn by hand. When you start a move the motors get en…
-
Ok, I see. That was a time ago where you could not disable it in firmware directly due to arduino programming, but in recent versions this no problem any more.
-
You need a calibrated z probe and normally you do G32 S2 G33 and are done if it was calibrated correctly and probing reagins set correct. Note that G33 has it's own rectangle definition for the test area configured in firmware. In your case it is im…
-
DOOR_PIN currently is only respected if laser is supported (have change dit for next update). It will disable laser and stop processing new commands.If you configure homing as I said you can simply use G28 to home all axis, no need for scripts and t…
-
Please ignore the first occurence. You never now at which state you get the firmware running after reset so that happens and gets corrected. The real problem is after N13 M105*21 where the host does not get an "ok 13" only wait. And wait means noth…
-
Slic3r has an option to tell it where the data directory is. In host you can set it easily and it is send to slic3r. So th eeasy way would be to use the folder sli3r appimage uses or you always start slic3r with the configuration button in the host.
-
Changing direction in host does not help. That is only for your thinking. You need to change direction in firmware or rotate motor plug 180°. We can not say what you did but apperently something is different now. So just take it a sit is and rotate …
-
Yes I meant the firmware. sin/cos is around 10 times slower then sqrt. You can definitely forget the 8 bit arduinos. The due might be able to do it if you do not get as fast as with original delta. But the 32 bit due is around 10 times faster then t…
-
No idea what a textor is. Fining name sis as easy as plugin in one usb port and ls /dev/serial/by-path you see the name for that case. Plugin on othe rusb repeat and you see a different name. Use these 2 names as port.
-
Why are you editing variant.cpp? You can simply disable watchdog in configuration.h. Also you write like installing due variants is a manual task, which is wrong. All you do is select them in arduino ide->board manager and arduino installs them a…
-
First use 1.0dev with z probing. To home to z min you MUST have z-min endstop and z-probe designed the same pin. This tells printer to use this special case and add z probe height to z when triggering. Also you must make sure z probe can be enabled…
-
Currently not. Assembled printers is a frequent question from power users and will come in the future in the online web portal we plan, but do not ask when. Remixing might also be possible in next ui but that is not sure for now. But we want it to …