Show all posts by user
Page 1 of 3
Pages: 123
Results 1 — 30 of 73
Marlin 2.0 supports some 32 bit boards, including this one from BigTreeTech.
You can find an adapted copy on BigTreeTech Github:
by
VincentM
-
Controllers
Option 5 is for Semitec 104
For your 3950 beta you must select option 11
Option 1 works too
by
VincentM
-
Controllers
You can do it with the "Filament Runout" option in Marlin.
Whit this option Marlin control if a pin change and execute an M600 gcode (you can configure some options of this Gcode).
M600 pause the printing and wait until you press the LCD button to continue.
by
VincentM
-
Safety & Best Practices
You can connect the digital output of the Rain Sensor to the Filament Runout Sensor pin of your control board.
This will execute M600 gcode when rain and Pause printing until you Resume it.
Not perfect, but posible.
by
VincentM
-
Printing
QuoteTrakyan
I've heard about the issues surrounding tevo recently, could you provide a link to someplace that has some more details? I cant seem to find anything on the subject when i try googling it.
by
VincentM
-
General
Try Googling
staircase switch timer 20 minutes 120v
by
VincentM
-
General
Some draws (not very clears)
by
VincentM
-
General
This is what I do:
-Open STL file with Netfabb basic, repair if needed, Move 'to origin' and save.
-Import it with Openscad. Something like:
translate ([0,0,0]) import(file="File.stl");
-You can operate with the STL same as any other figure (union(), difference(), rotate(), ...)
Don't work with all STL you can find, but with a lot of them.
by
VincentM
-
General
Put an M400 Gcode before your M10 or M11
The M400 will wait until all prev movements Gcodes ends.
by
VincentM
-
Firmware - Marlin
This post can help you:
by
VincentM
-
Repetier
OK
In "Configuration.h" file of Marlin, declare your board as:
#define MOTHERBOARD BOARD_RAMPS_14_EEB
In "pins_RAMPS.h" file, change this line:
from:
#define FAN_PIN 4
to:
#define FAN_PIN 6
Compile & upload Marlin.
Conect your layer fan to pin 6 of the Fan Extender. That's all.
This fan will work as normal layer fan (M106 & M107)
by
VincentM
-
Reprappers
Basically, it's the same. Pins may vary.
As commented in the intructables page you mention, they are differents versions of the Fan Extender using differents pins, so you must check wich pins are usign the one you bought. (D4, D5, D6 or D11)
Wich pins are using your?
What firmware are you using?
by
VincentM
-
Reprappers
Maybe this can help you:
Try with Google translator if you don't understand spanish.
by
VincentM
-
Reprappers
Lo que buscais es muy parecido a la SinapTec:
Buscad el hilo del desarrollo en el subforo Argentino.
by
VincentM
-
RepRap en Español
Something like this?:
You must define in your_board_pins.h a pin for detect 'filament out' and Marlin will generates an M600 G-Code when detect this pin LOW.
You must have enabled M600 G-Code in Configuration_adv_h and check it before.
by
VincentM
-
Firmware - Marlin
Quotekooping
Hi All,
I am new to this site and I have been looking through the various methods available for slicing models. I have noticed that there does not seem to be a fully customisable slicer program that offers full customisation and can do what I want it to do so I thought I would ask if anyone could recommend one.
One option that i want is the option of slicing the outside of a model in
by
VincentM
-
General
It's a MKS SBASE:
by
VincentM
-
General
I supose you know it's not legal to sell E3D copys due to his Licence Terms (Non Commercial).
You can do it, but not legally.
by
VincentM
-
General
Something like this?:
by
VincentM
-
General
M600 Gcode can be an option for that.
It stop printing and wait until you press the LCD button.
by
VincentM
-
Firmware - Marlin
Page 1 of 3
Pages: 123