Repetier

<font face="Arial, Verdana">Host has nothing to do with your firmware. Firmware can be configured and downloaded here</font>

<font face="Arial, Verdana">https://www.repetier.com/firmware/dev/index.php</span></font><br/></div><div><font face="Arial, Verdana">
</font>

<font face="Arial, Verdana">Read our documentation for more details and I hope you are not shy of some hacking as sanguino compilations are always a bit more problematic as it is not natively supported by arduino ide. You need to first install an extension for support.</font>


3dnovice

<blockquote rel="Repetier"><font face="Arial, Verdana">Host has nothing to do with your firmware. Firmware can be configured and downloaded here</font>

<font face="Arial, Verdana">https://www.repetier.com/firmware/dev/index.php</span></font><br/></div><div><font face="Arial, Verdana">
</font>

<font face="Arial, Verdana">Read our documentation for more details and I hope you are not shy of some hacking as sanguino compilations are always a bit more problematic as it is not natively supported by arduino ide. You need to first install an extension for support.</font>

Tried the following - > Download complete firmware using Repetier Firmware Configuration Tool.> Perform instructions as per the downloaded 'README' text document .> Run Repetier-Host and check Firmware EEPROM Configuration - same as before despite different settings in uploaded Configuration.hShould the EEPROM configuration have changed?


Repetier

eeprom only changes if EEPROM_MODE is different. You can also copy config to eeprom with

M502

M500

but thermistor table is not part of eeprom config.


3dnovice

'M502 M500' did not work.Changed EEPROM_MODE from 1 to 2 - that did not work.The factory set eeprom values for steps per mm on X and Y axes are 78.24 and 78.24, Configure.h values are 80 and 80 - left unchanged during Arduino upload.These values in eeprom were expected to, but did not, change.I have not attempted to add a thermistor table yet - simply trying to upload simple changes to Configure.h.I'm completely baffled.


Repetier

It always works, no idea why you should be an exception.

Can you manually change the values over host?


3dnovice

After many hours of trial an error finally managed to successfully upload edited Configure.h. This time it took a few minutes to upload and scrolled all data on screen - before, when I thought I'd uploaded, it took only a few seconds and returned an error.However I must have done something wrong. The printer does not function and the LCD display is blank. Repetier cannot connect to printer.Where do I get the relevant factory firmware so that I can start again?


Repetier

Uploading must be much faster. Something around 30s I'd guess. Maybe try first without display - displays are the most advanced thing to configure correctly.

Original firmware should be available from printer vendor I'd guess.


3dnovice

I've finally located a firmware which gets me up and running.Everything works well except at the start. In order to get the skirt to start printing I have to give the extruder a helping hand by pushing the filament through the extruder as it travels towards the skirt. Then the print continues virtually flawlessly.How do I programme the printer to extrude a small amount on reaching the skirt start?


Repetier

After heatup you can write

G92 E0

G1 E5 F100

to extrude 5mm at current position. But that is not really required. The idea of the skirt is to start extruding until flow is good and then start print. So if that is not enough increase skirt. In slic3r you can set minimum extrusion length to add extra loops on small models if it was not enough.


Privacy Policy  |  About Us