Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
No V2 has no mega HAL at the moment. You mean like the classic CNC solutions where the pc sends every step signal? With the end of the centronics interface this is becoming a bit of a problem solved by usb replacements that cache some data to keep …
-
It is the option "Avoid crossing perimeter" I think. This creates less crossings for nicer surface but detecting these crossings seems very time intensive.
-
Ditto mod eis not allowed. You already have configured it for permanent mirroring. Ditto mode is the alternative if you do not mirror E0->E1 and E1->E0. With that you could select if you want only one or both extruders. Here is also why z mov…
-
4. It is /home/pi/scripts/timelapse.sh that gets called and needs the sudo permission. It gets called by repetierserver so that user must also be able to access that path including pi and scripts directory! @execute timelapse is what you must call…
-
Linux has 3 paths for same device. Directly in /dev they are numbered in order of detection, so a bit random. Then you have /dev/serial/by-path or by-id. If they have different ids select by-id otherwise select by-path version and remember the port …
-
Thanks. Have uploaded a fixed version on github.
-
Was für ein Board hast du? Board Einstellung im firmware uploader muss zum Bootloader passen. Was hast du eingestellt für dein Board?
-
Yes that was the E0->E0 mirror fixed to E0->E1. So you only need to check now if z axis is also mirrored to E0 or E1.
-
That is good. We have no speed control, only on off by default. For speed control you need to write own driver to set a pwm signal to a pin.
-
Aktualisiere firmware auf dev version (1.0.4) dann kannst du mit dem rescue system im server nach dem Fehler weiter drucken. Zumindest wenn er die Verbindung komplett verliert. Wenn du sagst server sendet weiter Daten, dann doch aber immer mit time…
-
You define where 0,0 is. With 2 extruders it is normally the left extruder. Offsets are then relative to that. Only for deltas you MUST take the center of the carriage as origin.
-
E0 mirrors to it self #define EXT0_STEP2_PIN ORIG_E0_STEP_PIN#define EXT0_DIR2_PIN ORIG_E0_DIR_PIN#define EXT0_INVERSE2 0#define EXT0_ENABLE2_PIN ORIG_E0_ENABLE_PINwhile E1 mirrors to E0 so that is why E1 is not moving when you start with E0. Could…
-
Depends on the spindle and how much power it needs. Normal pins just have 5V and maybe 20mA. Extruder outputs can have 1-2A at main power voltage (12 or 24V). If spindle requires 220V you can not control it directly. You may make a SSR for it driven…
-
The host start/stop scripts get wrapped arround the slicer generated code if you print with host directly (not over server). It does not know about slicer variables. It is just for the case you need something extra you did not want to define in slic…
-
Nein, nicht wirklich. Da v2 nicht fertig ist mach ich da ja auch noch was und will auch noch für M0 boards eine HAL einrichten. Kann also noch was dauern und Termine wären gelogen.
-
I'd go for the user defined display and set it. But saying 11 and changing to the correct driver should do the same. Only type 11 has quite some if/else parts for different boards so may be hard to find right sport to modify. As long as 5V/gnd pins…
-
https://www.repetier-server.com/manuals/0.91/index.html See chapter linux installation.
-
Yes, should be no problem to add event dependent gcode around the screenshots. Might help for special problems you normally do not have but others have due to special situations.
-
Yes, the gui has changed a bit to make things easier for most. You can try with uimenu.h from old version if it is compatible. Apart from that there is no really way back except modifying the file yourself for what you want. Menu points vanishing a…
-
First z moves should not move extruder. For me it never happened, also I had some users claiming it did. Never found out if they had a hardware/config failure or if it was something different. This error seems to go away often when using a newer fir…
-
It is used like a 3d printer. Difference is that you can use M3/M4/M5 to enable a spindle if firmware is in cnc mode. That is the only difference.
-
1. No. We have no memory for reading directory and sorting it. 2. That can be done in firmware configuration: /* Normally cou want a next/previous actions with every click of your encoder.Unfortunately, the encoder have a different count of phase ch…
-
Ja genau - wäre es leicht hätte ich es schon gemacht :-) Vor allem ist es Zeitaufwändig.
-
Normally it tests after a restart for updates and then around every week, which is over. So might be that it has no internet access at the moment. What always works is just installing the latest version manually over the old - that is technical ide…
-
Host uses the C# serial class for communication. Server uses Boost ASIO library to communicate. Server version can communicate a bit faster and has a better access, but is also known to be very stable, except as far as I know for the CH340 chip/driv…
-
Not without informations. Host just sends the gcode to printer (assuming file = gcode file). What happens depends on the firmware on the cnc. For cnc you need to enable travel moves as they do not extrude you will not see anything else.
-
HAL = Hardware Abstaction Layer = Der Teil der bei jeder CPU Architektur anders ist und die sonderbehandlung for den Prozessor enthält wie interrupts setzen, pins ändern, serielle Schnittstelle ansprechen, ...
-
Apart from pro allowing to use and play with it, it is still lua and angular:-) Import difference between monitor and module is that the modules are created per printer so each module instance is assigned exactly one printer and is also integrated …
-
Such things can happen on non manifold models. That can confuse slicers resulting in unexpected output. In windows 10 host has a repair function to convert models to manifold models.
-
We support dual end stops but you can not say offsets, so you need to calibrate hardware side.