Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
When 1.0 gets marken stable I will start 2.0 tree. Maybe I do it the next days. Want to continue with 2.0 as well since I have nice plans for it and want to test if they work. Be prepared that at the beginning there will be no config tool since it w…
-
You select on firmware configurationif it should be ram only or eeprom only. There is no in between. Use G33 L0 to see the list. It will not appear in eeprom editor if you expect that, only G33 L0 would list the stored corrections.
-
Firmware has 3 operations modes - M450 - Reports printer mode - M451 - Set printer mode to FFF - M452 - Set printer mode to laser - M453 - Set printer mode to CNCAnd if you have support compiled in these commands have an effect as…
-
Normally not. We do not know your hardware to see errors in config. Big question is blocks motor when enabling printer or only if you start extruding? In first case your enable signal is wrong. It could be an error on the board. Since most boards …
-
80°C is not much, sounds more like the limit for a heated bed. Did output power show 100%? If not you can increase pid drive max, which is often limited to 140 from default values. If you increase to maximum 255 then you see the real max. heat, also…
-
As said depending on the reason power is not the problem, but it can. Also depends on temperature. But mainly just do not extrude too wide and make sure distance is not closer then you think. You can measure it by just pritning 1 layer and measure t…
-
You mean for a custom host with printer visualization. Yes go to printer settings->Printer Shape scroll down and diable it.
-
For wide extrusions you need more pressure, especially with low layer heights. So my first guess is that you have not enough power for 300% width. Try 150% and see if it gets better. Also first layer may have a bigger real distance then 0,15 which…
-
That is correct for RAMPS with RRD Full Graphic controller. If you have enough RAM (900 byte) shown on compilation result in Arduino IDE it would work. So in that case check hardware - cables connected to right ports on RAMPS with right orientation…
-
In eeprom we start with Extr. 1 since hsots start also numbering with 1, also internally this is still E0. Make sure you have set steps per mm in eeprom and the extruder is hot. Use M302 S1 to allow extrusion while motor is cold.
-
Yes, opening a file sets sdmode=0 which is print finished, but with next file for M24 selected. So send M24 to start next print or first M26 to set start position. As I already said M23 selects next file closing current one, so why so surprised it t…
-
You can not change y direction in any software. Host has an invert y axis in settings, but that only inverts the direction of y arrows not the real direction. This is set in the printer firmware and needs recompilation of firmware to change or you s…
-
Do not run G32 S2 in start code. S2 means store to eeprom so you do not need it every time. If you really want to measure it always, just omit S2. Is your z probe also z end stop? If not, that is a big problem. You also need to disable ALWAYS_CHECK…
-
Maybe some time. Big todo for now.
-
Ok, that can happen. It will block extruder. But that is a hardware problem. You need to level the printbed or z min endstop so that extruder just touches bed when homed to z over all xy positions. Only then you should start printing.
-
M23 closes the currently running file and opens the new one at position 0. Everything after that will not be executed. No idea how they did it then.
-
The code you showed is for a board having only 2 outputs, so I think it is not your board. You need to change it in config tool only, no need to edit boards. That is why you select there the HEATER_2_PIN and the boards has already the pin set corre…
-
In deed print queue is an other useful many x operation.
-
What means missing here? Is the sliced object missing them or the printer just not printing the first x layers?
-
After each M206 values get copied to ram which causes it to output some vars like flowrate. There was an 1.0 version where eeprom capability reporting was wrong so that host disabled it when enabled. Sounds like you need to update your 1.0 to fix t…
-
Use correct baud rate and port should do the trick. x commands waiting means it used a serial port but does not understand what printer says, which happens with wrong baud rate. Could also be a incompatible firmware, not sure what your printer is ru…
-
No need to change extruders. Just take the heater pin. Motor is ok or at least you did not meantion it was defect. So take HEATER_2_PIN for output instead of HEATER_0_PIN (1 is bed output).
-
If you used the config tool, the 1.0 config tool will upgrade the config and adding good defaults for new features (marked in orange). So upgrading is not difficult.
-
You can only run one print from sd card, so starting one from sd card is not planned to work. You need to send them from a host to start.
-
So what was the trick? Using the other usb port on due? If so which one is now in use?
-
Have to think about it. In the table views it would be easy and could also be used to move multiple files to other groups. So a good improvement for the next generation ui.
-
No G32 does not need reset, but correct command to store result in eeprom is G32 S2 not P2. So your command would only store it in ram and not permanently. Are you using 1.0 or 0.92? 1.0 has many fixes but if it works after homing it should always …
-
No, repetier-host does not support lithophanes.
-
No, G10/G11 is not needed. It is only used internally to handle filament change. gcode can still do what it wants so G10/G11 or slicer controlled retractions.
-
Can not say anything about hardware since I'm only software developer, but think you still can use all working outputs. Shorts are always dangerous if your board has no fuse for protection. It is even possible that the chip is still ok and only mosf…