RAyWB
About
- Username
- RAyWB
- Joined
- Visits
- 2,124
- Last Active
- Roles
- Member
Comments
-
as i don´t have a delta, i just guess that the following settings in configuration should be the same value : #define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR 1 (change to Z_HOME_DIR -1) also i guess that endstops don´t get untri…
-
for shure they are see: https://github.com/repetier/Repetier-Firmware/blob/development/src/ArduinoAVR/Repetier/Configuration.h
-
NOPE. in configuration.h Change #define LASER_ON_HIGH 0 to #define LASER_ON_HIGH 1
-
[code] #ifndef __SAM3X8E__#erro oops! Be sure to have 'due Arduino' selected from the 'tools-> Boards menu'.#endif #define KNOWN_BOARD#define CPU_ARCH ARCH_ARM/****************************************************************** Arduino Due pin as…
-
if you only use the PCA 9685 the settings in CustonEvents.h have to be : #define FEATURE_I2C_MACROS false #define FEATURE_EXT_PWM true #define FEATURE_PWM_LASER true #define FEATURE_ANALOG_LASER false #define GAMMA_CORRECTION true if not alrea…
-
in the github version of repetier the define is included at the end of configuration.h (before last #endif) when did you download the firmware files? downloaded 3 min ago from https://github.com/repetier/Repetier-Firmware/tree/development compil…
-
you have to use repetier 1.0 from dev branch ! do not modify the code
-
Yes, you copy the files to repetier firmware part. in Configuration.h you have to enable Custom events by adding #define CUSTOM_EVENTS thats all. there are multiple programs to generate the gcode . i use pic engrave pro , there is a demo versio…
-
are your values mm or inches?
-
did you measure hotend temperature by external Thermometer ordid you try to push Filament through the Extruder by Hand? as MartinH wrote it also could be reading problem
-
what´s your Max PID setting? should be: #define EXT0_PID_MAX 255
-
sounds like operating 24V heater at 12V Supply...
-
ok, schicke Dir heute Abend meine mail-add per pm , und auf deutsch wirds sicher leichter :-)
-
ok, so you wrote it will be powder based , not the one with liquid ? what´s your hardware? Mega/Ramps? are you shure the 445nm is ok for melting the powder? think the modulation is the minor problem you´ll have. as far as i can see you just need a…
-
this driver works only with pulse width modulation or analog modulation. operating frequency is fixed and around 1 kHz is ok. as i work with this laser driver for half a year now i can tell you it works best with analog modulation. to get good res…
-
select Heat Managers 0 see configuration.h #define EXT0_HEAT_MANAGER 0 #define HEATED_BED_HEAT_MANAGER 0
-
you started video at 60 degrees bed temperature and gcode increases to 80. shortly before reaching 80 it reduces temperature. so try to heat up Bed manually to 85 degrees, if i´m correct you´ll never reach that temperature. so post temperature log o…
-
i guess you are using ramps. behaviour looks like polyfuse disconnecting the power supply. (it´s the bigger one) think it will get ugly hot
-
Yes, just wanted to see if i can get something close to realtime Video , i know tht´s unusal.so for future i´ll do the realtime stuff on the Computer Standing beside my Printer.but thanks for investigate :-)
-
sorry, log was not enabled , setting was : picture every 0.1second , on a 14h print. so the folder was if i remember correct > 9GB. print finished correct , but no way to reboot the next day. so i think i have some bigger prints within the next …
-
ok, happened on 14h print with high Picture rate, just wanted to let you know.replaced the 16GB Card by a 32GB now so i´m more on the safe side
-
Picture of wiring was my mention, because i´m pretty shure also the 12V wires going to ramps are getting warm... i guess you have a single wire from PS to each of ramps input terminal.
-
If you add a probe switch to your laser head you can do it automatic , wrote a code for that. had the same problem. Therefore i modified the G30 to accept "L" Value to Lift head after probing . so laser Head touches workpiece, and lifts a defined v…
-
Ok,thanks so I´ll play play with the nextion , but i think that will end up in a rewrite of the UI. May be that would be a solution for a config without controller , just sending commands over Serial. So i will be complete user defined, nothing for…
-
well, the one i have looks nice may be they improved. Anyway, is the Gameduino2 working?
-
what kind of heatbed do you have? and can you post a pic of your wiring?
-
voltage measured directly at heatbed would be interesting, also check if connector supplying the ramps gets hot
-
it´s usually for RS232 Supply, there you need negative Voltage. so if you see, you just can get 88 Degrees without Hotend on and without motors on... think that´s the reason. Maybe you can do another measurement with all switched on and motors runni…
-
Can you measure Voltage at Heatbed ? Think Power supply is overloaded
-
What Power Supply do you use and whats the maximum reachable bed temperature? Is Bed heater on the whole time when Temperature drops?