geofox784
About
- Username
- geofox784
- Joined
- Visits
- 26
- Last Active
- Roles
- Member
Comments
-
Seems to be working now. Looks great. Not sure why this isn't the default.
-
I tried that and now I am getting an error when compiling. https://i.imgur.com/mrRYOHC.jpg
-
I tried both. It sorta worked but looked very weird and was missings lots of info. Just to try: With just the bottom one changed to false it went back to default as if I had changed nothing. With just the top one changed to false it went back to …
-
I found two instances of the code in ui.cpp First one: #if FAN_PIN > -1 && FEATURE_FAN_CONTROL int fanPercent = 0; char fanString[2];#endif // FAN_PIN > -1 && FEATURE_FAN_CONTROL if(menuLevel == 0 && menuPos[0…
-
Like so? if(menuLevel == 0 && menuPos[0] == 0 ) { if(false) {
-
Is it possible to have it show this screen when printing from SD in a future version of repetier? Is this something that I could modify the firmware file easily to enable the screen during printing? Is it disabled because there would be too much goi…
-
I found that my EEPROM file went way out of whack and was causing other problems. After going though my EEPROM and fixing everything it also seemed to fix this problem as well. User defined position would be great.
-
I think I will just have to go with disabling it. While running this test I had jerk set to the default 20. I've since reduced it to 8. I certainly dont want to set it higher. It would be nice if in a future version of the firmware backlash could be…
-
Just disabled that and it fixed the problem. I really like having backlashed enabled. Is there any way to fix this while keeping backlash enabled? Could I adjust jerk?
-
Repetier said: Clearly nothing I'm used to see. Only reason I know where this might happen is if you have backlash enabled in your firmware. Then changing x direction makes a pure x move to compensate backlash which slows down movement to 141…
-
Better quality video:
-
Repetier said: Do you have a bowden? Boden has much backpressure and changing speed can cause some filament shift like you show even if amount calculation is correct. This es especially evident if you come from high speed like infill to gap i…
-
Roko said: If you are talking about infill, In R-H using slic3r its in configuration under infill, if using Curaengine its in configuration under structures. Is your extruder calibrated, so you are not overextruding/oozing ? It's not infil…
-
Repetier said: 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 …