RAyWB
About
- Username
- RAyWB
- Joined
- Visits
- 2,124
- Last Active
- Roles
- Member
Comments
-
from your momentary configuration machine thinks it is at zmax after homing...thats explains moving away from Extruder as zmin is far away...
-
just from looking at your machine : if you move your bed close to extruder to home its ZMIN if you move it away from extruder it´s ZMAX so if your endstops are at top of your machine thex are zmin endstops if they are at bottom of your machine it´…
-
this might be the issue #define UI_BED_COATING 1 set value to 0 , think it will go down to 0 then btw the configuration is 0.92 , not dev
-
whats your MAX_FEEDRATE_Z settings? increase that setting as its limiting speed
-
you should match g-code standards with your machine , thats why CNC_ENABLE_WITH i s implemented. set it to 0 or 1 , so that M3 (without S...) makes your pen go down and M5 makes it go up. otherwise you can never run a gcode file generated by a …
-
Quote:my machine is set to home to max... so i home and ask it to go to Z1 i then lower z by 0.1mm and i end up with touching the bed at 0.7 i then lower my Z max height in eeprom ..... home Z and try again... i'm still 0.7mm up when i touch the b…
-
Wrong.M3 Enables which means pen down , M5 disables which means Pen up.set cnc_enable_with to match that.´ if spindle is on when homing send M5 before G28
-
exact.if you are familiar with HPGL commands the M3 is PD and the M5 is PUI would not use the M3 S0 , shure it works but not usual in CNC/ Plotter programming.
-
Problem you have is that laser is switched off at end of move , what is absolutely correct and wanted by Firmware.(i guess you just sent single lines for test)in a flow of several moves you will not have that issue(just write a litte gcode file to …
-
regarding homing just invert the laser Signal.Laser is switched off by Firmware for moves except G1 so it seems you have configured Signal wrong.In that case go to configuration.hand Change : #define LASER_ON_HIGH 1 to #define LASER_ON_HIGH 0 or op…
-
11A input is assigned to Heatbed only , 5A input is for Motors Extruders and the Arduino Mega. working on 24V needs modification on Ramps, otherwise you´ll fry your arduinos voltage regulator. also depending on manufacturer of Ramps supply of 24V …
-
invert the Signal by changing to :#define LASER_ON_HIGH 1 be shure the Pin is not used for anything else, that won´t work.
-
use G92 E0 before that command
-
that just means you have arduino mega, not due. that also expains all the trouble from your previous posts.
-
Quote: "that the beginning on my pin.h" don´t change the original file pins.h, if you want your own definitions , write a file "userpins.h " that contains your pins and in configuration.h set : #define MOTHERBOARD 999
-
load actual dev version, its already fixed
-
is your SDSS set correct? what Hardware do you use?
-
http://forum.repetier.com/discussion/3970/help-sd-init-fail-repetier-0-92-9#latest
-
https://www.repetier.com/documentation/repetier-firmware/rf-installation/ see section "The EEPROM Trap"
-
der M6_ACK_PIN ist ein separater taster, du kannst aber genausogut den vom bildschirm nehmen. musst halt die abfrage anpassen.
-
so may be increasing the delay time helps, i would try 150 instead of 50 in both cases
-
schau dir mal den M6 in meinen events an.das geht auch ohne menue und ui. übrigens #include "uimenu.h" ist nicht notwendig in deinem code
-
in der customevents.h fehlt : extern void Custom_500MS(); #undef EVENT_TIMER_500MS #define EVENT_TIMER_500MS {Custom_500MS();}
-
und wie sieht die customevents.h aus ? hast du die customevents aktiviert? (in der configuration.h letzte zeile)
-
Repetier mentioned this part : fat.begin(SDSS, SPI_FULL_SPEED); // dummy init of SD_CARD HAL::delayMilliseconds(50); // wait for init end HAL::pingWatchdog(); /*if(dir[0].isOpen()) dir[0].close();*/ if(!fat.begin(SDSS, SP…
-
da gibt es mehrere probleme. deckt deine bleistiftmine den lichtstrahl komplett ab? widerstände : LED seitig lt. Datenblatt testschaltung 50 ohm , laut meiner Rechnung 62,5 minimum also bist Du mit 100 Ohm auf der sicheren Seite , dann fliessen et…
-
sorry , aber gabellichtschranken wertet man normal als digitalwert aus , da gibts nur an/aus. hat das teil einen transisto oder dioden ausgang?
-
if your slicer is set ut correct both should be close to 100. and yes,from my eperience pla can be printed faster than abs. abs doesn´t get that liquid as pla.But i´m not that experienced in printing. having the need for feedrate at 120 and flow at…
-
startpoint is usually 100 for both settings. do the primary adjustment in slicer for printing speed and filament. from my experience printing speed of 40mm/s was good starting point for ABS. As far as i know you cannot print abs that fast as PLA, so…
-
kannst mit der bed distance auch weit höher gehen. ich hab 90 drin , da ich beim fräserwechsel die länge ausgleiche. fährt halt ab da sehr langsam