Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Your M303 syntax is Marlin style so which firmware are you using? In any case check M105 response and see if it contains B: with bed temperatures. If not you need to reconfigure firmware to use a heated bed. Also make sure pins set in Configuration…
-
Ok, now I understand what you want. In object placement open the analysis (gear icon for file) there is a function to split a file into individual objects. After that you have 4 objects you can move individually.
-
Sure printer is for abs if it can not heat bed to 110°C? It can be limited but if you see output in temperature curve 100% for bed that it is a printer hardware limit. For positioning make sure bed coordinates visible are same as on printer. Most h…
-
> Bit confusing since INVERT_X2_DIR 1 fixed the direction of travel. That was a separate error you fixed :-)
-
So you want to print them all at once but separately one after the other? You can move individual objects by activating them and them and drag them with right button down. One grid is 1cm so it should be easy to decide if gaps are big enough. Autop…
-
I want to add it in firmware v2. I think inside firmware it is best as we have all data exactly as required.
-
You need to use x max and not x2 max for the right extruder in dual x. Both use internally the same x axis. x2 is for mirrored x axis when 2 endstops for one direction need to be hit.
-
Yes, the running job is always excluded form the list. So if you have only one it gets automatically started and would not appear there. If you start a new print while printing it would appear here.
-
Configurator only works when the configration.h was created with the config tool. If not you can still use config tool, but you need to fill in values by hand looking up from the config file you have. You always see the define name next to value nam…
-
curl -k "http://127.0.0.1:3344/printer/api/Felix?apikey=mykey&a=listJobs&data=\{\}" {"data":[{"analysed":1,"created":1498813251000,"extruderUsage":[1422.2787734931335,0.0000000000000000,0.0000000000000000,0.0000000000000000,0.00000000000000…
-
Now I'm confused. If you can print the cat over usb and other files not the other files must contain something making troubles. Missed line detected corrects it self. Especially if firmware send much stuff in a row it can easily happen to break the…
-
M119 returns all end stops. You have all mounted on top of delta hence max endstop where firmware checks them. Deltas have no min endstops at all. Ok they could to limit down moves but it makes no sense.
-
Deltas us ethe max endstops for homing not min endstops. So you should have x,y,z max on low before homing.
-
You are missing the data parameter with url escaped json string of data. Even if no params are expected you should send {}. Not sure if that causes it, but that might be the reason it fails before getting to the function you want.
-
Firmware uses arduino pin numbering so you can use the pins Dx from due pinouts. For motors enable is also important and especially if they are on with high or low. You miss that in your sketch and the configuration.h is not visible. SO make sure al…
-
There are not much limits. Analog inputs must be on a analog input and putting a function on special pins like SPI MOSI/MISO/CLK is a bad idea if you need it later. But any digital output can use any available pin number.
-
Check if you have enabled move without homing. With deltas look also in log if move is outside allowed area. Especially unhomed I'm not sure what the start conditions are. And homing only works with real printer as end stop changes are controlled. M…
-
Nope. Working on other important features at the moment. But we are thinking about a better print report at the end so maybe then you will get it. But that is not planned for next version. Next version gets recover capabilities.
-
Could be a cooling issue. Each layer is quickly printed and so filament has not enough time to harden. Make sure you have a good minimum layer time in cooling. If speed slows down it will harden and not move through a blobby mess. Could also be und…
-
Of course you are not allowed to disconnect or disable motors between the jobs.
-
The reason you loose G92 is running G28 or other G92 command. So just remove the homing/G92 from the next job and you will use the same coordinate system as before.
-
userpins.h should only contain what a board definition otherwise would contain, like this: #define KNOWN_BOARD #define CPU_ARCH ARCH_ARM /***************************************************************** * Arduino Due Pin Assignments **************…
-
You can of course also only use the host. Just select serial connection instead of repetier-server as connector.
-
Nein nichts geändert, es sei denn du hattest vorher ein anderes älteres Image. Gegenüber älteren Images haben wir ihm zum verbinden mehr Zeit gegeben, weil das manchmal zu schnell war. Vielleicht war es das. Aber das Image ist schon einige Wochen al…
-
Yes, but I try to make it better in v2:-) There extruders can have their own menu part so I can better control single motors here. Even with 16 extruders to select you still would need to remember whcih one has which mixing ratio to get what you wan…
-
Please post what you did send. http://localhost:3344/printer/api/?a=&data=&apikey=>some commands require a valid slug name (like you see in url in frontend) or they return nothing. Others that do not depend on a printer ignore that part a…
-
If a display makes sense meaning it reads some understandable text it is right. Newer firmware has e.g. a process screen now. Some boards use a different port for uploading firmware. Then they go into dfu mode and windows shows this as different po…
-
Is the tmc stall guard active - I mean do you use it or regular end stops? Otherwise it could be a endstop signal preventing a move. The tmc resets endstop signals after a short while as far as I know so it can continue working after that. You sai…
-
Ist ja das gleiche image. Möglicherweise ist der pi 0 etwas langsamer. Aber mit usb ethernet kannst du ja mal testen was passiert wen AP ausgeschaltet ist. In /var/log/syslog siehst du auch was linux zu den versuchen zu sagen hat. Ich weiß bei mir h…
-
You can't. Set includeHistory false to reduce data. The first object is a hash with printers so just take the printer you are interested in.