Show all posts by user
G33: Measure/List/Adjust Distortion Matrix (Repetier - Redeem)
Usage
G33
G33 Lnnn
G33 Rnnn
G33 Xnnn Ynnn Znnn
Parameters
L0 List distortion matrix in a report
R0 Reset distortion matrix
X Y Z Set correction for nearest point
by
obewan
-
Repetier
Marlin has allways set the Z default max feedrate far to high in my opinion.
Default_Max_Feedrate from 500,500,100,25 to 500,500,10,25
Your on the right track here,
Try setting the Z feedrate to 2 or possibly 3
The accellration should be ok at 50.
by
obewan
-
Firmware - Marlin
You have infil speed set to auto atm,try setting it to something like 60mm/s, maybe auto is slowing it down for some unknown reason.
by
obewan
-
Slic3r
check the infill speed in speed settings
by
obewan
-
Slic3r
Easiest way to reverse a motor direction is rotate the connector plug 180 degrees
by
obewan
-
Firmware - Marlin
One thing i noticed in your config
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0.1 // Z offset: -below +above
In marlin firmware this should be a negative value for a inductive probe , as the probe trigger point is below the nozzle.
by
obewan
-
Reprappers
Really you need a sensor with at least 8mm detection range for aluminium,2 mm is just too small.
by
obewan
-
Reprappers
Try lowering the X and Y max feedrate( which i believe G0 moves at) in config.h / eeprom
by
obewan
-
Firmware - Marlin
Have you sent M502 and M500 to update the values in the eeprom ?
by
obewan
-
Firmware - Marlin
I think you need to un comment these lines .
#if EITHER(AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_UBL)
//#define PROBE_PT_1_X 15
//#define PROBE_PT_1_Y 180
//#define PROBE_PT_2_X 15
//#define PROBE_PT_2_Y 20
//#define PROBE_PT_3_X 170
//#define PROBE_PT_3_Y 20
#endif
by
obewan
-
Firmware - Marlin
most likly is the max Z feedrate is set too high
check for this line in config.h
#define DEFAULT_MAX_FEEDRATE { 300, 300, 5, 25 }
change the 5 to a 2 or 3
by
obewan
-
Prusa i3 and variants
What firmware does your printer use ?
by
obewan
-
Repetier
with marlin fm
M502 ; read values from config
M500 ; store values into eeprom
by
obewan
-
Reprappers
If you are changing the steps/mm in the configuration.h make sure you also update the values stored in the eeprom
by
obewan
-
Firmware - Marlin
Try adding a G90 ;absolute postioning to you machine start code ,maybe it is only moving up 0.3 mm if in relative mode.
by
obewan
-
Firmware - Marlin
After re flashing, you must issue a M502 and M500 to update the eeprom values with the new values from the configuration.h
eeprom allways has preference over the config.h file.
by
obewan
-
Firmware - Marlin
You could print via a host like Repetier host, that has a feedrate scroll bar that you can use on the fly.
by
obewan
-
General
Cura and repetier host both reprt the stl as not watertight.
Cura seems to slice it ok
Slic3r prussa edition slices ok.
dammed if i can get Slic3r to work tho.
by
obewan
-
Slic3r
#define Z_PROBE_OFFSET_FROM_EXTRUDER 2.6 // Z offset: -below +above
This should be a negative value as the probes 'trigger' point will be below the nozzle.
by
obewan
-
Firmware - Marlin
If the T motor is getting hotter than the others, maybe the drive current is set too high which could cause the driver to over heat and shut down for a moment.
by
obewan
-
Prusa i3 and variants
Look at coasting In cura,does very similar.
by
obewan
-
General
0,0 is home coordinates(front left of the bed) that have a measured Z offset of -0.011 with X across the top and Y down the left
by
obewan
-
Firmware - Marlin
If the slic3r 'start' gcode (1st image above)does not contain any entries for M104,M140,M109,M190 then slic3r (or cura) will add them to the start of your slice'd g-code automatically.
by
obewan
-
Repetier
If you are using the Repetier online config tool, half way down on the 'tools'tab, there is an option to enable 'heated bed'
by
obewan
-
Prusa i3 and variants
Where is the z switch located ,top or bottom of ?
Make sure it is plugged into the corresponding monthly or max conector.
by
obewan
-
Reprappers
afaik there is only the option for dual X axis atm.
by
obewan
-
Repetier
QuoteBTW< did you mean that 4*60 is too fast for i3 clones?)
Yes, sorry for the typo.
by
obewan
-
Firmware - Marlin