Quantcast
Channel: Reprap Forum - Firmware - Marlin
Browsing all 12089 articles
Browse latest View live
↧

Re: not supported display help

Thank you Roxy, That at least gives me an idea where I should start. Im not afraid to code, just I am not good at it at all.

View Article


Re: Marlin Diamond Hotend

Iam going to use cnc shield for 3rd extruder so the program is same for me or diffrent ?

View Article


Re: Voltage controlled extruder signal

Yes. This can be done. But shift gears a little bit... Each GCode command for movement will have a feedrate associated with it. If the feedrate is too high... the step rate of which ever axis is going...

View Article

Marlin Firmware 1.1.0 Release

Marlin 1.1.0 Release Marlin 1.1.0 represents an evolutionary leap over Marlin 1.0.2. It is the result of over two years of effort by several volunteers around the world who have paid meticulous and...

View Article

Newbie: change firmware to handle some sensors with arduino language code

Hello to everyone, i already read alot about the firmware code but didn't found anything about adding our own code to handle sensors, like a fire detector, temp and others, using the 2560 and ramps...

View Article


Re: Voltage controlled extruder signal

Hey This sounds like a good idea! Thanks for your help. However, I'm a bit lost when it comes to the firmware. Where is the gcode parsing done in the code? I wonder if it wouln't be easier to somehow...

View Article

Marlin crashes on M105 command

I'm running the latest version (1.1.x) on a RAMPS 1.4 single extruder setup. The board boots up and displays the expected information, including correct temperatures for the extruder and bed, updating...

View Article

Re: Voltage controlled extruder signal

The gcode parsing is done in Marlin_main.cpp This is crude... But you can find the M48 handler by searching for 48: (maybe searching twice... But you will find it....)

View Article


Re: Marlin crashes on M105 command

I have the same problem with the same setup. First I saw that PID Autotune would crash after ok T: I thought it was a problem with Autotune so I just put in the values by hand. Now I'm trying to print...

View Article


Re: Marlin Firmware 1.1.0 Release

Thank you all for your efforts! I'm having some teething troubles (see M105 post in this forum) but really appreciate all the hard work the devs have put in, and look forward to seeing what it can do!

View Article

Re: Marlin Firmware 1.1.0 Release

Yeah... The M105 problem is a result of not following proper discipline. Untested changes should not be put into a Release Candidate. But in the heat of the moment.... It really did make sense. And we...

View Article

Re: Marlin crashes on M105 command

I think they might have fixed it here [github.com] I will check it this evening.

View Article

Re: Marlin crashes on M105 command

Yes, that works, I think it's a temporary hack as it reduces the temperature returned to an integer.

View Article


Re: G28 w/ABL diagonal movement too fast

nonaym, did you actually find a solution to that problem? I'm stuck exactly at the same point. Cheers mosci.to

View Article

Configuring Z_DUAL_ENDSTOPS ?

I'm trying to setup Dual Z Endstops in Marlin RC8 I've uncommented #define Z_DUAL_ENDSTOPS in configuration_adv.h Now when I send M116 I get a z2_min status but x_max has disappeared ? Looking a...

View Article


need help on fan for extruder

Hi there im trying to get the fan for extruder to start when the extruder hit a temp of 40 degress. (NOT the fan for cooling PLA) i got a mks gen 1.4 and all is working(so fare :) ), i just need this...

View Article

marlin 2 axis order

Hello everyone I'm trying to build a foam cutter by hot thread I would like to control it via arduino one + cncshield, someone has in their possession a marlin to control this type of machines? Where...

View Article


User guide to UBL?

Is there a step by step set of instructions for using UBL? I'm using 1.1.0 with a BLTouch. Following the steps I think I need I initialized EEPROM, did a G29 P1 to create a mesh and saved it to EEPROM...

View Article

Re: User guide to UBL?

Yes... All that sounds reasonable! You may need to do a G29 A to activate it. But... I've fallen into this trap several times during development. Is your nozzle more than 10mm above the bed? If you...

View Article

Re: marlin 2 axis order

There is laser control built into Marlin. And there is more of that coming soon. If you just want to cut or scar a material.... Everything you need is in the main branch. The bigger problem is getting...

View Article
Browsing all 12089 articles
Browse latest View live