Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • That's good because i always test first with mjpg_streamer and never had problems. So lets put it into mysterious self repaired problems.
  • What is your settings in printer settings->dimensions then?
  • raps128 do not need a delay. But they have the enable signal inverted which I guess you already did since they get turned on and move somehow. But what might be the case is that you are in 1/128 step mode so moves would be 8 times slower and shorter…
  • Go to $HOME/.mono/registry/CurrentUser/software/repetier/ and delete the window directory and try again. This problem seems to occur if you had a illegal window position that got stored to registry. Could not reproduce but deleting registry normally…
  • For me it works, but you need to select the object you want to center. What is the problem you have? Not selectable because no object is selected (boxed in blue lines)?
  • If you have z max homing it would bot so you need to move it to your desired probing height first. This is done since we can not know if you want it fast and thus start close or not. But it must not be triggered at start of course. 
  • Please check you preferences->3d visualizations->general settings When I placed with visualization quality I found that Adaptive Volume causes a crash while the other 4 settings seem to work. Since filament visualization is very heavy operati…
  • You can easily define up to 4 keys #define USER_KEY1_PIN     UI_DISPLAY_D5_PIN      // D5 to display (not used for graphics controller), change to other pin if you use character LCD ! #define USER_KEY1_ACTION  UI_ACTION_FAN_SUSPEND …
  • I meant files menu of course.
  • In host in files directory you have a entry to open finder in it.
  • Actually you seem to have lots of problems but your descriptions are so confuse and widespread that I can not make any sense of it. Apperently everything is working sometimes somehow and sometimes not. That sounds like you always hit some safety con…
  • The dev version now has variable presets so you can change them in eeprom. But there is always only one active preset to select from. - M170 B T S L0 - Set preset temperatures for extruder (T+S) or bed (B) or list settings (L0)can be…
  • Ok, just see it is the mac version. Do you have a gcode that causes this? It should be stored in your work directory. From crash log I see it crashed while updating a rectangle but then the missing debug informations make it impossible to see exact …
  • No, it is part of precise homing. On second try it moves slower normally so you can have higher homing speeds without loosing precision.
  • See parallel thread.
  • Meshmixer is a good choise for any mesh manipulation operation and it is free. It supports this at least with boolean operations but maybe also natively.
  • What is the crash reason shown?  Do you have opengl 1.5 or higher running (shown in log) and enough free memory?
  • To be 100% save you should shutdown server. We plan a backup function in a later stage where you also can select what to backup, but that is future. A button does not work as you need a target that is writable and has enough space. So you need to e…
  • First you should update to 0.85.2 as this fixes a potential source that might already fix it. If it still happens this will greatly help on a po: Install gdb sudo apt-get install gdb If it happens log in to pi ps aux | grep pi@Felix:/var/lib/Repet…
  • No, your hypothesis is very unlikely. But there is a way to really help me solving this problem. If you install gdb sudo apt-get install gdb If it happens log in to pi ps aux | grep pi@Felix:/var/lib/Repetier-Server $ ps aux | grep tierrepetie+   9…
  • You can add an additional extruder using the thermistor and a dummy motor driver and heater output. most important is the dummy heater or it will stop your real heater from working. Just never use that extruder but it will output the temperature. F…
  • Buffer 16 means you have no pauses between move since the next 15 moves are also loaded a precomputed. Backlash is if your printer head has play so on direction changes it might need 0.1 move before it starts moving. Then belt has already bigger spe…
  • With the repetier server/host eeprom editor you can edit eeprom if enabled.
  • All files and data is located in the /var/lib/Repetier-Server folder. So if you have enough free disk space you could simply create a tar file from this cd /var/lib sudo tar -xzf targetfile.tgz Repetier-Server On the new pi unpack it before installi…
  • Yes, with Serial it will use programming port.
  • Have you already updated to 0.85.2 ? That fixed a possible complication that could lead to this. At least we hope it was the source of the problem. Saw this once on a windows machine but could not reproduce so we only deducted from code analysis. G…
  • If commands come fast enough the moves get queued so there is no pause. But if you change direction between commands it will get slower and then faster if jerk is exceeded and that is something you can hear. Also on some printers especially if they …
  • The split function only separates individual objects that do not share triangles into separate objects. If it is greyed out your model only has one shell. It is no split in the sense of making a cut through the model. More for when you have groued …
  • Use G32 S2 for autoleveling. G29 just measures a average heigth from 3 points. For autoleveling use dev version whcih has the better implementation on this.
  • 80 steps/mm is quite normal for deltas with 1/16 microstepping. What drivers are you using? Just saw you have a due and some stepper drivers like drv8825 need a longer high signal then due provides with no extra stepper high delay. Select expert mod…