Welcome! Log In Create A New Profile

Advanced

Gcode execute without Endstops?

Posted by critical_limit 
Gcode execute without Endstops?
May 09, 2016 12:20PM
I´m mid in building my new Delta (XXL-Kossel).
Frame is ready to test movement with my new magnetic ballarms.

But how to execute a gcode-file neither having endstops installed nor hotend-heater and Bed-heater?

Can somebody give me an example how to do that? Want to do speed and acceleration tests for the magnetic ballarms.

thanx in advance

Dirk

Edited 1 time(s). Last edit at 05/09/2016 12:20PM by critical_limit.
PRZ
Re: Gcode execute without Endstops?
May 09, 2016 12:43PM
You don't need end stop if you tell the printer that the current position is a given point relative to the origin.

e.g. you can tell you are at 250mm over the bed with:
G92 X0 Y0 Z250 ; defines the position when homed - required while there is no endstops

have a look at the wiki page: RepRap Firmware macros#Homing without end switches [reprap.org]

You don't need to heat if there is no heat requirement in your movement file (by example you can use the RRP robot file, which don't have temperature)

Edited 1 time(s). Last edit at 05/09/2016 12:43PM by PRZ.


Pierre

- Safety [reprap.org]
- Embedded help system for Duet and RepRap Firmware [forums.reprap.org]
- Enclosed delta printers Lily [rouzeau.net] and Lily Big [rouzeau.net]
- OpenScad delta printer simulator [github.com]
- 3D printing on my site [www.rouzeau.net]
PRZ
Re: Gcode execute without Endstops?
May 09, 2016 12:47PM
Have also a look at this macro :

RepRap_Firmware_macros#Move_a_motor_on_delta_printer : [reprap.org]


Pierre

- Safety [reprap.org]
- Embedded help system for Duet and RepRap Firmware [forums.reprap.org]
- Enclosed delta printers Lily [rouzeau.net] and Lily Big [rouzeau.net]
- OpenScad delta printer simulator [github.com]
- 3D printing on my site [www.rouzeau.net]
Re: Gcode execute without Endstops?
May 09, 2016 04:06PM
thanx a lot!

edited some existing gcode files. worked perfect!
Sorry, only registered users may post in this forum.

Click here to login