Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Maybe first check what the real problem is. SendM111 S24to firmware. Then all commands are ignored, but errors will get checked. If there are still many errors I have no more suggestions. If that can send a print job without much errors it is just c…
  • Actually there is a array for all pwm values : pwm_posEvery device has it's own index there all computed in repetier.h I think.
  • The start code seems pretty legal to me. No apparent reason to omit the G1 Z15 move, also that would not explain why starting at Z20. Have you tried using repetier-server to communicate and print with. Just to see if it makes a difference and also b…
  • If you say G32 ok includes that z height after probing? If not z probe height is wrong and that will always lead to wrong z when homing. Which case did you use?
  • It is similar to octoprint. Download and install the deb package and it already starts. Then point browser to the printer frontend url (not the normal web frontend) as it is listed in docs. Requires a license but for testing you can also use the fre…
  • You can change them. Go to extruder menu and select temperature, then you can change it by rotating left/right. 
  • Have a look at th elog when you connect and see if it contains a message saying firmware disabled it. If you have no thermistor (or fake) it will do so. Or you have not configured the right extruder motor.
  • Just as I guessed. Would be great if you could confirm that the problem on octoprint image is not present with repetier-server. Then I know I'm searching in the right direction for the solution.
  • The problem is octprint/atroprint access mjpg streamer directly and it just drops frames to hold position. We stream through server so buffers if not queried fast enough add a delay. That's why next release will add a new system for webcam proxy tha…
  • The uno is too small to contain the firmware and has no wireless access anyway. If you have a ATX power unit you could enable and disable power from firmware if you use the PSON signal to ATX unit.
  • G32 uses z probe points in eeprom for the tested area depending on method of testing. G33 has it's own rectangle you have defined in the configuration.h
  • "increase the number of layers of the base coat" is nothing I can understand.  First layer is 0.3 for my delta, all following layers 0.2-0.1mm depending on quality I want. This is with 0.4mm nozzle.
  • Are you using the same sd card image for octoprint? The reason I ask is that linux seems to freeze sometimes when some wlan stuff is running and that means no new data for the print. It is not clear which wlan action this causes and if it is one cal…
  • In config tool upload old config from 0.92 config tool and it will upgrade, You need to set z min endstop pin = z probe endstop pin so firmware detects this special case. Use homing order XYPreheatZ with preheat temp. 0. This allows setting probe po…
  • Server tries to prevent moves outside if using the normal controls.
  • Server sends what you say. It is up to firmware to limit this. Our firmware just ignores moves outside print area but you need to be homed so it is correct. In dev version you can therefore also prevent moves until homed.
  • If you can run octoprint you can also run server, that would be no problem. But of course it would need their solution to not run or nothing works since linux allows multiple connections to same port but that gives always trouble since each process …
  • No it is not possible right away since 3d printers only have 4 axis and extruders also have no endstops for homing. The solution to increase it to more axis is quite simple but needs modifications at many places (well everywhere where axis are used)…
  • Watch out that Z is pointing up when drawing. That is common coordinate system for all printers. You can rotate in host if exported wrong oriented.
  • It is not so easy. z min endstop is where moves stop - no more down from that height. Soit must be at a position below bed surface (you hear the problem) otherwise you might need to go below z min trigger depending on rotation of bed. So going below…
  • You need to reference slic3r-console not slic3r for 1.3.0. Also 1.3.0 needs some special care as things have changed. The upcoming 2.0 release knows how to handle this and has a version selector for that release.
  • Not so important since the anaysis is the same, so I needed to remove it to be compatible with all, also not necessary for repetier-firmware. Copying it from server should help here if server knows coordinates.
  • You can still home to z min using z probe. At least in dev firmware this is working good. In any case host shows it correctly since it does not know you are fooling the printer. It will still send commands correctly and unchanged. 
  • This is just because from old steps you saw 3.7 times faster. If you increase extrusion speed it will again look that fast. But in print speed is adjusted by slicer speeds so nothing to worry about.
  • No one is max homing and z probing and case 2 is min homing with z probe and z probing without z max endstop. The problem as said might appear from having min and max endstops the same time with min endstop being a z probe in reality.
  • Yes you can chane them all in eeprom.  Corr diagonal gets added to diagonal length. Delta radius is the horzontal radius when centered.
  • As a vendor you could take the pain and write a wizard using our event system. See felix pro on how to write wizards with event system. There is a xy calibartion that also involves some steps so you see how it works in general. You could then flip t…
  • Don't see why window 10 should be a problem. Have used it successfully and many others as well. But you need a signed driver or installtion of driver is difficult. But that is no problem since you have a driver. Have you tried different and short us…
  • In repetier-firmware "ok" is just acknowledge part of communication. Responses to any commands are decoupled from this as ok gets send as soon as input buffer is cleared from command but before it is executed (for speed and because it is a different…
  • You can't, this is a firmware setting. Or you need to reconnect thermistors in right order on hardware. All you can do in host is heat one component and see whcih one gets reported hotter. Then you know which temp. sensor is connected with what you …