RAyWB
About
- Username
- RAyWB
- Joined
- Visits
- 2,124
- Last Active
- Roles
- Member
Comments
-
Maybe switching to Wire library would also be great , would be more comfortable for users working with custom Event system
-
Are you also planning to Support more Hardware ? STM Boards f.e. or Teensy ?Thanks for the link, think thats enough for me at the moment
-
did some tests, low jerk Settings did not solve my Problem, Problem might be caused by defective linear sliders,as some balls also quit their Job... (cheap chinese stuff) waiting for new precision rails/sliders now.I´ll Keep you updated. Is there so…
-
Repetier said: G0/G1 are identical. Travel acceleration is used when there is no extrusion. not shure if i understood correctly , so how to make a difference in Laser or CNC mode ?
-
are you shure the Server Settings match Firmware Settings?from my experience especially mismatch of acceleration values result in big differences from calculated slicer ETAto Server ETA.( In my case Server ETA is pretty close to real ETA)
-
OK, thanksI´ll just check out what happens in my System when changing that part back to the 0.92 stuff.but may be I just touch some physical Limits on my Printer ;-) (kinematics can go up to 900 mm/s @ acceleration 12000 )just checking whats "makea…
-
you just have to select what side you want.see repetier configuration tool and of coarse you need endstop switch at correct position
-
homing to zmax solves this.... (that´s also the classic cnc-style) homing order can be selected #define HOMING_ORDER HOME_ORDER_ZYX so z is first. i use this on printer and also on my mill setting z-zero is done by z-probe (on printer with well le…
-
so as i wrote before,never tried zmin homing and to be honest i just have 3 endstops installed .(xmin ymax and z max) may be i´ll find the time tomorrow to do some tests.sorry but for now i have no more suggestions
-
did you read this?https://www.repetier.com/documentation/repetier-firmware/z-probing/
-
for the second issue you should search#define ALWAYS_CHECK_ENDSTOPS 0 Change from 0 to 1
-
as i never used zmin homing it´s just a guess.did you try to Change #define Z_MIN_POS 0from 0 to 2.3 ? (distance you have when probe Triggers)
-
Why Change code for electrical interference?add series resistor (around 100 Ohms) and capacitor (100nF should be enough) directly to board endstop Input and/or use shielded wires
-
your configuration.h would be helpful to see your settings
-
so referring the Picture the left gap is bigger than the right one?
-
How shall that work? your probe is closer to bed than nozzle so even if you would come closer to bed your probe will touch the bed and nozzle is still in the air.Think that Probe should be located higher than nozzle
-
it´s quite simple, in configuration.h you see a lot of #define and values.Arduino ide does the job to build one hex file picking the selected features and settings from all the firmware files.this hex file is uploaded to your printer.so you can say…
-
it also shows file and line number where the error is, you just have to scroll. just share the complete error messagewith this info i can try to help
-
1.8.5 should work. which errors do you get? and which firmware version do you want to compile/upload?
-
easiest way is to use a 100KOhms resistor instead of the temperature sensor, just to simulate a sensor.(or as i guess you have a sensor left, just connect the sensor). Heater is not required.
-
Ok,thanks, that moves me one step forward
-
ok,thanks (althoug that makes no sense as it doesn´t match gcode standards)
-
referring your drwaing Probe offset is (x)+53.87 (y) -13.54.I´m not experienced in multi extruder settings but as your offsets refer to extruder 0 i think you have to send a "T0" before "G32"
-
Quote:"I M not sure this is to do with the configuration file after all, but I could be wrong, I downloaded a fresh unaltered configuration file, and I am still getting the same errors." you have to download complete firmware , not only configu…
-
sounds like building a "live" digital readout to see actual position and not the last in buffer, might be interesting for cnc applications .why not using the given step/dir pulses from x and y motors and a little maths to calculatethe corexy move to…
-
you can try to copy manufacturers pins.h to the repetier folder giving the compile error. should work then
-
Ok, found.the manufacturer changed repetier pins.h where the missing pins are assigned.but cannot see your uploaded file
-
well what about sharing the firmware the manufacturer sent? is it this one? https://github.com/3dymy/RampsPlus2
-
Ramps only supports 2 extruders.that´s why you get error message for temp3 pin ,E2 pins etc.see pins.h in repetier firmware folder. there are no pin defines for 3rd extruder ,heater ,stepper. if you want to add third Extruder via configuration tool …
-
What Hardware do you use?