klipper icon indicating copy to clipboard operation
klipper copied to clipboard

Example config file for Lulzbot Mini 2

Open VerySpookee opened this issue 2 years ago • 5 comments

Config file contains pin mappings to suit Lulzbot Mini 2 using Lulzbot SingleExtruder(0.5mm) and Lulzbot flexible magnetic bed. Mini 2 uses Einsy Retro mainboard.

VerySpookee avatar Jan 08 '23 11:01 VerySpookee

Good morning,

Can i first ask, if this is a config for a stock lulzbot mini 2? As in, if a person were to purchase this printer, they would get all the options you have configed for? We only accept configs that are for out of box configurations.

You also need to remove any whitespace from your config files, this is usually spaces at the end of the line. This is causing it not to pass tests.

Please can i also ask that you read https://github.com/Klipper3d/klipper/blob/master/docs/Example_Configs.md and make sure your naming of the file conforms and that you add the test regression changes.

Then you also need to add a signed off line as per https://github.com/Klipper3d/klipper/blob/master/docs/CONTRIBUTING.md

Thanks James

JamesH1978 avatar Jan 09 '23 08:01 JamesH1978

Hi James,

The only change between this config and a stock mini 2 is the z_offset amount in the probe section. I'll update the value to something more typical of the stock printer so it can be a true out-of-the-box config.

Thanks for providing a link to those resources, I'm still very new at using github so I'll review the documents and make the required changes once I learn how to drive github properly.

VerySpookee avatar Jan 10 '23 07:01 VerySpookee

Hi James,

I believe I have implemented all of your suggestions and followed the guidelines in the linked documents. Please let me know if you spot anything still outstanding that needs to be fixed.

Thanks, Trent

VerySpookee avatar Jan 19 '23 11:01 VerySpookee

Thanks Trent,

I can only see a signed off by line on 2 on your commits?

I will start to review your code though.

Thanks

James

JamesH1978 avatar Jan 19 '23 16:01 JamesH1978

Thanks James,

Sorry I missed the signed off by line on two of the commits, I'm not yet well practised with GitHub and didn't realise it needed to be on each commit, instead of the push. Is it possible to edit the previous commits to include the line?

Sensorless homing is enabled out of the box for the X and Y axes which have ninjaflex bumpers where the Mini1 would have endstop switches.

Thanks for the tip regarding the homing direction, I didn't realise the position value sorted it.

I've removed the gcode macro but I'm assuming it is still ok to leave the [bed_tilt] section as is.

Cheers, Trent

VerySpookee avatar Jan 19 '23 21:01 VerySpookee

Thanks. Could you make this config look more similar to the other configs by adding newlines between config blocks and by wrapping the comments to 80 columns? (Point 7 and point 7g at https://www.klipper3d.org/Example_Configs.html )

-Kevin

KevinOConnor avatar Jan 30 '23 15:01 KevinOConnor

Hi Kevin,

I've adjusted the formatting as suggested, please let me know if there was anything else missing or needing adjustment.

Thanks, Trent

VerySpookee avatar Jan 30 '23 21:01 VerySpookee

Thanks.

-Kevin

KevinOConnor avatar Jan 31 '23 02:01 KevinOConnor