Re: New MKS SBASE Smoothieware-compatible board from China May 08, 2016 03:06AM |
Registered: 14 years ago Posts: 351 |
Quote
dintid
[*] Cold extrusion prevention? this would be nice
Quote
dintid
[*] What does "hysteresis " actually mean in regards to heat control? It's set to 2.0 in degrees as default, but what does that really mean?
Quote
dintid
[*] What sort of overheating protections are in, and what happens when they kick in? I noticed my temperature controlled fan on heatsink for hotend stopped after heat-failure... that is not really desireable. I know Marlin had the same problem with the entire system going into Halt when a failure happened, but stopping fans is hardly the best way!
Quote
dintid
[*] Some explanations in normal non-technical language. See the above about Hysteresis I know this can be hard for very techincal minded people to wrap their head around, but if Smoothieware is have a shot at overtaking marlin, it needs to be more easily accessible.
[/list]
Re: New MKS SBASE Smoothieware-compatible board from China May 08, 2016 03:42AM |
Registered: 9 years ago Posts: 245 |
AwesomeQuote
arthurwolf
Quote
dintid
[*] Cold extrusion prevention? this would be nice
Somebody got a free board as part of the smoothie contest ( smoothiecontest.org ) to implement this and a few other safety features, I expect we'll have these soon.
If not, I plan on personally take time to do those. There is already a pull request for part of it on the site, it just needs refining.
I have read - several times - it and do not at all see it as an explanation.Quote
arthurwolf
Quote
dintid
[*] What does "hysteresis " actually mean in regards to heat control? It's set to 2.0 in degrees as default, but what does that really mean?
Hysteresis is for when you use bang-bang instead of PID control.
When in bang-bang mode, it'll turn the heater on if we are that temperature bellow the set temperature, and off if we are that temperature above the set temperature.
I think this explains pretty well : [smoothieware.org]
Thanks. It would be awesome if you had a section on smoothieware.org telling how it Works/and do when conditions are met.Quote
arthurwolf
Quote
dintid
[*] What sort of overheating protections are in, and what happens when they kick in? I noticed my temperature controlled fan on heatsink for hotend stopped after heat-failure... that is not really desireable. I know Marlin had the same problem with the entire system going into Halt when a failure happened, but stopping fans is hardly the best way!
We detect things like disconnected thersmistors, connection problems, noise etc, right now. We are in the process of adding "runaway" temp problems detection too.
When an error is detected, the system goes into "HALT" mode, tries to make the system as safe as possible ( turns off heaters, does other things depending on config ), and you need to issue a M999 to get the system going again ( [smoothieware.org] )
About what happens to the fan when an error occurs, you choose that yourself by setting switch.module_name.fail_safe_set_to ( see [smoothieware.org] ), for example setting it to 1 means if the system detects an error, it'll turn the fan on.
AwesomeQuote
arthurwolf
Quote
dintid
[*] Some explanations in normal non-technical language. See the above about Hysteresis I know this can be hard for very techincal minded people to wrap their head around, but if Smoothieware is have a shot at overtaking marlin, it needs to be more easily accessible.
[/list]
We have somebody right now writing a non-technical description of all the config options, as well as a full glossary of the terms.
We actually already do try to write the documentation in as simple a language as we can, but it's not always easy.
Smoothie's documentation is already far ahead of any other firmware I know, we put a lot of effort into it, but it's not perfect, and any help is very welcome ( it's a wiki ).
Re: New MKS SBASE Smoothieware-compatible board from China May 08, 2016 03:55AM |
Registered: 14 years ago Posts: 351 |
Quote
dintid
I have read - several times - it and do not at all see it as an explanation.
I know it is when i use BANG BANG instead of PID... but what does the 2c hysteresis mean?
I use PID on hotend and bang bang on bed.. it Works fine, but I just don't like having a setting without explanation... might be better for my setup to have 1,3 og 5c, but since I don't know what the setting does, I can not tune it
Re: New MKS SBASE Smoothieware-compatible board from China May 09, 2016 08:52AM |
Registered: 9 years ago Posts: 245 |
ThanksQuote
arthurwolf
Quote
dintid
I have read - several times - it and do not at all see it as an explanation.
I know it is when i use BANG BANG instead of PID... but what does the 2c hysteresis mean?
I use PID on hotend and bang bang on bed.. it Works fine, but I just don't like having a setting without explanation... might be better for my setup to have 1,3 og 5c, but since I don't know what the setting does, I can not tune it
If you set your temperature to 50 degrees, and your hysterisis is 2 degrees, then the heaters will turn on if the temperature is bellow 48 degrees, and off if the temperature is above 52 degrees.
I asked Maker-Base, which said yes, but I hesitate to just take it on thier Word, so anyone know for sure?Quote
Adafruit
... it's a "1-Wire" thermocouple amp which can have any number of breakouts on a single shared I/O line.
Re: New MKS SBASE Smoothieware-compatible board from China May 11, 2016 01:53AM |
Registered: 10 years ago Posts: 22 |
Re: New MKS SBASE Smoothieware-compatible board from China May 11, 2016 03:23AM |
Registered: 9 years ago Posts: 245 |
Have you installed the USB drivers from Maker-base github?Quote
Potapich
Hello.
Not working board MKS Sbase!
If SD card installed, it lights up only the led D7.
If the SD card is not installed, it lights up the led D7 and D1. Blink the led D2 and D3.
Smoothie device not appearing in device manger
That is how it is supposed to do. When you put your config.txt and firmware.bin file on the SD Card and boot the controller, the firmware.bin file is removed and a firmware.cur file is created.Quote
Potapich
I tried to upgrade the FW - nothing changes, but the file on the SD card changes from firmware.bin to firmware.cur
Maybe open a dispute with them?Quote
Potapich
Also not working screen MKS TFT28 if it plugged into the connector MKS SBASE.
If I connect it in MKS BASE2, then it works, but if I plug it in MKS SBASE he is not even lit.
The manufacturer does not respond to the request!
Re: New MKS SBASE Smoothieware-compatible board from China May 11, 2016 06:16AM |
Registered: 12 years ago Posts: 973 |
Re: New MKS SBASE Smoothieware-compatible board from China May 11, 2016 09:06AM |
Registered: 10 years ago Posts: 22 |
Re: New MKS SBASE Smoothieware-compatible board from China May 11, 2016 03:01PM |
Registered: 12 years ago Posts: 973 |
Re: New MKS SBASE Smoothieware-compatible board from China May 12, 2016 01:07AM |
Registered: 9 years ago Posts: 245 |
You ARE using an MKS Sbase 1.2 controller, or? I just checked and mine is set to 5v. I only power my controller through 24v DC and no USB or anything.Quote
Potapich
Jumper is set to 5v. But display is not lit.
I just checked mine.. it is set at 5v and get it from the controller. If I set it to 12v it does not Work unless I attach an external supply.Quote
chris33
Is it being powered through usb or have you got 12v runing through like i said it wont run on 5v it has to see 12v isnt like a lcd it need more volts
Re: New MKS SBASE Smoothieware-compatible board from China May 12, 2016 07:02AM |
Registered: 12 years ago Posts: 973 |
Re: New MKS SBASE Smoothieware-compatible board from China May 12, 2016 07:50AM |
Registered: 9 years ago Posts: 245 |
It's pretty strange as they do writeQuote
chris33
I have the mks 32 tft and i have no option for 5v so your right with the tft 28 tft
Source: 3D Printer lcd/led RepRap MKS TFT32 touch screen smart controller display 3.2inch support APP/BT/customization/local languageQuote
MKS
No need V12 external power
Re: New MKS SBASE Smoothieware-compatible board from China May 12, 2016 03:15PM |
Registered: 12 years ago Posts: 973 |
Re: New MKS SBASE Smoothieware-compatible board from China May 12, 2016 03:24PM |
Registered: 9 years ago Posts: 245 |
I'm not really sure we are talking about the same thing here... you have still not answered wheter you use TFT32 on an Sbase Card, or on Ramps or something?Quote
chris33
Why would it be silly not much you can do with just having 5v going through controller and it does not power up through 5v i have tried
Re: New MKS SBASE Smoothieware-compatible board from China May 12, 2016 03:32PM |
Registered: 12 years ago Posts: 973 |
Re: New MKS SBASE Smoothieware-compatible board from China May 12, 2016 03:49PM |
Registered: 12 years ago Posts: 973 |
Re: New MKS SBASE Smoothieware-compatible board from China May 16, 2016 01:38PM |
Registered: 8 years ago Posts: 9 |
Re: New MKS SBASE Smoothieware-compatible board from China May 17, 2016 12:45AM |
Registered: 9 years ago Posts: 245 |
I'm no Expert in this, but have seen the problem mentioned now and then.. meaning "my" solutions are what I've bumbed into elsewhere.Quote
ManniK
Hello.
What do you think, Is it power problems or firmware?
Re: New MKS SBASE Smoothieware-compatible board from China May 17, 2016 01:46AM |
Registered: 8 years ago Posts: 9 |
Quote
dintid
I'm no Expert in this, but have seen the problem mentioned now and then.. meaning "my" solutions are what I've bumbed into elsewhere.
When you say print from SD, do you mean micro SD on controller, or on display, or?
Try a different USB cable.. might be EMI noise.
Re: New MKS SBASE Smoothieware-compatible board from China May 17, 2016 09:22AM |
Registered: 8 years ago Posts: 23 |
Quote
ManniK
I want to try 24V instead of 12V. Perhaps insufficient power supply for stepper? If so, then I do not understand why the weakest stepper shut down.
Re: New MKS SBASE Smoothieware-compatible board from China May 17, 2016 11:41AM |
Registered: 9 years ago Posts: 245 |
That is really rather minor issues But yes, it is something you need to remember doing and not something I'd do before everything is working as it should.Quote
zylantha
Quote
ManniK
I want to try 24V instead of 12V. Perhaps insufficient power supply for stepper? If so, then I do not understand why the weakest stepper shut down.
It doesn't sound like anything to do with USB, and forget about EMI noise; I can almost guarantee it's not that. I would not try to go to 24V yet either - that introduces all sorts of other issues (like finding 24V fans and driving 12V beds at 50% duty cycle).
Must admit I didn't pay attention to the motor specs and I believe this could be the real reasons for the problems.Quote
zylantha
I suspect that you are overheating the X stepper motor driver (or motor). Powering it off again resets the thermal protection and allows it to run again when you reconnect the main power. The important thing is that you run the X motor at a sensible current level - i.e. NOT 1.7A, but something more like 1A or potentially even lower. You should also not be running the other motors at their full 2.3A rating - something more like 1.5A is more sensible. The DRV8825 on the SBASE are good for up to 1.5 ~ 2A depending on cooling, and there's a number of reports that the SBASE's heatsinks are not the most effective ... so if you get weird stepper behaviour, a good first step reduce or increase your motor current depending on what exactly is happening and what your current settings are.
Another thing to check is whether the motors are very hot or not ... in particular the X axis motor before you start (when it doesn't work afterwards), once it stops, and when it works ...
Re: New MKS SBASE Smoothieware-compatible board from China May 18, 2016 04:26AM |
Registered: 8 years ago Posts: 9 |
# Stepper module pins ( ports, and pin numbers, appending "!" to the number will invert a pin ) alpha_step_pin 2.0 # Pin for alpha stepper step signal alpha_dir_pin 0.5! # Pin for alpha stepper direction alpha_en_pin 0.4 # Pin for alpha enable pin alpha_current 1.6 # X stepper motor current alpha_max_rate 15000.0 # mm/min beta_step_pin 2.1 # Pin for beta stepper step signal beta_dir_pin 0.11! # Pin for beta stepper direction beta_en_pin 0.10 # Pin for beta enable beta_current 2.6 # Y stepper motor current beta_max_rate 1250.0 # mm/min gamma_step_pin 2.2 # Pin for gamma stepper step signal gamma_dir_pin 0.20 # Pin for gamma stepper direction gamma_en_pin 0.19 # Pin for gamma enable gamma_current 2.6 # Z stepper motor current gamma_max_rate 300.0 # mm/min
Re: New MKS SBASE Smoothieware-compatible board from China May 18, 2016 05:00AM |
Registered: 8 years ago Posts: 23 |
Quote
ManniK
alpha_max_rate 15000.0 # mm/min beta_max_rate 1250.0 # mm/min gamma_max_rate 300.0 # mm/min
Re: New MKS SBASE Smoothieware-compatible board from China May 18, 2016 02:22PM |
Registered: 10 years ago Posts: 22 |
Re: New MKS SBASE Smoothieware-compatible board from China May 18, 2016 05:56PM |
Registered: 10 years ago Posts: 293 |
Re: New MKS SBASE Smoothieware-compatible board from China May 19, 2016 10:50AM |
Registered: 9 years ago Posts: 15 |
Re: New MKS SBASE Smoothieware-compatible board from China May 19, 2016 11:24AM |
Registered: 12 years ago Posts: 973 |
Re: New MKS SBASE Smoothieware-compatible board from China May 19, 2016 12:48PM |
Registered: 9 years ago Posts: 245 |
How did you figure it was this piece? Asking as I have a dead Y axis. Both the driver AND external output pins and my Z-driver is having issues as well. Z-driver external pins Works fine though.Quote
tomi01_2000
the piece dead it's marked on red in the Photo
Quote
tomi01_2000
... i try to use pronterface for ultimaker, on z it is moving very slow
Re: New MKS SBASE Smoothieware-compatible board from China May 19, 2016 02:51PM |
Registered: 8 years ago Posts: 1 |
Re: New MKS SBASE Smoothieware-compatible board from China May 20, 2016 02:23AM |
Registered: 9 years ago Posts: 245 |
Asking me, or?Quote
Joeyprints
when your board went out did all of the lcds stay turned on regardless of having a sd card in the board. The reason I ask is, my board recently died. It would not be recognized by my computers on win 10 or 7.... It would not load firmware and change the extension to cur. the board appeared to be bricked. I started my printing experience with an original smoothieboard, but my cheap heatbed blew the thermistor inputs. I purchased the sbase as a replacement since uberclock always seems to be sold out