Search found 12 matches
- Sun Sep 08, 2019 8:04 am
- Forum: Development Topics
- Topic: Delta Calibration Wizard now online
- Replies: 38
- Views: 53575
Re: Delta Calibration Wizard now online
Hi, I have upload my version of the calculator on Github if you want see how it was made. https://github.com/avigeilpro/Delta_calibration There are some few things to ajust : In delta_calibration_wizard.js: the 10 probing points positions the bed radius the number of factors (numFactors) In upload ...
- Tue Sep 03, 2019 8:18 pm
- Forum: Development Topics
- Topic: Delta Calibration Wizard now online
- Replies: 38
- Views: 53575
Re: Delta Calibration Wizard now online
To be honest i never did any package, and i even don't know how to do it. This code is free to take, i've done this fast and i'm sure that it can be improved. If anybody want try package this to do something better that's ok for me. I will try to share the octoprint plugin as well, and the code of ...
- Tue Sep 03, 2019 5:38 am
- Forum: Development Topics
- Topic: Delta Calibration Wizard now online
- Replies: 38
- Views: 53575
- Tue Sep 03, 2019 4:58 am
- Forum: Development Topics
- Topic: Delta Calibration Wizard now online
- Replies: 38
- Views: 53575
Re: Delta Calibration Wizard now online
Based on the G29 command i have created a new function named "tapZProbe" like this : float tapZProbe(float x,float y) { Com::printF(PSTR("Probing x: "),x); Com::printFLN(PSTR(" | y: "),y); float sum1 = 0, sum = 0, last,oldFeedrate = Printer::feedrate; int32_t probeSensitivity = Z_PROBE_SENSITIVITY ...
- Mon Jul 29, 2019 2:33 pm
- Forum: Rostock MAX v2
- Topic: Max V2 modernization
- Replies: 3
- Views: 20421
Re: Max V2 modernization
Hi, just my experience : I too bought a V2 and put a HE280 hotend. Everything worked perfectly, i have developped a plugin and modified the firmware to add a new GCode command for an automatic calibration (result here in video : https://www.youtube.com/watch?v=m80Zn_BZKsg). The only change that i've ...
- Thu Apr 18, 2019 8:29 pm
- Forum: Troubleshooting
- Topic: FLASHAIR (& other) WIFI SD Cards?
- Replies: 3
- Views: 4187
Re: FLASHAIR (& other) WIFI SD Cards?
I think this could work, some people seems to make it work with Repetier, but when you look on the price, should it not be better to buy a RPi and install OctoPi ?
- Tue Apr 16, 2019 6:41 pm
- Forum: Troubleshooting
- Topic: "Blobby" or "Melted" vertically thin features
- Replies: 3
- Views: 3799
Re: "Blobby" or "Melted" vertically thin features
Try to print 4 or 6 in same time, or add a "minimum time by layer". The problem here look like the layers don't have time to cool down before your printer print the next layer.
- Sun Mar 31, 2019 1:56 pm
- Forum: Troubleshooting
- Topic: Rostock Max V2 with HE280: Elephant foot issue
- Replies: 4
- Views: 4412
Re: Rostock Max V2 with HE280: Elephant foot issue
Sorry geneb i think i bad translate what i was meaning (my english is not the best). I mean maybe the "initial layer line width" value is too high, wich could cause an over extrusion. I had a similar result when i was setting my printer.
- Wed Mar 27, 2019 9:57 am
- Forum: Troubleshooting
- Topic: Rostock Max V2 with HE280: Elephant foot issue
- Replies: 4
- Views: 4412
Re: Rostock Max V2 with HE280: Elephant foot issue
Or maybe an Initial layer line width too high
- Sat Nov 17, 2018 5:36 am
- Forum: Troubleshooting
- Topic: Extruder/Nozzle Not Lowering to Printer Bed
- Replies: 4
- Views: 4197
Re: Extruder/Nozzle Not Lowering to Printer Bed
Hi, maybe you did some mistakes in the configuration file of the firmware (HOTEND, PRINTER etc...) ?
- Sat Nov 10, 2018 5:07 am
- Forum: Development Topics
- Topic: Delta Calibration Wizard now online
- Replies: 38
- Views: 53575
Re: Delta Calibration Wizard now online
Hi guys, It was a long time that i didn't came here and just see this. I worked on a similar project few times ago and did my own full automatic calibration, based on the esher3d calibration wizard (wich look exactly the same as this wizard). I'va add a g135 command that do all 10 point probing, 2 ...
- Tue Apr 18, 2017 8:17 pm
- Forum: New Member introduction
- Topic: Hi from France
- Replies: 0
- Views: 2587
Hi from France
Hello everybody, I'm from France and bought in Jully a Rostock Max V2 for my first 3d Printer. This machine is awesome and after few upgrades i finally have a machine that do a really good job. I will post some photos in the "Show us your machine" section, maybe modifications that i did could be ...