Hello siquenique,
I have no feedback on the Mac Os version as I dont have one but on windows version 1.6.8 works flawlessly.
I think they mean that you have to uninstall other versions of Arduino before you install 1.6.8.
That is a problem cura has, it warms up both the extruders when you define the printer as dual extruder, unless you edit the start gcode to force only one of them to heat up.
AFAIK when you upload a new firmware the program memory of the chip is completely erased, only the eeprom remains and you can reset it to the default of the firmware by going to the LCD and choosing "Control" > "Restore failsafe" and then "Store memory"
Forum under maintenance. Please contact us at customer_service@beeverycreative.com
[FIRMWARE] Latest helloBEEprusa firmware 1.1.1 Final
-
- Posts:14
- Joined:18 Mar 2017, 20:42
- Location:Belgium
- Contact:
Re: [FIRMWARE] Latest helloBEEprusa firmware 1.1.1 Final
Installed the new firmware. All working fine. Leveling fix is an improvement!!!
Re: [FIRMWARE] Latest helloBEEprusa firmware 1.1.1 Final
Got a touch of an odd issue in the wake of refreshing the firmware
When I set off a print, the extruder demonstrates the right temp, yet warms to 10c underneath this each time I need to turn up the warmth with the tune, at that point once warmed turn it down
When I set off a print, the extruder demonstrates the right temp, yet warms to 10c underneath this each time I need to turn up the warmth with the tune, at that point once warmed turn it down
-
- Posts:197
- Joined:12 Dec 2017, 11:44
Re: [FIRMWARE] Latest helloBEEprusa firmware 1.1.1 Final
Hello Kedar,
the latest firmware has new PID factor for the extruder heater control, they are tuned to the defaul heater, block and temperature sensor, make sure both the heating element and sensor are correctly inserted and tightened on the hotend you see the problem.
If that doesn't work you can calibrate the PID using any serial terminal to talk with the printer via USB, for example YAT or Repetier host.
You only need to send the following commands, inside " ", replace "print_temperature" for the print temperature you are using:
If tuning for PLA, PETG or any other material that uses the cooling fan use this first line otherwise only use the following commands
"M106 S255"
"M303 E0 C10 S"print_temperature" U1
M500
This will run PID autocalibration for extruder and then save the obtained values on the printer's memory .
Best regards
the latest firmware has new PID factor for the extruder heater control, they are tuned to the defaul heater, block and temperature sensor, make sure both the heating element and sensor are correctly inserted and tightened on the hotend you see the problem.
If that doesn't work you can calibrate the PID using any serial terminal to talk with the printer via USB, for example YAT or Repetier host.
You only need to send the following commands, inside " ", replace "print_temperature" for the print temperature you are using:
If tuning for PLA, PETG or any other material that uses the cooling fan use this first line otherwise only use the following commands
"M106 S255"
"M303 E0 C10 S"print_temperature" U1
M500
This will run PID autocalibration for extruder and then save the obtained values on the printer's memory .
Best regards
-
- Posts:3
- Joined:17 Nov 2019, 18:39
Re: [FIRMWARE] Latest helloBEEprusa firmware 1.1.1 Final
Completely different than other problems, but I just added the auto-bed level device. Went to do the Arduino update, following the YouTube tutorial. When I tried to upload, I got an error message saying that there was a "non-constant condition for static assertion," and looking at the code, saw something about the axis end-stops not being interrupt capable. Being entirely unfamiliar with Arduino and the programming languages required, I went through the "Configuration.h" page, found where it said "#define ENDSTOP_INTERRUPTS_FEATURE", and added two strokes before it. Upload worked after that.
Did I completely screw it up, possibly? How will I even know if I screwed it up?
Did I completely screw it up, possibly? How will I even know if I screwed it up?
Re: [FIRMWARE] Latest helloBEEprusa firmware 1.1.1 Final
I'm experiencing the same annoying issue?? any clue to solve this? TanksFrank33456 wrote: ↑01 Oct 2017, 19:31
And annoying issue with unloading: On "press and hold to continue" in most cases nothing happens and in the display load/unload-menu is shown.