Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Are you running due or avr board? For due you could change frequency easily by changing one parameter in HAL.h. Also this would affect all heaters. Did not know about this problem until now.
-
That error message can mean anything. Please make sure .NET 4.0 or higher is installed and run a .net integrity check in admin console: sfc /scannow
-
For printer firmare us emaximum one G or M code per line. What you write above is not supposed to work in host. In log enable ack and commands so you see what gets send and the responses. Host will add line number and checksum and that might also ca…
-
Home all on server send G28 X0 Y0 Z0, would that trigger mesh level? And more important what command is supposed to do so on prusa firmware?
-
You see that page only with our pi image and if the wifi driver is supported by linux out of the box. Check with ifconfig if a wireless lan appears. It could also be that it has a different name then wlan0.
-
Not really since slic3r just does not finish. Maybe you referenced the wrong file since there should not open any slic3r window during slicing. If it opens command line was ignored and only gui starts and of course does not generate the gcode. So ch…
-
We only send G28 command. If printer does a mesh leveling then, this is programmed into the firmware not server.
-
Beides gleiches betriebssystem image oder unterschiedliche Images (octopi vs unserem image). Da es ja durch linux getrennt wird, kann ein anderes Image mit anderem Kernel einen unterschied machen. Wenn ich annehme das es unterschiedliche images sin…
-
On that pag eis also a link to dev version = 1.0
-
I don't think a nano can run supported firmware. It has only 30kb flash and current releases are much too big for it, so that might be the problem. Repetier-Firmware for example has a size of 90-140kb depending on modules used. You also must upload…
-
only on very slow printers. What does temperature say? Does it change? That is a sign that everything is ok. In host you see current and target temperature and only if target is reached it will continue. If temp. is too high it might never reach tha…
-
The arrows you mention come from windows, so we can not change them. You can use alternatively the slider to the right, use cursor up/down or enter the number. Regarding font size we already have increased it to maximum possible without increasing …
-
First reinstallation does not change any thing so will not really help. Normally disconnecting and connecting resets printer and I think that is why it also works after reinstall as you restarted it. x commands waiting just means that we send comma…
-
Higher frequencies are better for power units since load is more evenly used. And since the due is a fast processor we increased the speed for this platform. For the same reason we also have HEATER_PWM_SPEED which doubles frequency with half precisi…
-
Don't use Marlin for printing so can not say how their offset system works. In any case if you do it in slicer you need to se same offsets also in host printer settings->Extruders so that display is then correct.
-
Have put it on my ideas list what we could add if time allows it. Will then test if it is possible.
-
WIth z probe homing use one f the preheat homing variants to set probing position to possible position. You need also to activate pre raise (requires dev version) #define ZHOME_PRE_RAISE 1 #define ZHOME_PRE_RAISE_DISTANCE 40Please…
-
Not sure what zero crossing means. Current dev has lowest limit now at 38 at least for 32 bit platforms. The only way to reduce switches is use slow bang bang with full pwm frequency so it only switches on/off every x seconds.
-
Warum verhindern? DU kannst dir natürlich den Quellcode ansehen. Sollte in BedLeveling.cpp stehen was er er macht. Kommt aber auch stark von der version an und der Konfiguration. Gibt da leider viele änderungen und optionen die alles beeinflussen. U…
-
What offsets do you mean? You should not set any extruder offsets in host or slicer. This is better done in the firmware configuration so you can calibrate that in firmware. These offsets just exists because some old firmwares did not have offsets.
-
First start wit configuring host correctly. In printer settings you define z home position which you have set 0. So moving at 125 host thinks you are at 0 and down is -0.1 reduced to 0. So once that is set to 125 or whatever M114 reports with M114 a…
-
You need to use same baud rate and port and it should work assuming you are running a compatible firmware which I think is the case if they suggest the software. x commands waiting mean we send commands but get no "ok" response. Happens normally if…
-
You have disabled filament visualization in toolbar at the top.
-
You can limit max. PWM - what also limits max. temperature but should also be the power used on initial heating. Check bed output in host/server to be sure it does not go to 100%. Does of course mean that SSR gets switched constantly and not only so…
-
Ich denke er geht einfach in die starthöhe zurück und deaktiviert den Probe offset (xy bewegung).
-
Check what feedrate limit is stored in eeprom.
-
In workdirectory is a folder CuraEngine where the profiles are stored. Reinstalling does not help as these files survive. Deleting these and restarting host gives you default profile.
-
oops. They were both using id 413. Have fixed it in sources and config tool. Please reload config tool first!
-
Place object is host and in the sidebar drag one object on the other to group them so offsets are identical for both and they move as one object. If you then slice host will write them as amf as required from slic3r.
-
Are you using version 2.05? Some older versions had problems with selecting the profile.