RAyWB
About
- Username
- RAyWB
- Joined
- Visits
- 2,123
- Last Active
- Roles
- Member
Comments
-
seems this user got it running https://forum.repetier.com/discussion/comment/35590/#Comment_35590 may be you contact him.from my side no further idea,sorry
-
found another thing in config:#define ENDSTOP_PULLUP_Z_MIN false
-
I´m not shure if bltouch is supported for homing so i guess you have to send m340 p0 s700 before and m340 p0 s1500 after homing.as far as i know the bltouch does not send a steady signal but only a short pulse,that might be the reason for not seein…
-
#define Z_PROBE_PULLUP 0
-
in order to help it would be useful to know exactly what Type of Display you have
-
also from your config above: #define FEATURE_Z_PROBE 0
-
May be this helps. http://3dprintfaq.com/images/Ramps 1.4.jpg https://reprap.org/forum/read.php?219,864857 from your config above: #define FEATURE_SERVO 0
-
might also be that extruder is grinding the filament . eventually too high printing speed or too many retractions at short distance.what extruder and which hotend do you have and of coarse what material do you print?
-
Ok , I use Rumba32 board , Repetier Firmware V2 and Repetier server Pro on Pi3B
-
On 1.0.1 my printer works as expected ,checksum errors disappeared after reducing buffers from 255 to 127.You can check for the best setting in Printer Settings-> Communicationthere´s a button "Test multiple configs" so there you can check and se…
-
isn´t it possible to read the position at any time if nothing is sent by server?f.e. printer is controlled by 2nd serial and server itself does not send a command. also now it displays the m114 coordinate before a command coming from server, but ser…
-
simple problem , you use absolute coordinates.to explain:1st G1 E100 moves so extruder is at position E100 so second G1 E100 tells to go to Position E100 where extruder already is. that´s the reason why extruder does not move. so send : G1 E100G92 …
-
On 1.0.1 my printer works as expected , solved for now.checksum errors disappeared after reducing buffers from 255 to 127.You can check for the best setting in Printer Settings-> Communicationthere´s a button "Test multiple configs" so there you …
-
well , my printer is to strong to bend ;-) i prefer the classical dial gauge method with mechanical adjusting.(15mm aluminum heatbed)
-
didn´t have any communication timeout , just checksum errors.Communication on my setup is stable , around 5 errors /2 million lines
-
on console i just got lot of checksum errorsunfortunately i didn´t activate logging.as it was massive mechanical crash (ripped out a complete linear rail including 16 M3 screws) i just fixed my printer . to go back to 094.3 just connect via puttyand…
-
same here , printed exactly the same gcode before on 0.94.3 without issues now total crash during print,seems z-axis went down around 10mm without reason.i´ll revert to 94.3
-
update : Babysteps moving , just moved distance not shown on LCD (shows 0.00)
-
also EEProm is not accessible via browser , just shows an empty window.EEProm is accessible by Repetier Host(via Server-connection)
-
that should be the error : IO_INPUT(IOJam2, 33) Pin33 is enable of Z , so just commenting the //IO_INPUT(IOJam1, 35)//IO_INPUT(IOJam2, 33) should do the trick or, if Jam pins needed select different ones.take care of not doubleuse pins
-
ok, good to know that Repetier FW differs from wiki, what about using without parameter , referring code that shouldalso enable cold extrusion.
-
Use M302 P1 to allow cold extrusion the 'S' Parameter sets minimum extrusion temperature,the 'R' Parameter sets minimum retract temperature referring to https://reprap.org/wiki/G-code
-
"under voltage in past" and cpu throttled in the past" errors. shows that power supply of the raspberry seems not to be stable.What´s your power supply for the raspberry? also see : https://www.repetier-server.com/knowledgebase/undervoltage-and-t…
-
Layershift kann passieren wenn sich das gedruckte ein wenig aufwarpt und der drucker dran hängenbleibt,hatte da mal ein modell bei dem ich massive probleme hatte , ist allerdings immer an der selben stelle passiert .war aber nicht das klassische war…
-
depending on the board you selected there are differences so the Mega2560 is just the controller , pinout depends on board variant. and Repetiers mention is also a possibility, crosstalk isn´t related to print position , it depends on wiring
-
did you compare pin description marlin vs. repetier ? may be there is a mismatch , might be on enable pin of y driver?if possible, check enable pin by measurement if it changes when y axis stops
-
sounds like overheating driver, try to reduce current and cool the drivers.
-
did you check if eeprom is updated ? see repetier host eeprom editor
-
#define STEPPER_HIGH_DELAY 0 --> 2 #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_X 1000 --> 100 #define MAX_ACCELERATION_UNITS_PER_SQ_SECOND_Y 1000 --> 100 #define MAX_TRAVEL_ACCELERATION_UNITS_PER_SQ_SECOND_X 1000 --> 100 #define MAX…
-
check all movement settings , f.e. steps/mm, acceleration settings etc.just making sound might be too low motor current or/and acceleration settings too high is the machine rod drive or belt driven? especially rod driven machine needs low accelerat…