Welcome! Log In Create A New Profile

Advanced

Running marlin on ramps 1.2 without extruder, heated bed, or endstops

Posted by Linkreincarnate 
Running marlin on ramps 1.2 without extruder, heated bed, or endstops
October 04, 2015 11:03AM
So can marlin be installed on ramps 1.2? Can marlin be run with just xyz control and no extruders or heated elements? What do I need to change in configuration.h to remove the need to have endstops and extruders?
Re: Running marlin on ramps 1.2 without extruder, heated bed, or endstops
October 04, 2015 12:59PM
Ok marlin is fine on ramps 1.2. You have to define motherboard as #define MOTHERBOARD BOARD_RAMPS_OLD. I commented out #define PREVENT_DANGEROUS_EXTRUDE and #define PREVENT_LENGTHY_EXTRUDE. Finally I se t#define TEMP_SENSOR_0 0 to 0 instead of -1. This disables the thermal sensors.

After I did all that it works as expected.

I am using a delta configuration and that automatically disables endstops.
Sorry, only registered users may post in this forum.

Click here to login