BeastPrinter
About
- Username
- BeastPrinter
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
Thanks
-
Thanks
-
Perfect.. that fixed it Thanks Martin!
-
Ok I was able to get Pronterface to execute Gcode and got no errors. So the problem as far as I can tell is the DEV version won't let you execute Gcode from the printer's LCD panel when like it does in version .92 What settings in DEV mode would m…
-
I don't know if they are or not MartinH said: Are 0.92 and dev configs or json's compatible?
-
I just tried compiling a generic DEV version where all I set was the motherboard type and processor. Everything else was set to the defaults in the configuration tool... Still no Gcode executes like G30 and G0 Z70
-
The firmware won't execute simple Gcodes like G0 Z70 and G30. I am using an LCD controller so I don't know what the log files are. And there doesn't seem to be a "Debugging" mode in DEV version. How do I get an error log file out of the printer? …
-
Also Gcode won't execute even if I am above Z0 /* This file is part of Repetier-Firmware. Repetier-Firmware is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by …
-
Awesome! Thanks
-
Not exactly... I have the "Go Up" part working. I have a Cartesian printer... I need the probe to be out of the way when the printer is turned on... then I need the probe to be lowered below the nozzle when I home Z... then when homing Z is done I …
-
Now that I'm thinking about it a more versatile solution would be to create a place where people can manually enter a Gcode start and stop script that is dedicated to Z-homing and can be stored in eeprom and the firmware. This would make it so you …
-
I looked in pins.h and for my motherboard #80 there is no... "#define PROBE_PIN -1" like in some of the other motherboard descriptions.
-
Ok I've got the probe and the scripts working with G29... but I can't get it the start and end scripts to work when homing Z. How do I get Z homing to call the start and end scripts in... #define Z_PROBE_START_SCRIPT "M340 P0 S680"#define Z_PROBE_FI…
-
I'm trying to manually change the file... as the whole firmware was created by someone else and you can only change the settings with the configuration tool if the firmware was created with the firmware tool. Do you know the exact text to change in …
-
I forgot to say... I am using the RUMBA board which is board number 80 in pins.h
-
When you wrote: "In dev version you can set z min endstop to z probe pin to tell it to use z probe for homing. Then homing direction is -1 so it always homes to z min and z max is just a endstop." Can I just use the actual pin number... somethin…
-
Awesome... thanks!!!!
-
Thanks!! I'll run the M115 and see what it reports. Ok I think I understand what your are saying about the Z probe being used as the the Z MIN endstop also, and I think it makes sense with Cartesian printers. In order to use the Z probe as the Z …
-
Thanks! How do I know if I have "dev" version? I am using/modifying the default firmware from the manufacturer... Here is a link... to it https://1drv.ms/u/s!AmhvIvucB8iMgSJEjeB3a9kjZHMb Is there any way to tell if they used the configuration tool.…
-
I should also note that The Beast has 4 extruders... but sometimes I will change to 2 or one when I need a bigger build area..