MartinH
About
- Username
- MartinH
- Joined
- Visits
- 694
- Last Active
- Roles
- Member
Comments
-
Bottom of 'manual control' tab, make sure dry run is off.
-
So with skirt distance 0 you are printing a 15mm wide skirt at 0 distance from your object (this will look just like a brim).A skirt is usually just a single line at a few mm distance for priming the nozzle.
-
What controller board do you have, are the micro step jumpers fitted
-
If you are using a ramps 1.4,have you fitted the jumper link that supplies 5v to the servo pins. Does the 3dtouch do its self test(pin up/down couple times when power on).
-
try using M340 P0 S700 or M340 P0 S1500
-
In repetier firmware you can change the nozzle to bed distance with 'Z_PROBE_HEIGHT' in eeprom
-
With #define Z_PROBE_Y_OFFSET 60 i would have thought trying to probe at Y 10 would be an illegal position as you are trying to get the nozzle to go to y-50
-
Try G30 P0
-
I would 1st update to ver 1.0.4dev i believe the older version had some bugs in the bed levelling.
-
would help if you posted your config.h Are the X and Y end stops both situated at the max positions.
-
RH top bar config/preferences/object placement
-
Looking at the image in the firmware configuration tool https://imgur.com/N7Bd8SY shows that the left hand extruder should be ext0 and the righthand should be ext1.It also should 0.0 being mid point between to 2 extruders. Try with setting extrud…
-
If you manually send the M340 P0 S700 M340 P0 S1500 does the pin deploy and return.
-
`some slicers also have a draft shield option
-
Yes, the same.
-
19:53:57.458: N478519 G92 E0 19:53:57.533: X:71.70 Y:80.37 Z:10.27 E:0.00 Count X:5010 Y:5826 Z:4051 is this line correct ?
-
ppl are having similar problems with low cost displays when using marlin, it has been solved by adding some timing delays to the display routine, This seems to work in marlin code but where to put it in repetier ? #define ST7920_DELAY_1 DELAY_NS(63…
-
If the eeprom is enabled on your controller board then the steps/mm stored in eeprom will take preference over the configuration.h. You can update the eeprom with the values you changed the configuration.h by sending M502 ;read default settings M5…
-
(have all the same endstops nornal open with two wires connected onboard to +5V and GND, S(Signal) connector onboard ist free) This is a good way to destroy the 5 volt regulator on the arduino when a endstop is triggered..
-
Is arc support enabled in your marlin firmware in configuration_adv.h // G2/G3 Arc Support//#define ARC_SUPPORT // Disable this feature to save ~3226 bytes
-
Would help if we new what version of repetier you are trying to compile and is it original or 3rd party ?
-
Try with just M205 X8 this sets X and Y jerk to 8
-
Need more information. What printer do you have ? Where is the Z endstop located, top or bottom ? Do you have a Z probe fitted ? At the moment you have both min and max endstops configured, Z_MIN_POS 150 this should be 0 Z_MAX_POS 0 this…
-
did you see this posted by mr_cg There seems to be typo.You need to type without "/" of course. tar xvf LCD-show-170309.tar.gz
-
try 1 perimeter and 99% infill, had best results with that.
-
The code above i generated from the 'start gcode' in slic3r, it probably looks slightly different as slic3r converts placeholders into actual variables http://mauk.cc/mediawiki/index.php/Slic3r_placeholders ie. M190 S[first_layer_bed_temperature] …
-
can you attach the stl
-
Yes. Web interface/go to printer/clik the 3 bars left of file name/select show g code/click download
-
If you refer to board type in configuration.h it would be #define MOTHERBOARD 80Is rambo 1.4 different to the standard Rambo that is listed ?